@import "https://fonts.googleapis.com/css2?family=Rokkitt:ital,wght@0,400;0,500;0,600;0,700;0,800;1,700&display=swap";

@media (min-width: 1500px) {
  .container {
    max-width: 1500px;
  }
}

.inventory .srp-sidebar .btn-link.btn-clear-filter,
.inventory .srp-sidebar .card-header .card-title,
.inventory .srp-sidebar .card-header .close-filter {
  color: var(--color-theme-text-btn);
}

h1,
h2,
h3,
h4,
h5,
.h5 {
  font-weight: 900 !important;
  text-transform: uppercase;
  font-family: rokkitt, serif;
}

h2.cw-page-title1.text-secondary {
  font-weight: 900 !important;
  text-transform: uppercase;
  font-family: rokkitt, serif;
}

h2.inventoryslideshow-title-heading {
  font-weight: 900 !important;
  text-transform: uppercase;
  font-family: rokkitt, serif;
}

.cw-finder {
  background:
    linear-gradient(to bottom, rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.6)),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/052866CEEE7A45744BDD86147595DB3C.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 4.5rem 0;
}

.cw-finder h2 {
  font-family: rokkitt, serif;
  font-weight: 900 !important;
  text-transform: uppercase;
  padding: 0;
  color: #d2a94f !important;
}

h2.popular-vehicles-section-heading {
  font-family: rokkitt, serif;
  color: #fff;
  font-weight: 900;
  line-height: 1em;
  font-size: clamp(1.02rem, 1vw + 1rem, 2rem);
  text-transform: uppercase;
}

/* -------------------- Header & Nav---------------------- */

/* There's a script to make these variables always the size of the header container and just the navbar*/
:root {
  --cw-headerHeight: 138px;
  --cw-navbarHeight: 50px;
}

/* Nav */

header.header {
  position: relative;
}

.header .navbar,
.header .navbar.bg-primary {
  /* z-index: 3; */
  /* background: transparent !important; */
}

.dropdown-toggle::after {
  color: var(--color-theme-highlight);
}

.dropdown-toggle.active::after,
.dropdown.active .dropdown-toggle:after {
  color: var(--color-theme-primary);
}

.header a.header-business-phone {
  font-weight: 700;
  font-size: 1.25rem;
  padding: 0;
}

.header .header-business-phone:before {
  font-family: FontAwesome;
  content: "\f2a0";
  padding: 8px 10px;
  color: var(--color-theme-highlight);
  font-weight: 400;
  text-shadow: none;
}

.header .container {
  max-width: none;
  /* z-index: 2 */
}

/* buttons */
.header .navbar-dark .navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 0.85rem;
  line-height: 32px;
  font-weight: 400;
}

.header .navbar .active > .nav-link {
  color: var(--color-theme-primary);
}

.header .dropdown-item {
  font-weight: 400 !important;
}

.header .navbar .active > .nav-link {
  color: #fff !important;
}

/* Custom header */
:root {
  --variable-comment-since-comments-might-disappear: "/* Enter your desired max logo width. Adjust in media queries as needed. */";
  --cw-logo-width: 250px;

  --variable-comment-since-comments-might-disappear: "/* Logo height when width the above variable. (This is not used to SET the height but is just used in calculations for the triangle background) */";
  --cw-logo-height: 62.5px;

  --variable-comment-since-comments-might-disappear: "/* Offset added to the height and width when sizing the triangle behind the logo. Uses the other values to make a pretty consistent size as the logo size and ratio changes. */";
  --cw-logo-offset: calc(var(--cw-logo-width) / 2 + var(--cw-logo-height) / 2);
}

.cw-header {
  position: relative;
  z-index: unset;
}

.cw-header .cw-flex-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.cw-header .cw-logo-box {
  position: relative;
  z-index: 4;
  max-width: var(--cw-logo-width);
}

.cw-header .cw-logo-box img {
  position: relative;
  z-index: 4;
}

.cw-header .cw-header-contact {
  flex-grow: 1;
  padding: 0.75rem 1rem;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.cw-header .cw-header-contact a {
  color: inherit;
}

.cw-header .cw-header-contact a:hover {
  color: var(--color-theme-highlight);
}

.cw-header .cw-header-contact .cw-phone {
  font-size: 1.25rem;
}

.cw-header .cw-header-contact .cw-address:before {
  font-family: FontAwesome;
  content: "\f3c5";
  margin-right: 0.5rem;
  font-weight: 400;
  color: var(--color-theme-highlight);
}

.cw-header .cw-header-contact .cw-phone:before {
  font-family: FontAwesome;
  content: "\f095";
  margin-right: 0.5rem;
  font-weight: 400;
  color: var(--color-theme-highlight);
}

@media (min-width: 768px) {
  :root {
    --cw-logo-width: 200px;
    --cw-logo-height: 50px;
  }

  .header .header-container {
    display: flex;
    flex-flow: column-reverse;
    position: relative;
  }

  .cw-header .cw-flex-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cw-header .cw-logo-box::before {
    content: "";
    z-index: 2;
    position: absolute;
    left: 0%;
    top: 0%;

    border-top: 0 solid transparent;
    /* border-bottom: 250px solid transparent; */
    border-bottom: calc(var(--cw-logo-height) + var(--cw-logo-offset)) solid
      transparent;
    border-left: calc(var(--cw-logo-width) + var(--cw-logo-offset)) solid
      var(--header-background);
    /* opacity: .9; */
  }

  .cw-header .cw-header-contact {
    text-align: right;
    /* padding-left: var(--cw-logo-offset); */
  }

  .cw-header .cw-header-contact a {
    text-shadow: 0 0 12px #000;
  }

  .cw-header .cw-header-contact .cw-address:before,
  .cw-header .cw-header-contact .cw-phone:before {
    text-shadow: 2px 2px #000;
  }

  section:not(.page-home) .cw-header {
    min-height: 150px;

    background-image:
      linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0.1) 100%
      ),
      url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/052866CEEE7A45744BDD86147595DB3C.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 992px) {
  :root {
    --cw-logo-width: 250px;
    --cw-logo-height: 62.5px;
  }

  .header .navbar > .container {
    padding: 0;
  }

  .cw-header .cw-logo-box {
    margin-top: calc(-1 * var(--cw-navbarHeight));
  }

  .cw-header .cw-header-contact {
    text-align: right;
    padding-left: var(--cw-logo-offset);
  }

  .page-home .header .navbar.bg-primary {
    z-index: 3;
  }

  .header .navbar-nav:not(.navbar-cart) {
    /* set pixels to logo width (or more) */
    max-width: calc(100% - var(--cw-logo-width) - var(--cw-logo-offset));
    justify-content: center;
  }

  .header.has-cart .collapse.justify-content-center,
  .header .navbar-collapse.justify-content-center {
    justify-content: flex-end !important;
  }
}

/* -------------------- Hero ---------------------- */

.cw-heroCarousel {
  overflow: hidden;
  background-color: #141414;
  position: relative;
}

.cw-heroCarousel .carousel-item {
  height: 345px;
  background-position: center;
  background-size: cover;
}

.cw-heroCarousel .carousel-item:nth-of-type(odd) {
  -webkit-animation: zoomin 30s 1;
  animation: zoomin 30s 1;
}

.cw-heroCarousel .carousel-item:nth-of-type(even) {
  -webkit-animation: zoomout 30s 1;
  animation: zoomout 30s 1;
}

.cw-videoWrapper {
  position: relative;
  max-height: 70vh;
  /* 70% of viewport height */
  overflow: hidden;
  display: flex;
  align-items: center;
  /* Center items vertically */
  justify-content: center;
  /* Center items horizontally */
}

.cw-videoWrapper .cw-iframeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.cw-videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
}

@-webkit-keyframes zoomin {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.25);
  }
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.25);
  }
}

@-webkit-keyframes zoomout {
  0% {
    transform: scale(1.25);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomout {
  0% {
    transform: scale(1.25);
  }

  100% {
    transform: scale(1);
  }
}

.cw-heroCaption {
  /* position: absolute; */
  /* z-index: 2; */
  /* bottom: 0; */
  /* right: 0; */
  left: unset;
  padding: 0;
  text-align: center;
  color: #fff;
}

.cw-heroCaption h1 {
  width: 100%;
  margin: 0;
  padding: 1rem;
  background: rgb(20 20 20/90%);
  margin: 0;
  font-size: 1.5rem;
}

.cw-heroCaption h1 .cw-smaller {
  font-size: 80%;
}

.cw-heroCarousel .carousel-indicators {
  display: block;
  right: 0;
  left: unset;
  top: 26%;
  right: 0;
  margin: 0;
}

.cw-heroCarousel .carousel-indicators [data-bs-target] {
  opacity: 1;
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  margin: 0.35rem 0;
  background: var(--color-theme-secondary);
  border-radius: 0;
  text-indent: 0;
}

.cw-heroCarousel .carousel-indicators [data-bs-target]:after {
  content: "\f06e";
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  font-family: FontAwesome;
  color: var(--color-theme-primary);
}

.cw-heroCarousel .carousel-indicators [data-bs-target].active {
  opacity: 0.5;
  background: var(--color-theme-primary);
}

.cw-heroCarousel .carousel-indicators [data-bs-target].active:after {
  color: var(--color-theme-highlight);
}

.cw-heroSocial {
  display: none;
}

@media (min-width: 400px) {
  .cw-heroCaption h1 {
    width: auto;
  }

  .cw-heroCaption h1:before {
    content: "";
    position: absolute;
    left: -62px;
    top: 0;
    border-top: 84px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 62px solid rgb(20 20 20/90%);
  }
}

@media (min-width: 768px) {
  .cw-heroCaption {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
  }

  .cw-heroCarousel .carousel-item {
    height: 580px;
  }

  .cw-heroCarousel .carousel-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to 45deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.5) 100%
    );
  }

  .cw-heroCarousel .carousel-indicators {
    top: 38%;
  }

  .cw-heroCaption .cw-location {
    font-size: 80%;
  }

  .cw-heroCaption h1 {
    max-width: 730px;
    padding: 1.5rem 3rem;
    font-size: 2rem;
  }

  .cw-heroCaption h1:before {
    left: -104px;
    border-top: 163px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 104px solid rgb(20 20 20/90%);
  }

  .cw-heroSocial {
    display: block;
    position: absolute;
    left: 4%;
    bottom: 0;
    z-index: 2;
  }

  .cw-heroSocial a {
    display: inline-block;
    width: 50px;
    height: 45px;
    margin: 0 0.5rem;
    padding: 10px;
    background: var(--color-theme-secondary);
  }

  .cw-heroSocial .fa {
    font-size: 25px;
    color: #fff;
  }

  .cw-heroSocial a:hover {
    background: var(--color-theme-primary);
  }

  .cw-heroSocial a:hover .fa {
    color: var(--color-theme-highlight);
  }
}

@media (min-width: 992px) {
  .cw-heroCarousel {
    margin-top: calc(-1 * var(--cw-headerHeight));
  }

  .cw-heroCarousel .carousel-item {
    height: 675px;
  }

  .cw-heroCaption h1:before {
    left: -136px;
    border-top: 163px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 136px solid rgb(20 20 20/90%);
  }
}

/* search price */
.cw-search-price {
  color: #fff;
  padding: 5em 0;
  background:
    linear-gradient(to bottom, rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.6)),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/052866CEEE7A45744BDD86147595DB3C.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.cw-search-price .container {
  padding: 2rem;
  position: relative;
  z-index: 1;
}

.cw-search-price h2 {
  font-family: rokkitt, serif;
  color: #d2a94f;
  font-weight: 900;
  line-height: 1em;
  font-size: 2em;
  text-transform: uppercase;
}

.cw-search-price p {
  color: #fff;
  line-height: 1.6em;
}

.cw-search-price .cw-shopUnder {
  color: #fff;
  margin-bottom: -7px;
  font-size: 12px;
}

.cw-search-price .cw-priceRange {
  font-size: 3.5em;
  font-weight: 900;
  font-family: rokkitt, serif;
  color: #fff;
}

.cw-search-price .cw-priceRange sup {
  top: -12px;
  font-size: 0.6em;
}

.inventoryslideshow {
  position: relative;
  background-color: #141414 !important;
  z-index: 0;
}

.card__multi__style3 .item__card {
  background-color: #d2a94f !important;
}

.card__addt__info__wrapper {
  display: none !important;
}

.card__multi__style3 .card__footer {
  border-top: none !important;
  padding-top: none !important;
}

.inventoryslideshow-btn {
  display: none;
}

.card__multi__style3 a.item__title {
  color: #fff !important;
}

.card__multi__style3 .title__style__content {
  color: #fff !important;
}

.card__multi__style3 .item__card__photo img {
  border-radius: 0 0 0 0 !important;
}

.inventoryslideshow .brdr__rad10 {
  border-radius: 0 0 0 0 !important;
  position: relative;
  z-index: 1;
}

.inventoryslideshow .brdr__rad10::before {
  content: "";
  position: absolute;
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/100B089485F1A83EBEE2E19AB92360DD.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 40%;
}

.btn-secondary:before {
  background: #000;
}

.inventory-search-module {
  margin: 0 !important;
  padding: 3rem 0 !important;
  color: #fff;
  background:
    linear-gradient(to bottom, rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.6)),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/052866CEEE7A45744BDD86147595DB3C.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.inventoryslideshow + div + .container.mb-4 {
  display: none;
}

.btn-primary {
  background: var(--color-theme-highlight) !important;
}

.btn-primary::before {
  background: #141414;
}

.cw-finance-section .cw-finance-content-wrapper {
  padding: 50px 0;
}

.cw-finance-section .finance__content__img {
  margin-top: 50px;
}

.cw-finance-section .cw-blurb-title {
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 10px;
}

.cw-finance-section .blurb__copy {
  margin-bottom: 20px;
}

.cw-finance-section .cw-blurb-wrapper {
  margin-bottom: 20px;
}

.cw-finance-section .cw-blurb-wrapper:last-of-type {
  margin-bottom: 0;
}

.cw-finance-section .cw-blurb-wrapper .cw-blurb-icon-wrapper {
  padding: 10px;
  min-width: 80px;
  min-height: 80px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background-color: var(--color-theme-secondary);
  position: relative;
  z-index: 1;
}

.cw-finance-section .cw-blurb-wrapper .cw-blurb-icon-wrapper::before {
  content: "";
  position: absolute;
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/100B089485F1A83EBEE2E19AB92360DD.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 40%;
}

.cw-finance-section .cw-blurb-wrapper .cw-blurb-icon-wrapper i {
  font-size: 2em;
}

.cw-finance-section .cw-blurb-wrapper img {
  width: 50px;
  margin-right: 10px;
}

.cw-finance-section .cw-blurb-wrapper .cw-blurb-title {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .cw-finance-section .cw-finance-content-wrapper {
    padding-top: 0;
  }
}

.cw-about {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5em 0 0;
}

@media (min-width: 576px) {
  .cw-about img {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .cw-about {
    padding: 5em 0;
  }

  .cw-about img {
    width: 25%;
  }
}

.cw-about .expand {
  -webkit-animation-name: expand;
  animation-name: expand;
  visibility: visible;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  margin: 1em auto;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes expand {
  0% {
    width: 15px;
  }

  100% {
    width: 100%;
  }
}

@keyframes expand {
  0% {
    width: 15px;
  }

  100% {
    width: 100%;
  }
}

.cw-about h3 {
  font-family: rokkitt, serif;
  font-size: 1.15rem;
  color: var(--color-theme-primary);
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 2em;
  margin-bottom: 0;
}

.cw-about h3 span {
  font-size: 2rem;
  color: var(--color-theme-secondary);
  text-transform: uppercase;
  font-weight: 900;
}

@media (min-width: 992px) {
  .page-home .form .form-wrap {
    margin-top: -480px;
    width: 45%;
    margin-right: 2.5%;
    margin-left: auto;
  }

  .cw-about h3 {
    margin-top: 0;
  }
}

@media (min-width: 1100px) {
  .page-home .form .form-wrap {
    margin-top: -460px;
  }
}

@media (min-width: 1200px) {
  .page-home .form .form-wrap {
    margin-top: -420px;
  }
}

.page-home .form {
  position: relative;
  margin-top: 0;
}

@media (max-width: 992px) {
  .page-home .form {
    position: relative;
    margin-top: 0.5rem;
  }
}

.page-home textarea.form-control {
  height: 100px;
}

.popular-vehicles-sections.container {
  margin-top: 5rem !important;
}

.popular-vehicles-section {
  padding: 2rem;
  background:
    linear-gradient(to bottom, rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.6)),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/052866CEEE7A45744BDD86147595DB3C.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.popular-vehicles-section a {
  color: #fff !important;
}

.popular-vehicles-section a:hover {
  color: var(--color-theme-highlight) !important;
}

.cw-footer-svg {
  display: block;
  margin-bottom: -1px;
}

.cw-footer-svg .st2 {
  opacity: 0.64;
  fill: #d2a94f;
}

.cw-footer-svg .st3 {
  fill: var(--color-theme-primary);
}

.cw-footer {
  background: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
}

.cw-footer .business-hours h2 {
  font-family: rokkitt, serif;
  font-size: 20px;
  text-transform: uppercase;
}

.cw-footer p {
  color: inherit;
}

.cw-footer .business-hours li {
  color: #fff;
  line-height: 30px;
  border-bottom: 1px solid #d2a94f;
}

.cw-footer .business-hours li:last-child {
  border-bottom: none;
}

.cw-footer .business-hours .opening-hours li.today {
  color: #d2a94f;
}

.cw-footer iframe {
  border-radius: 1rem;
}

@media (min-width: 576px) {
  .cw-footer iframe {
    padding: 1rem;
    border-radius: 2rem;
  }
}

@media (max-width: 768px) {
  .business-hours p {
    font-size: 14px;
  }

  .business-hours li {
    font-size: 14px;
  }
}

/* Standard footer */
.footer {
  background-color: var(--color-theme-primary);
  padding-top: 0.5em;
  padding-bottom: 0;
  margin-top: 0;
}

/* Hiding default footer contact info */
.footer .footer-info-business {
  display: none;
}

.title .title-heading {
  font-weight: 900 !important;
  text-transform: uppercase;
  font-family: rokkitt, serif;
}

.title span.title-heading-container {
  font-family: rokkitt, serif;
  color: var(--color-theme-secondary);
}

section.inventory-search-module .form__wrapper {
  background-color: var(--color-theme-accent);
  border: none !important;
  padding: 20px;
}

.cw-arrow-link {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25rem;
}

.cw-arrow-link:after {
  content: "\00BB";
  position: relative;
  font-size: 2rem;
  margin-left: 0.5rem;
  top: 2px;
  line-height: 0;
}

.vdp-module-canvas-razor-wrapper .btn-check:checked + .btn-outline-secondary {
  color: #fff;
  background-color: #d2a94f !important;
  border-color: #d2a94f !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
  background: #d2a94f !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover {
  background-color: #d2a94f !important;
  border-color: var(--color-theme-secondary) !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary {
  border-color: var(--color-theme-secondary) !important;
  color: var(--color-theme-secondary) !important;
}

.dropdown.active .dropdown-toggle:after {
  color: var(--color-theme-secondary) !important;
}

/* Used with JS to play animations when in view */
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-bottom {
  -webkit-animation: fade-bottom 1s ease-in;
  animation: fade-bottom 1s ease-in;
}

.active.fade-left {
  -webkit-animation: fade-left 1s ease-in;
  animation: fade-left 1s ease-in;
}

@-webkit-keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* ------------------------------------------------------------------------------------------------------ */

.price-allin-value::after {
  content: "Price includes $575 doc fee.";
  display: block;
  font-size: 30%;
  margin-top: 7px;
}

.title-container::after {
  content: "Price includes $575 doc fee.";
  display: block;
  font-size: 140%;
  margin-top: 7px;
  font-weight: 700;
  margin-left: 0.5em;
}
