/* STORE APP PATCH 478 - V5 source repair overlay
   Final source-based repairs for RFQ contrast, cart volume-discount visibility,
   and add-to-cart/modal stacking above product filters. */

body.site-masterpalm #site-main .mp-product-list-price.is-quote,
body.site-masterpalm.masterpalm-store-dark #site-main .mp-product-list-price.is-quote,
body.site-masterpalm #site-main .mp-product-list-card .mp-product-list-price.is-quote,
body.site-masterpalm #site-main .mp-category-products-grid .mp-product-list-card .mp-product-list-price.is-quote{
  background:#B8001F!important;
  background-image:linear-gradient(135deg,#B8001F,#850017)!important;
  border:1px solid rgba(255,255,255,.24)!important;
  border-left:4px solid #fff!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-shadow:0 1px 2px rgba(0,0,0,.38)!important;
}
body.site-masterpalm #site-main .mp-product-list-price.is-quote strong,
body.site-masterpalm #site-main .mp-product-list-price.is-quote span{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  background:transparent!important;
}

body.site-masterpalm .mpb2b-cart-added-modal,
body.site-masterpalm div#mpb2bCartAddedModal.modal{
  z-index:2147483646!important;
}
body.site-masterpalm.modal-open > .modal-backdrop.show,
body.site-masterpalm > .modal-backdrop.show{
  z-index:2147483635!important;
}
body.site-masterpalm.modal-open .mpb2b-filter-panel,
body.site-masterpalm.modal-open .mpb2b-category-tree,
body.site-masterpalm.modal-open .mp-category-filter,
body.site-masterpalm.modal-open .mp-product-sidebar,
body.site-masterpalm.modal-open .mpb2b-catalog-sidebar{
  z-index:auto!important;
}

#site-main .mp-summary-catalog-subtotal strong,
#site-main .mp-summary-after-volume strong{
  color:#111827;
}
#site-main .mp-summary-volume-discount strong{
  color:#B8001F!important;
}
body.masterpalm-store-dark #site-main .mp-summary-catalog-subtotal strong,
body.masterpalm-store-dark #site-main .mp-summary-after-volume strong{
  color:#fff!important;
}
body.masterpalm-store-dark #site-main .mp-summary-volume-discount strong{
  color:#ff7580!important;
}
