/* STORE APP PATCH 474 - RFQ label and cart quantity discount visibility repair
   Loaded after dark catalog styles and after Patch 473 when present. */
#site-main .mp-product-list-price.is-quote,
body #site-main .mp-product-list-card .mp-product-list-price.is-quote,
body #site-main .mp-category-products-grid .mp-product-list-card .mp-product-list-price.is-quote{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:100%!important;
  min-height:34px!important;
  margin-top:10px!important;
  padding:8px 12px!important;
  border:1px solid rgba(255,255,255,.22)!important;
  border-left:4px solid #ff3840!important;
  border-radius:0!important;
  background:#B8001F!important;
  color:#fff!important;
  box-shadow:0 10px 22px rgba(184,0,31,.24)!important;
  text-decoration:none!important;
  overflow:hidden!important;
}
#site-main .mp-product-list-price.is-quote strong,
body #site-main .mp-product-list-card .mp-product-list-price.is-quote strong,
body #site-main .mp-category-products-grid .mp-product-list-card .mp-product-list-price.is-quote strong{
  display:block!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  color:#fff!important;
  font-size:.78rem!important;
  font-weight:1000!important;
  line-height:1.15!important;
  letter-spacing:.055em!important;
  text-transform:uppercase!important;
  text-shadow:0 1px 2px rgba(0,0,0,.36)!important;
  -webkit-text-fill-color:#fff!important;
}
#site-main .mp-product-list-price.is-quote::before,
body #site-main .mp-product-list-card .mp-product-list-price.is-quote::before{
  content:"";
  flex:0 0 auto;
  width:7px;
  height:7px;
  margin-right:8px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 4px rgba(255,255,255,.18);
}
#site-main .mpb2b-summary-note.mp-quantity-discount-note{
  margin:8px 0;
  padding:8px 10px;
  border-left:4px solid #B8001F;
  background:rgba(184,0,31,.08);
  color:#1f2937;
  font-size:.85rem;
  font-weight:800;
}
.masterpalm-store-dark #site-main .mpb2b-summary-note.mp-quantity-discount-note,
.mp-b2b-store #site-main .mpb2b-summary-note.mp-quantity-discount-note{
  background:rgba(184,0,31,.18);
  color:#fff;
}
