@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css");

/*-- Global --*/

h1,
h2,
h3,
h4,
h5,
.h5 {
  font-weight: 900 !important;
  text-transform: uppercase;
}

.title + .text {
  margin-top: 0;
}

.wow {
  visibility: hidden;
}

.vdp__veh__info__mod
  .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
  background-color: var(--color-theme-highlight) !important;
}

.btn {
  font-weight: normal !important;
}

/*-- Header --*/

header {
  border-bottom: 1px solid #e1e1e1;
}

.header .navbar-nav .nav-link {
  font-weight: 700 !important;
  text-transform: uppercase;
}

.header .header-info-logo-img img {
  width: 150px;
  pointer-events: none;
}

.cw-header-contact a:hover {
  color: white;
}

.cw-header-contact .fa {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.25rem;
  color: var(--color-theme-secondary);
}

.cw-address,
.cw-phone,
.cw-hours {
  position: relative;
  vertical-align: middle;
  margin: 0.25rem;
  padding-left: 1.1rem;
  color: white;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
}

.cw-hours {
  display: inline-block;
}

.cw-address:before {
  font-family: FontAwesome;
  content: "\f3c5";
  position: absolute;
  left: 0;
  padding-right: 0.5rem;
  color: white;
}

.cw-phone:before {
  font-family: FontAwesome;
  content: "\f2a0";
  position: absolute;
  left: 0;
  padding-right: 0.5rem;
  color: white;
}

.cw-hours:before {
  font-family: FontAwesome;
  content: "\f017";
  position: absolute;
  left: 0;
  padding-right: 0.5rem;
  color: white;
}

.header .navbar .active > .nav-link,
.header .navbar .nav-link:hover {
  color: var(--color-theme-highlight);
}

.badge {
  background: var(--color-theme-secondary);
}

@media (min-width: 992px) {
  .cw-header-info .container {
    max-width: 1140px;
  }

  .cw-header-contact {
    position: absolute;
    width: 100%;
    z-index: 1040;
  }

  .cw-header-info .header-info-logo-img {
    position: absolute;
    z-index: 1040;
    top: 34px;
  }

  nav.navbar .container {
    /* position: relative; */
    min-height: 133px;
    margin-top: 27px;
    /* margin: 0px auto; */
  }

  .navbar-nav {
    /* position: absolute; */
    /* right: .5rem; */
    /* top: 46px; */
  }

  /* keeps nav items on the right side of header */
  .header.has-cart .collapse.justify-content-center,
  .header .navbar-collapse.justify-content-center {
    -webkit-box-pack: flex-end !important;
    -ms-flex-pack: flex-end !important;
    justify-content: flex-end !important;
  }

  .header .navbar-nav:not(.navbar-cart) {
    /* set pixels to logo width (or more) */
    max-width: calc(100% - 210px);
    justify-content: center;
  }

  .cw-phone,
  .cw-address {
    margin-right: 2rem;
  }
}

@media (min-width: 1400px) {
  .header .container,
  .cw-header-contact .container {
    max-width: 1340px;
  }
}

/*-- Hero --*/

.cw-hero .carousel-item {
  height: 500px;
  background-size: cover;
  background-position: center center;
}

.cw-hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 40%);
}

.cw-hero .carousel-control-prev,
.cw-hero .carousel-control-next {
  width: 10%;
  text-align: center;
  opacity: 0.7;
  z-index: 3;
}

.cw-hero .carousel-control-prev:hover,
.cw-hero .carousel-control-next:hover {
  opacity: 1;
}

.cw-overlay {
  position: absolute;
  z-index: 1;
  top: 20%;
  width: 100%;
  text-align: center;
  color: #fff;
}

.cw-overlay h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  line-height: 1;
}

.cw-overlay h1 span {
  display: block;
  margin: 1rem 0 0.75rem;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 40%;
}

.cw-overlay .cw-button-container {
  justify-content: center;
  max-width: 580px;
  margin: 6rem auto 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
}

.cw-overlay img {
  opacity: 0.4 !important;
  pointer-events: none;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and ) */
@media (max-width: 1400px) {
  .cw-overlay .cw-button-container {
    justify-content: center;
    max-width: 580px;
    margin: 2rem auto 0;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.cw-overlay .cw-button-container .btn {
  margin: 0.25rem;
}

@media (min-width: 768px) {
  .cw-overlay h1 {
    font-size: 4rem;
  }
}

@media (min-width: 1400px) {
  .cw-hero .carousel-item {
    height: 580px;
  }

  .cw-overlay h1 {
    font-size: 5rem;
  }

  .cw-overlay h1 span {
    font-size: 30%;
  }

  .cw-overlay .cw-button-container {
    max-width: 700px;
  }

  .cw-overlay .cw-button-container .btn {
    font-size: 1.25rem;
  }
}

section.inventory-search-module .form__wrapper {
  color: #fff;
}

/*-- Home List Cards --*/

.cw-list {
  margin: 2rem 0;
}

.cw-card {
  position: relative;
  overflow: hidden;
  max-height: 300px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
}

.cw-card a {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cw-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}

.cw-card:hover:before {
  background: rgba(0, 0, 0, 0.6);
}

.cw-card .cw-card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cw-card .cw-card-img-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 1.75rem;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}

.cw-card-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .cw-list {
    margin: 4rem 0;
  }
}

/*-- Home Vehicle Type List --*/

.page-home .list {
  padding: 0;
}

.page-home .list .list-wrap {
  margin-bottom: 2em !important;
}

.page-home .list .list-img-wrap {
  margin: auto;
  padding: 34% 0;
}

.page-home .list .list-img-photo {
  background-size: contain;
}

.page-home .list .list-text-title {
  text-transform: none;
  /* color: var(--color-theme-secondary); */
  text-transform: uppercase;
}

.page-home .list .list-text-btn {
  display: none;
}

@media (min-width: 992px) {
  .page-home .text h3 {
    font-size: 2.5rem;
  }

  .page-home .text .lead {
    font-size: 1.35rem;
  }
}

@media (min-width: 1400px) {
  .page-home .text h3 {
    font-size: 3.25rem;
  }
}

/*-- Other Home Sections --*/

.cw-textImage {
  position: relative;
}

.cw-textImage1 {
  margin-bottom: 1rem;
}

.cw-textImage2 {
  margin-bottom: 5rem;
}

.cw-textImage1 .cw-content {
  padding: 2rem;
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4A8BAAE7C3F063DFC30134B7538432A5.png)
    center;
  background-size: cover;
  color: white;
}

.cw-textImage1 .cw-image {
  min-height: 300px;
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/343FC8F93751CD88B84A8F846B32C335.jpg);
  background-size: cover;
}

/*iframed map */
.cw-textImage2 .cw-image {
  padding: 0;
}

.cw-textImage2 .cw-content {
  padding: 2rem;
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/2A9EA7B29A326555267FACB1442705F3.jpg)
    center;
  background-size: cover;
  color: white;
}

.cw-content h4 span {
  font-style: italic;
  font-size: 60%;
}

.cw-intro img {
  width: 200px;
}

.cw-textImage .cw-hours {
  position: relative;
  padding-left: 3rem;
  margin: 0;
}

.cw-textImage .cw-hours:before {
  padding-top: 0.25rem;
  font-size: 2rem;
  color: var(--color-theme-secondary);
}

.cw-mapContact {
  padding: 1rem;
  background: rgba(0, 0, 0, 0.1);
}

.cw-textImage .cw-address {
  font-size: 1rem;
}

.cw-textImage .cw-address:before {
  color: var(--color-theme-secondary);
}

@media (min-width: 992px) {
  .cw-textImage .cw-content {
    padding: 8% 4%;
  }

  .cw-textImage1 .cw-image,
  .cw-textImage2 .cw-content {
    border-left: 0.5rem solid white;
  }

  .cw-textImage2 .cw-image,
  .cw-textImage1 .cw-content {
    border-right: 0.5rem solid white;
  }

  .cw-textImage h3 {
    font-size: 2.25rem;
  }

  .cw-textImage h4 {
    font-size: 1.75rem;
  }

  .cw-intro h2 {
    font-size: 2.25rem;
  }
}

@media (min-width: 1400px) {
  .cw-textImage h3 {
    font-size: 2.75rem;
  }

  .cw-textImage h4 {
    font-size: 2rem;
  }

  .cw-intro h2 {
    font-size: 3rem;
  }

  .cw-textImage .cw-content {
    padding: 8%;
  }
}

.popular-vehicles-sections {
  padding: 2em;
}

.popular-vehicles-section-heading::after {
  content: "";
  display: block;
  height: 3px;
  width: 80px;
  margin: 0.5rem 0 1.5rem;
  background-color: var(--color-theme-secondary);
}

/*********** Services homepage ************/
.cw-services {
  padding: 28px 0px 85px 0;
}

.cw-services .container {
  max-width: 1500px;
}

.cw-services h2 {
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.cw-services .cw-service-item {
  margin-bottom: 2rem;
}

.cw-services .cw-service-item img {
  width: 270px;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .cw-services .cw-service-item {
    padding: 0 1rem;
  }

  .cw-services h2 {
    font-size: 3.25rem;
  }
}

/*-- Inventory Slideshow --*/

.page-home .inventoryslideshow {
  margin: 5em 0 15px;
  padding-top: 4rem;
  background: #191919;
}

.inventoryslideshow h3 {
  font-size: 1.1rem !important;
  text-transform: none;
}

.inventoryslideshow h3:hover {
  color: var(--color-theme-secondary);
}

.inventoryslideshow .item__data__price,
.inventoryslideshow .item__data__value {
  font-size: 0.95rem !important;
  text-shadow: 0 0 3px black;
}

.inventoryslideshow-slick {
  padding: 1rem 0 1.5rem;
  margin-bottom: 0 !important;
}

.inventoryslideshow .card__multi__style7 .item__style {
  display: none;
}

.card__multi__style7 .item__card__photo img {
  border-radius: 0 !important;
}

.card__multi__style7 .item__card__photo:after {
  border-radius: 0 !important;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    transparent
  ) !important;
  color: white;
}

@media (min-width: 992px) {
  .inventoryslideshow-title-heading {
    font-size: 2.5rem;
  }
}

@media (min-width: 1400px) {
  .inventoryslideshow-title-heading {
    font-size: 3.25rem;
  }
}

/*-- Inventory Pages --*/

.inventory {
  padding-top: 0 !important;
}

.inventory-card-view .carousel-item {
  height: 0 !important;
  padding: 38% 0 !important;
}

.inventory .vehicle-card.layout-1 .price-mileage-block .value {
  font-size: 1rem !important;
}

.inventory .vehicle-card .card-body h5.inventory-title {
  text-transform: none;
  font-size: 1.1rem;
}

.inventory-card-view .p-veh-card .card-top-img {
  height: auto !important;
  background-color: #fff !important;
}

.p-veh-card .card-top-img a {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: #fff !important;
  aspect-ratio: auto !important;
}

.inventory-card-view .p-veh-card .card-top-img img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
  max-height: 100% !important;
  min-height: 100% !important;
  height: 100% !important;
}

.inventory .srp-sidebar .card-header::before {
  border-color: transparent !important;
}

.inventory .vehicle-card.layout-1 .price-mileage-block {
  background: #f4f7f7 !important;
}

.inventory .srp-sidebar .card-header .card-title {
  color: white;
}

.inventory .inventory-cta .btn {
  background: var(--color-theme-secondary) !important;
  border-color: var(--color-theme-secondary) !important;
}

.inventory .vehicle-card.layout-2 .price {
  background: var(--color-theme-highlight) !important;
  font-weight: 700;
  color: #333 !important;
}

.inventory .carousel-indicators {
  background: 0 0 !important;
  bottom: -10px !important;
}

.inventory .carousel-indicators [data-bs-target] {
  width: 7px;
  height: 7px;
  background: var(--color-theme-highlight);
}

.inventory .btn-primary,
.inventory .btn-primary:focus {
  background: var(--color-theme-highlight) !important;
  border-color: var(--color-theme-highlight) !important;
}

.photo__item .photo__thumbnail[PhotoGalleryWidgetCssScope] {
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/FAFEACE6D80DF5AA88E18E8BB23038D2.jpeg)
    no-repeat center;
  background-size: cover;
}

.vdp__details__mod {
  margin-bottom: 50px;
}

.vdp__title__mod {
  background: var(--color-theme-highlight);
  padding: 1.5rem 1rem 1rem;
}

.vdp-module-canvas-razor-wrapper .btn-secondary,
section.page-inventory-details .btn.btn-primary,
.vdp-module-canvas-razor-wrapper .btn-check:checked + .btn-outline-secondary {
  background: var(--color-theme-secondary) !important;
  border-color: var(--color-theme-secondary) !important;
}

.vdp-module-canvas-razor-wrapper .btn-secondary:hover {
  background: var(--color-theme-secondary) !important;
  border-color: var(--color-theme-secondary) !important;
}

.page-inventory-details .module,
.vdp-module-canvas-razor-wrapper .module {
  margin-top: 25px !important;
}

.page-inventory .container.mb-4 {
  max-width: none;
  margin-bottom: 0 !important;
  padding: 1rem;
  background: var(--color-theme-primary);
  color: #fff;
}

.veh__trim[VehicleHeadingWidgetCssScope],
.veh__title[VehicleHeadingWidgetCssScope],
.veh__generation[VehicleHeadingWidgetCssScope],
.vdp__title__mod
  .veh__price__mileage__wrapper
  .veh__price[VehicleHeadingWidgetCssScope],
.vdp__title__mod
  .veh__price__mileage__wrapper
  .veh__mileage
  .mileage__value[VehicleHeadingWidgetCssScope],
.vdp__title__mod .veh__mileage[VehicleHeadingWidgetCssScope] {
  color: white !important;
}

.vdp__title__mod
  .veh__price__mileage__wrapper
  .veh__price[VehicleHeadingWidgetCssScope] {
  font-size: 1.5rem !important;
}

@media (min-width: 992px) {
  .page-inventory .container.mb-4 {
    padding: 3rem 4rem;
  }
}

@media (min-width: 1400px) {
  .inventory .vehicle-card.layout-1 .price-mileage-block .value {
    font-size: 1.1rem !important;
  }

  .inventory .vehicle-card .card-body h5.inventory-title {
    text-transform: none;
    font-size: 1.2rem;
  }
}

/*-- Subpages --*/

section:not(.page-home) .title {
  position: relative;
  margin-bottom: 0rem;
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/0D809B399A10C5DE0BC929F83851290A.jpg)
    no-repeat center;
  background-size: cover;
  text-align: center;
}

section:not(.page-home) .title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0/58%);
}

section:not(.page-home) .title .title-heading {
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 2rem 0;
  color: white;
  text-shadow: 0 0 4px black;
}

section:not(.page-home) .title h1 {
  font-size: 2rem;
}

section:not(.page-home) .form {
  padding-top: 1rem;
}

.employees-email {
  font-size: 0.85rem;
}

@media (min-width: 992px) {
  section:not(.page-home) .title .title-heading {
    padding: 3.5rem 0;
  }

  section:not(.page-home) .title h1 {
    font-size: 2.5rem;
  }
}

/*-- Forms --*/

.form-forms-header {
  font-size: 1.75rem;
}

hr {
  opacity: 1;
}

.bootstrap-select {
  padding: 0 !important;
  background: 0 0;
  border: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}

.form .bootstrap-select .dropdown-menu li.selected a,
.form .bootstrap-select .dropdown-menu li.selected a:hover {
  color: #000;
  background: 0 0;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline;
  background: 0 0;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder::after {
  border-top-color: var(--color-theme-highlight);
}

/*-- Footer Custom Layout --*/

footer > .container {
  position: relative;
  min-height: 190px;
}

.footer .dropdown-menu {
  position: relative;
  display: block !important;
  min-width: 0 !important;
  padding: 0;
  border: 0;
}

.footer .dropdown-toggle {
  pointer-events: none;
}

.footer a.dropdown-item {
  display: block !important;
  padding: 0.25rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: normal !important;
}

.footer-nav-links .nav-item {
  padding: 0 0.5rem;
  font-size: 0.8rem;
  text-align: center;
  padding: 0 0.25rem;
}

.footer .nav .nav-link {
  text-transform: uppercase;
}

.footer h2.footer-business-name {
  font-size: 1.25rem;
}

.footer-business + .footer-business-phone:before {
  display: none;
}

.footer-social-links a {
  padding: 0 0.25rem;
}

.footer-info-business span,
.footer-info-business a {
  font-size: 0.85rem;
}

@media (min-width: 992px) {
  .footer-social-links {
    position: absolute;
    left: 10%;
    bottom: 1rem;
    z-index: 2;
  }

  footer .footer-info-business {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    padding-right: 1rem;
  }

  .footer-info-business
    a:not(.footer-business-phone):not(.footer-business-email) {
    padding: 0;
  }

  a.footer-business-phone {
    display: block;
    margin-top: 0.25rem;
  }

  .footer ul.nav {
    flex-wrap: nowrap;
    text-align: left !important;
  }

  .footer-nav-links {
    position: absolute;
    top: -1rem;
    right: 0;
    width: 70%;
    background: rgb(0 0 0 / 5%);
    padding: 1.5rem 0;
  }

  .footer .dropdown-menu {
    max-width: 180px;
    text-align: center;
    background: none;
  }

  .dropdown-toggle::after {
    color: var(--color-theme-secondary);
  }
}

/*VDP Page*/

/* This fix is mostly for dark background sites, but could be useful when you want to change the hard-coded colors on the Vehicle Details Page  */

.inventorydetails .vdp-module-canvas-razor-wrapper a {
  color: var(--color-theme-text);
}

.inventorydetails .vdp-module-canvas-razor-wrapper a:hover {
  color: var(--color-theme-highlight);
}

.inventorydetails .section__title,
.inventorydetails .section__subtitle,
.inventorydetails .section__callout__title {
  color: var(--color-theme-text);
}

.inventorydetails p {
  color: var(--color-theme-text);
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-primary {
  color: var(--color-theme-text-btn) !important;
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary {
  border-color: var(--color-theme-primary);
  color: #fff;
}

.inventorydetails
  [LoanCalculatorWidgetCssScope]
  .loan__calc__content
  .calc__totals__wrapper {
  background-color: transparent;
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover,
.inventorydetails
  .vdp-module-canvas-razor-wrapper
  .btn-outline-secondary:before {
  background-color: var(--color-theme-primary);
  border-color: #000;
}

.inventorydetails
  .vdp-module-canvas-razor-wrapper
  .btn-check:checked
  + .btn-outline-secondary {
  color: var(--color-theme-text-btn);
  background-color: var(--color-theme-primary);
  border-color: var(--color-theme-primary);
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary:focus {
  background-color: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
  border-color: var(--color-theme-primary);
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary:before {
  background: var(--color-theme-highlight);
}

.inventorydetails label {
  color: inherit;
}

.inventorydetails .disclaimerText {
  color: var(--color-theme-text);
  opacity: 0.9;
}

/* this is normally hard-coded as a white background. If you want to keep that, you'll probably need to customize all the colors inside the .vdp__message__wrapper so it works on the light background*/
.inventorydetails .vdp__message__mod.module .vdp__message__wrapper {
  background-color: transparent;
}

/*Site Map*/

.sitemap-title {
  border-bottom-color: var(--color-theme-border);
  color: #ffffff;
}

/*Contact Email*/

/* should make the long emails in default headers, footers, and business info modules wrap so that they don't stretch too far on super small mobile sizes (ie galaxy fold)  */
.contact-companyinfo .contact-email .contact-details-info,
.header .header-business-email,
.footer .footer-business-email {
  overflow-wrap: anywhere;
}

.inventory .vehicle-card.layout-1 .price-mileage-block .label {
  font-size: 0.75rem;
  color: #000000 !important;
}

.inventory .vehicle-card.layout-1 .price-mileage-block .value {
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #f50000 !important;
}

/* .info__label {
	color: #000000 !important;
} */

/* .info__data {
	color: #000000 !important;
} */

/* social Page */
.cw-social-icon {
  font-size: 50px;
}

/*warranty*/

.vdp__warranty__mod {
  display: none;
}

/* .info__label {
	color: #fff !important;
} */

.vdp-module-canvas-razor-wrapper .btn-link {
  color: #fff !important;
}

/* Testimonials Page */
section.testimonials {
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.5)),
    url("https://s3.amazonaws.com/fcwebmanager/Textures/SmartSites/HeroImages/0/texture_14.jpg");
  background-size: contain;
  padding: 20px 0;
}

.shadow-effect {
  background: #000;
  padding: 20px;
  border-radius: 1em;
  text-align: center;
  border: 1px solid #222222;
  border-bottom: 3px solid var(--color-theme-primary);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25), 0 9px 15px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}

h2.review-letter {
  color: #f50000;
  margin-bottom: 0.5em;
  padding: 10px;
}

.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: var(--color-theme-primary);
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
  text-align: center;
  padding: 30px 0;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: var(--color-theme-primary);
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: var(--color-theme-primary);
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3) rotate(45deg);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}
