.banner-ads img {
    width: 100% !important;
}

.inactive__ad_details {
    filter: blur(4px) !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.inactive__ad_details a {
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.panel-collapse .panel-body img.alignnone {
    max-width: 100% !important;
}

.search__parent_category-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.search__parent_category {
    flex: 1 1;
}

.cat-full-text,
.cat-half-text {
    padding-top: 1.5rem !important;
}

.short-description-1 span.ad-price {
    width: 100% !important;
    margin-bottom: 0 !important;
}

.card__ad_status span,
.card__ad_status {
    float: none !important;
    color: #d31423 !important;
    font-size: 18px !important;
}

.card__ad_status {
    margin-top: 10px !important;
}

.category__description_wrapper h3 {
    background-color: #fff;
    cursor: pointer;
    padding: 20px;
    margin: 0 0 2px;
    font-size: 18px;
    font-weight: 700;
}

.category__description_wrapper .accordion__body {
    background: #fbfdff;
    padding: 20px;
    border: 1px solid #ced4dc;
}

.category__description_wrapper img {
    max-width: 300px;
    margin: 15px auto;
}


/* ============= Theme style updates ================= */

/* --- search sidebar --- */
.collapse-heading-search h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 2px;
  padding-left: 10px;
  padding-top: 20px;
}


/* --- footer --- */

.info-filter h4 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 700;
  }
  .perfomance-explore h4 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 700;
  }
  .footer-black .city-links h4,
  .footer-black .info-filter h4,
  .footer-black .perfomance-explore h4,
  .footer-black.city-links h4 {
    color: white;
  }
  .city-links h4 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 700;
  }
  .follow-heading h4 {
    font-size: 18px;
    font-weight: 700;
  }
  .contact-heading h4 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 700;
  }
  .footer-black .contact-heading h4 {
    color: #ffffff;
  }

  /* --- cards --- */

  .white.category-grid-box-1 h3 {
    color: #232323;
    font-size: 20px;
    text-transform: none !important;
    font-weight: 500;
  }
  .category-grid-box-1 h3 {
    font-size: 20px;
    text-transform: none;
    font-weight: 500;
  }
  .category-grid-box-1 h3 a {
    color: #fff;
  }
  .white.category-grid-box-1 h3 a {
    color: #20292f;
  }



  /* ------- backend adjustments ------- */
  #taxonomy-dc_vendor_shop{
    width: 120px !important;
  }
  #rank_math_seo_details{
    width: 120px !important;
  }








/* ============== Media Queries ================= */

@media (max-width: 1024px) {
    .category__description_wrapper img {
        max-width: 400px;
        margin: 15px auto;
    }
}

@media (max-width: 767px) {
    .category__description_wrapper img {
        max-width: 500px;
        margin: 10px auto;
    }
}

@media (max-width: 600px) {
    .category__description_wrapper img {
        max-width: 100%;
        margin: 10px auto;
    }
}

