.fancy-search-wrapper{
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 10px 19px -14px rgba(0,0,0,0.75);
}

.fancy-search-wrapper:empty{
  display: none;
}
  
#search{
  position: relative;
}
  
.fancy-search-content{
  display: flex;
  flex-direction: column;
  padding: 10px;
  grid-gap: 10px;
}

.fancy-search-show-more{
  text-align: center;
  padding: 10px;
  width: 100%;
  display: block;
}
.fancy-search-show-more:hover{
  background-color: #eee;
}

.fancy-search-product{
  display: flex;
  align-items: center;
  grid-gap: 10px;
}


.fancy-search-title {
  padding: 8px 10px;
  font-size: 12px;
  background-color: #f4f4f4;
  display: flex;
  justify-content: space-between;
}

.fancy-search-product-model{
  color: #777;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

.fancy-search-price .price{
  margin-bottom: 0;
}
.fancy-search-price .price-old{
  color: #f77;
  padding-left: 3px;
  text-decoration: line-through;
}

.clear-fancy-history{
  color: rgb(35, 161, 209);
  cursor: pointer;
}

.fancy-search-history-item{
  padding: 5px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
.fancy-search-history-item:hover{
  background-color: #f2f2f2;
}

.fancy-cross-icon-wrap{
  width: 15px;
  height: 15px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fancy-cross-icon-wrap:hover .fancy-cross-icon{
  fill: red;
}

.fancy-search-history-item .fancy-clck-icon{
  width: 13px;
  height: 13px;
  transform: translateY(1px);
  fill: #aaa;
  flex-shrink: 0;
}
.fancy-search-history-item .fancy-cross-icon{
  width: 12px;
  height: 12px;
  fill: #aaa;
  
}

.fancy-bc{
  font-weight: bold;
}

@media (max-width: 599px){
  .fancy-chh {
    display: none;
  }
}

.fancy-search-group-link{
  display: block;
  color: #777;
  padding: 3px 10px;
}

.fancy-search-group-link:hover{
  background-color: #f2f2f2;
  color: #777;
}

.fancy-search-lupa{
  width: 12px;
  height: 12px;
  fill: #777;
  margin-right: 3px;
  transform: translateY(2px);
}

.fancy-search-tiles{
  width: 15px;
  height: 15px;
  fill: #777;
  margin-right: 3px;
  transform: translateY(2px);
}