/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 17 2025 | 03:56:35 */
.wc-search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.wc-search-overlay.active {
  display: flex;
}

/* Modal */
.wc-search-modal {
  background: #fbfaf4;
  border-radius: 28px;
  width: 90%;
  max-width: 520px;
  padding: 32px;
  text-align: center;
  position: relative;
}

.wc-search-input .icon{
	display:flex;
	align-items:center
}

/* Close */
.wc-search-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #e8e8e8;
  border: none;
  cursor: pointer;
  color:#7e7e7e;
  width:20px !important;
  height:20px !important;
  padding:15px;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:3em
}

/* Titles */
.wc-search-title {
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 5px;
}

.wc-search-subtitle {
  font-size: 16px;
  color: #7b7b7b;
  margin-bottom: 24px;
}

/* Input */
.wc-search-input {
  display: flex;
  align-items: center;
  border: 2px solid #e1e1e1;
  border-radius: 999px;
  padding: 0px 16px;
  gap: 5px;
  background: #fff;
}

.wc-search-input input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 14px;
  padding: 12px 5px;
  background:#fff;
}
.wc-category{
    display:flex;
    gap:20px;
    justify-content:space-evenly;
    margin-top:40px;
}

.wc-category-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    cursor:pointer
}

.wc-category-item .wc-category-item-icon{
    padding:10px;
    border-radius:3em;
    background:#e8e8e8;
    width:50px;
    height:50px;
    transition:.3s all ease
}

.wc-category-item svg{
    width:30px;
    height:30px;
}

.wc-category-item span{
    font-size:14px;
    font-weight:500;
	color:#222
}

.wc-category-item:hover .wc-category-item-icon{
    background:#dc602a
}

.wc-category-item:hover svg path{
    fill:#fff
}

.wc-category-item:hover span{
    color:#dc602a
}
/* Button */
.wc-search-btn {
  margin-top: 16px;
  width: 100%;
  background: #dc602a;
  border: none;
  border-radius: 999px;
  padding: 14px;
  font-weight: 600;
  cursor: pointer;
  transition:.3s all ease
}

.wc-search-btn:hover {
	background:#222
}

/* Trends */
.wc-search-trends {
  display:none;
  margin-top: 24px;
  text-align: left;
}
.wc-search-trigger {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
}

.wc-search-trigger svg {
	color: #ffffff;
}

.wc-search-trends .label {
  font-size: 13px;
  font-weight:600;
  color: #9a9a9a;
  margin-bottom: 8px;
}

.wc-search-trends .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wc-search-trends span {
  background: #fff;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  cursor: pointer;
}
