@media (min-width: 992px) and (max-width: 1243px) {
  .single-mep_events .mep-events-wrapper.wrapper, body.tax-mep_cat .mep-events-wrapper {
    margin-top: 130px;
  }
}
@media (min-width: 479px) and (max-width: 991px) {
  .single-mep_events .mep-events-wrapper.wrapper, body.tax-mep_cat .mep-events-wrapper {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  body.tax-mep_cat .mep-events-wrapper .mep_cat-details {
    text-align: center;
  }
}
@media (max-width: 478px) {
  .single-mep_events .mep-events-wrapper.wrapper, body.tax-mep_cat .mep-events-wrapper {
    margin-top: 40px;
  }
  body.single-product ul.wcsatt-options-prompt-radios {
    flex-direction: column;
    gap: 0;
  }
  .brxe-breadcrumbs {
    row-gap: 0 !important;
  }
  .single-product .quantity {
    width: 100% !important;
  }
}
