/* Diamond Link: clear Salient fixed header */
body.wpdl2-full-width-layout.theme-salient .wpdl2-full-width-theme-wrap {
  padding-top: 10% !important; /* desktop header */
}

@media only screen and (max-width: 999px) {
  body.wpdl2-full-width-layout .wpdl2-full-width-theme-wrap {
    padding-top: 110px !important; /* mobile header (~109px) + small buffer */
  }
}

/* Optional: small gap below header on product detail */
body.wpdl2-full-width-layout .diamond-page .bread1 {
  padding-top: 16px;
}

/* Logged-in WP admin bar */
body.admin-bar.wpdl2-full-width-layout .wpdl2-full-width-theme-wrap {
  padding-top: calc(94px + 32px);
}

@media only screen and (max-width: 782px) {
  body.admin-bar.wpdl2-full-width-layout .wpdl2-full-width-theme-wrap {
    padding-top: calc(110px + 46px);
  }
}

.gf_container.price_slider_box .sliderValues .sliderValues1 .currencySymbolleft,
.gf_container.price_slider_box
  .sliderValues
  .sliderValues2
  .currencySymbolleft {
  bottom: -26px;
}
body .noUi-horizontal,
body .noUi-handle {
  right: -37px;
  top: -17px;
}
.filter--hover-icon{
  position: absolute;
}
