
.category-section-top{
    display: none;
}

.custom-cat-search-input::placeholder {
  color: var(--wbr-gray-text);
}

.cat-search-not-found {
  text-align: center;
  padding: 40px;
  color: #666;
  grid-column: 1 / -1;
  width: 100%;
}

@media (max-width: 768px) {
  .custom-cat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
  
  .custom-cat-grid:not(.home-page-grid) {
    margin-top: 20px !important;
  }

  .custom-cat-search-area{
    min-height: 50px;
    /* padding: 0px; */
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 20px !important;
    margin-bottom: 0;
  }

  .fjfr-hide-element {
    display: none !important;
  }

  .custom-cat-box {
    display: flex;
    height: 100%;
  }

  .home .custom-cat-grid .custom-cat-box {
    display: none;
  }

  .home .custom-cat-grid .custom-cat-box:nth-child(-n+4) {
      display: block;
  }

  .custom-cat-link {
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 16px 16px !important;
    font-size: 13px !important;
    align-items: flex-start;
  }

  .custom-cat-link .cat-number {
    font-size: 13px;
  }
  .category-section-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
  }
  .category-section-header{
    font-size: 29px;
    font-weight: bold;
    color: var(--navy);
  }
  .category-search-icon{
    position: relative;
    top: 5px;
  }

  .custom-cat-search-form{
    padding: 0px;
    width: 100%;
    min-height: 50px;
  }
  .custom-search-box{
    width: 100%;
  }
  .custom-cat-search-input::placeholder {
    color: transparent;
  }

  .custom-search-box button::before{
    width: 0px;
  }
}