/* =========================================
   REMOVE RRP / MSRP STRIKE THROUGH
   ========================================= */
.aim-wholesale-pricing .aim-rrp-price,
.aim-wholesale-pricing .price--rrp,
.aim-wholesale-pricing [data-product-rrp-with-tax],
.aim-wholesale-pricing [data-product-rrp-with-tax] *,
.price--rrp,
.price--rrp * {
  text-decoration: none !important;
  text-decoration-line: none !important; }

/* Remove Vault theme pseudo strike line */
.aim-wholesale-pricing .price--rrp::before,
.aim-wholesale-pricing .price--rrp::after,
.aim-wholesale-pricing [data-product-rrp-with-tax]::before,
.aim-wholesale-pricing [data-product-rrp-with-tax]::after {
  display: none !important;
  content: none !important; }

/* =========================================
   FORCE REMOVE MSRP / RRP LINE IN VAULT
   ========================================= */
/* Remove <del> styling */
.aim-wholesale-pricing del,
.aim-wholesale-pricing s,
.aim-wholesale-pricing strike {
  text-decoration: none !important; }

/* Remove any border based line */
.aim-wholesale-pricing .aim-rrp-price,
.aim-wholesale-pricing [data-product-rrp-with-tax] {
  border: none !important;
  box-shadow: none !important;
  background-image: none !important; }

/* Override Vault price styling */
.aim-wholesale-pricing .price--rrp {
  color: inherit !important;
  opacity: 1 !important; }
