/* GOPHER Custom Color Scheme CSS */
  :root {
      --color-primary-50: #beebd9;
      --color-primary-100: #98dfc2;
      --color-primary-200: #72d3ab;
      --color-primary-300: #4cc794;
      --color-primary-400: #26bb7d;
      --color-primary-500: #00af66;
      --color-primary-600: #009557;
      --color-primary-700: #007b48;
      --color-primary-800: #006139;
      --color-primary-900: #00472a;
      --color-primary-950: #002d1b;
      --btn-link-disabled-color: #00af66;
  }
  /* END Custom Color Scheme CSS */

  

/* Start 'srp-new-price-label-discount' (do not modify this line) */
/* Modified by danielchristie on 11/18/22 04:12 PM EST */
.srp .inv-type-new.pricing-detail .discount .price-label { text-decoration: none; font-weight: normal; font-size: 14px; color: #070707; }
/* End 'srp-new-price-label-discount' (do not modify this line) */

/* Start 'srp-pre-owned-price-label-final-price' (do not modify this line) */
/* Modified by andrewvardaman on 12/09/22 12:09 PM CST */
.srp .inv-type-pre-owned.pricing-detail .final-price .price-label { text-decoration: none; font-weight: bold; font-size: 15.75px; color: #000000; }
/* End 'srp-pre-owned-price-label-final-price' (do not modify this line) */

/* Start 'vdp-used-price-label-final-price' (do not modify this line) */
/* Modified by andrewvardaman on 12/09/22 12:39 PM CST */
.vdp .inv-type-used.pricing-detail .final-price .price-label { text-decoration: none; font-weight: bold; font-size: 18px; color: #000000; }
/* End 'vdp-used-price-label-final-price' (do not modify this line) */