#mobile-filter {
  --vivo-mobile-filter-gap: 14px;
  display: grid !important;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 100%;
  margin: 0 0 24px;
  padding: 0;
  box-sizing: border-box;
  row-gap: var(--vivo-mobile-filter-gap);
}

#mobile-filter,
#mobile-filter .elementor-widget-container,
#mobile-filter .elementor-shortcode {
  width: 100%;
  max-width: 100%;
  overflow: visible;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

#mobile-filter.vivo-mobile-filter-enhanced .filter-select.vivo-mobile-filter-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

#mobile-filter .vivo-mobile-filter-control {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
  margin-right: 10px ;
}

#mobile-filter .vivo-mobile-filter-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  height: 48px;
  padding: 0 16px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  color: #000;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "Gilroy", Sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1px;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  touch-action: pan-y;
  -webkit-appearance: none;
  appearance: none;
}

#mobile-filter .vivo-mobile-filter-trigger-text {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#mobile-filter .vivo-mobile-filter-trigger-icon {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
}

#mobile-filter .vivo-mobile-filter-control.is-open .vivo-mobile-filter-trigger-icon {
  transform: rotate(-135deg) translateY(-1px);
}

#mobile-filter .vivo-mobile-filter-trigger:focus-visible,
#mobile-filter .vivo-mobile-filter-option:focus-visible {
  outline: 2px solid #ed3424;
  outline-offset: 2px;
}

#mobile-filter .vivo-mobile-filter-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 30;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

#mobile-filter .vivo-mobile-filter-listbox {
  display: flex;
  flex-direction: column;
  max-height: min(320px, 60vh);
  overflow-y: auto;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

#mobile-filter .vivo-mobile-filter-option {
  width: 100%;
  padding: 14px 16px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff;
  color: #000;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "Gilroy", Sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1px;
  line-height: 1.35;
  text-align: left;
  text-transform: uppercase;
}

#mobile-filter .vivo-mobile-filter-option:last-child {
  border-bottom: 0;
}

#mobile-filter .vivo-mobile-filter-option:hover,
#mobile-filter .vivo-mobile-filter-option:focus-visible {
  background: #f7f7f7;
}

#mobile-filter .vivo-mobile-filter-option.is-selected {
  background: #fff4f2;
}

@media (min-width: 768px) {
  #mobile-filter {
    --vivo-mobile-filter-gap: 16px;
  }

  #mobile-filter .vivo-mobile-filter-trigger {
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 18px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  #mobile-filter {
    --vivo-mobile-filter-gap: 12px;
    margin-bottom: 18px;
  }

  #mobile-filter .vivo-mobile-filter-trigger {
    min-height: 37px !important;
    height: 37px !important;
    padding: 0 14px;
    font-size: 11px;
  }

  #mobile-filter .vivo-mobile-filter-option {
    padding: 12px 14px;
    font-size: 11px;
  }
}

@media (max-width: 479px) {
  #mobile-filter .vivo-mobile-filter-trigger {
    min-height: 34px !important;
    height: 34px !important;
    padding: 0 12px;
    font-size: 10.5px;
  }
#vivo-mobile-filter-control-find-by-topic-mob-trigger
{
margin-bottom: 10px !important; 
}
  #mobile-filter .vivo-mobile-filter-option {
    padding: 11px 12px;
    font-size: 10.5px;
  }
}

#vivo-filter-preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0s linear 0.24s;
  will-change: opacity;
}

#vivo-filter-preloader.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

#vivo-filter-preloader .vivo-filter-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #d9d9d9;
  border-top-color: #ed3424;
  border-radius: 50%;
  animation: vivo-filter-spin 0.8s linear infinite;
}

@keyframes vivo-filter-spin {
  to {
    transform: rotate(360deg);
  }
}

#vivo-filter-no-results {
  display: none;
  padding: 48px 0;
  color: #000;
  font-family: "Gilroy", Sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

#vivo-filter-no-results.active {
  display: block;
}

#back-top.vivo-back-top-hidden,
#vivo-back-to-top.vivo-back-top-hidden {
  display: none !important;
}

#pro-post-listing .elementor-post,
#taxonomy-posts .elementor-post {
  cursor: pointer;
}

#pro-post-listing .elementor-post:focus-visible,
#taxonomy-posts .elementor-post:focus-visible {
  outline: 2px solid #ed3424;
  outline-offset: 4px;
}

.pro-list-right-sec.vivo-filter-no-results-active #back-top {
  position: relative;
  bottom: 0;
}

html.vivo-back-top-preloading #back-top,
html.vivo-back-top-preloading #vivo-back-to-top,
body.vivo-back-top-preloading #back-top,
body.vivo-back-top-preloading #vivo-back-to-top,
body.vivo-back-top-initially-hidden #back-top,
body.vivo-back-top-initially-hidden #vivo-back-to-top {
  display: none !important;
}