/* @import 'https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css'; */

@import url("https://fonts.googleapis.com/css2?family=Secular+One&display=swap");

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700 !important;
  text-transform: uppercase;
  font-family: secular one, sans-serif !important;
}

.cw-section__title__h2 {
  font-size: 2.25rem;
  font-family: secular one, sans-serif !important;
  color: #000;
  text-transform: capitalize;
}

.title + .text {
  margin-top: 0;
}

.wow {
  /* Hide wow animations initially, so they aren't there and disappear before the animation happens. */
  visibility: hidden;
}

.btn {
  font-weight: 400 !important;
}

header {
  border-bottom: 1px solid #e1e1e1;
}

.header .navbar-nav .nav-link {
  font-weight: 700 !important;
  text-transform: uppercase;
}

.header .header-info-logo-img img {
  max-width: 250px;
}

@media (max-width: 576px) {
  .header .header-info-logo-img img {
    width: 141px;
  }

  .header .navbar,
  .header .navbar.bg-primary {
    margin-top: 0 !important;
  }
}

.cw-header-contact {
  background-color: var(--color-theme-primary);
  color: #fff;
}

.cw-header-contact a:hover {
  color: #fff;
}

.cw-header-contact .fa {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.25rem;
  color: var(--color-theme-secondary);
}

.cw-header-contact .cw-address,
.cw-header-contact .cw-phone,
.cw-header-contact .cw-hours {
  position: relative;
  vertical-align: middle;
  margin: 0.25rem;
  /* padding-left: 1.1rem; */
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
}

.cw-header-contact .cw-hours {
  display: inline-block;
}

.cw-header-contact .cw-address:before {
  font-family: FontAwesome;
  content: "\f3c5";
  /* position: absolute; */
  left: 0;
  padding-right: 0.5rem;
  color: #fff;
}

.cw-header-contact .cw-phone:before {
  font-family: FontAwesome;
  content: "\f2a0";
  /* position: absolute; */
  left: 0;
  padding-right: 0.5rem;
  color: #fff;
}

.cw-header-contact .cw-hours:before {
  font-family: FontAwesome;
  content: "\f017";
  /* position: absolute; */
  left: 0;
  padding-right: 0.5rem;
  color: #fff;
}

.header .navbar .nav-link {
  -webkit-transition: all 150ms 50ms ease-in-out;
  -moz-transition: all 150ms 50ms ease-in-out;
  -o-transition: all 150ms 50ms ease-in-out;
  transition: all 150ms 50ms ease-in-out;
}

.header .navbar .active > .nav-link,
.header .navbar .nav-link:hover {
  background-color: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
}

.badge {
  background: var(--color-theme-secondary);
}

.cw-header-info .header-info-logo-img {
  margin-top: 1.6rem !important;
}

@media (min-width: 992px) {
  .cw-header-info .container {
    max-width: 1140px;
  }

  .cw-header-contact {
    /* position: absolute; */
    /* width: 100%; */
    /* z-index: 1030 */
  }

  .cw-header-info .header-info-logo-img {
    position: absolute;
    z-index: 1031;
    top: 27px;
  }

  nav.navbar .container {
    min-height: 93px;
    /* margin-top: 27px */
  }

  .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) {
    max-width: calc(100% - 210px);
    justify-content: center;
  }

  .cw-header-contact .cw-phone,
  .cw-header-contact .cw-address {
    margin-right: 2rem;
  }
}

@media (min-width: 1400px) {
  .header .container,
  .cw-header-contact .container {
    max-width: 1400px;
  }
}

.header .navbar,
.header .navbar.bg-primary {
  padding: 1rem 0;
  /* margin-top: 2rem !important */
}

@media (min-width: 576px) {
  .header .navbar,
  .header .navbar.bg-primary {
    margin-top: none !important;
  }
}

/* -------------------- Hero ---------------------- */
.cw-hero-slideshow {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.cw-hero-slideshow .cw-hero-image {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: cw-slide-anim 12s infinite;
  animation-delay: var(--cw-anim-offset);
}

.cw-hero-slideshow .cw-hero-image::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(rgba(36, 36, 36, 0.8), rgba(0, 0, 0, 0.5));
  z-index: 1;
}

.cw-hero-slideshow .cw-hero-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cw-hero-slideshow .cw-hero-title {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.cw-hero-slideshow .cw-hero-title h1 {
  display: block;
  margin: 1rem 0 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 3rem;
}

.cw-hero-slideshow .cw-hero-title h1 span {
  display: block;
  font-size: 2rem;
}

@keyframes cw-slide-anim {
  0% {
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  13%,
  25% {
    opacity: 1;
    transform: scale(1.06);
  }

  38% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

/* ------------------- home advanced search ---------------------- */

/* .page-home .inventory-search-module .search__input--classification {
	display: none !important
} */

.page-home .inventory-search-module {
  margin-top: 0rem !important;
  margin-bottom: 0 !important;
}

@media (min-width: 576px) {
  .page-home .inventory-search-module {
    margin-top: -3rem !important;
  }
}

.page-home .inventory-search-module > .container {
  max-width: 1320px;
}

.page-home .inventory-search-module .container {
  background-color: var(--color-theme-primary);
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  z-index: 1;
}

.page-home .inventory-search-module label {
  color: var(--color-theme-text-btn);
}

.page-home .inventory-search-module .form__wrapper {
  background-color: transparent;
  border: none;
  padding: 30px 0;
}

.page-home .inventory-search-module .btn-primary {
  background-color: var(--color-theme-text-btn);
  border: 1px solid var(--color-theme-primary);
  color: var(--color-theme-primary);
}

.page-home .inventory-search-module .btn-primary:hover {
  background-color: var(--color-theme-primary) !important;
  border: 1px solid var(--color-theme-text-btn) !important;
  color: var(--color-theme-text-btn) !important;
}

/* -------------------- SECTIONTITLE ---------------------- */

.inventory__bg {
  position: relative;
}

.inventory__bg .bg__parallax {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
  background-color: var(--color-theme-primary);
  padding: 300px 0;
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/935E3C5972084F46B930663D2CA009C3.jpg);
}

.cw-shop-inventory-title {
  font-family: secular one, sans-serif;
}

@media (max-width: 1400px) {
  .cw-shop-inventory-title {
    display: none !important;
  }
}

.cw-btn-section {
  align-items: flex-start;
  display: flex;
  min-height: 100%;
  justify-content: center;
}

.cw-card-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 1320px;
  width: 100%;
}

.cw-services-card {
  background-color: #fff;
}

@media (min-width: 576px) {
  .cw-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .cw-card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.cw-services-card {
  list-style: none;
  position: relative;
}

.cw-services-card:before {
  content: "";
  display: block;
  padding-bottom: 150%;
  width: 100%;
}

.cw-card-bkg {
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  bottom: 0;
  filter: brightness(0.75) saturate(1.2) contrast(0.85);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center;
  trsnsform: scale(1) translateZ(0);
  transition: filter 200ms linear, transform 200ms linear;
}

.cw-services-card:hover .cw-card-bkg {
  transform: scale(1.05) translateZ(0);
}

.cw-card-grid:hover > .cw-services-card:not(:hover) .cw-card-bkg {
  filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
}

.cw-card-content {
  left: 0;
  padding: 24px;
  position: absolute;
  top: 0;
}

.cw-card-category {
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.cw-card-head {
  color: #fff;
  font-size: 1.9rem;
  text-shadow: 2px 2px 20px rgba(255, 255, 255, 0.2);
  line-height: 1.4;
  word-spacing: 100vw;
}

.cw-custom-bg {
  position: relative;
  background-color: var(--color-theme-primary);
  padding: 16.2rem 0 !important;
  margin-top: -24rem;
  z-index: -1;
}

@media (min-width: 768px) {
  .cw-custom-bg {
    position: relative;
    padding: 18rem 0 !important;
    margin-top: -30rem 0 !important;
    z-index: -1;
  }
}

.cw-custom-bg::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 50%;
  object-fit: cover;
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F0B5C3C9EB3679F005BD429C7276AAE5.png);
  transform: rotateY(180deg);
  background-size: cover;
}

.popular-vehicles-sections {
  position: relative;
  min-height: 200px;
  background: var(--color-theme-primary);
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  max-width: 1320px;
  padding: 50px 0;
  margin-top: 8rem;
  text-align: center;
}

a.popular-vehicle-link {
  color: #fff;
}

.popular-vehicles-section {
  margin-bottom: 0 !important;
  font-size: 0.85rem;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

.popular-vehicle-link::first-line {
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.popular-vehicles-section-panel {
  display: none;
  padding: 1rem;
  text-align: left;
}

.popular-vehicles-section-heading {
  cursor: pointer;
  position: absolute;
  top: -92px;
  left: 0;
  width: calc(100% - 3rem);
  height: 25px;
  padding: 0.5rem 0.5rem 1.5rem;
  line-height: 1rem;
  font-size: 0.9rem;
  background: #f4f7f7;
  color: var(--color-theme-primary);
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
}

.popular-vehicles-section-heading:after {
  display: none;
}

.popular-vehicles-section:nth-of-type(2) h2 {
  top: -60px;
}

.popular-vehicles-section:nth-of-type(3) h2 {
  top: -28px;
}

.popular-vehicles-section-panel a {
  margin: 0.5rem 0;
}

h2.selected {
  background: var(--color-theme-primary);
  color: #fff;
}

h2.selected ~ .popular-vehicles-section-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h2.selected:after {
  content: "\f06e";
  color: var(--color-theme-primary);
}

.popular-vehicles-sections ::-webkit-scrollbar {
  width: 10px;
}

.popular-vehicles-sections ::-webkit-scrollbar-thumb {
  background-color: #ddd;
  outline: none;
}

@media (max-width: 767px) {
  .popular-vehicles-section-heading {
    left: 0;
    right: 0;
    width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .popular-vehicles-section-heading {
    top: -33px;
    width: 30%;
    font-size: 1rem;
  }

  .popular-vehicles-section:nth-of-type(2) h2 {
    left: 34%;
    top: -33px;
    width: 32%;
  }

  .popular-vehicles-section:nth-of-type(3) h2 {
    top: -33px;
    right: 0;
    left: unset;
  }
}

.map-container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

/* -------------------- SECTIONTITLE ---------------------- */

.inventoryslideshow {
  background: var(--color-theme-primary);
}

.inventoryslideshow-container {
  max-width: 1320px !important;
}

.inventoryslideshow-btn {
  display: none !important;
}

.inventoryslideshow-title-heading {
  margin-top: 1rem;
}

section#module_e7d577b9-20fb-4b8b-bc90-9569650f43cb {
  padding-top: 4em !important;
}

.inventoryslideshow {
  position: relative;
  z-index: 1;
  margin-top: 3em !important;
}

.inventoryslideshow::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 50%;
  object-fit: cover;
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F0B5C3C9EB3679F005BD429C7276AAE5.png);
  background-size: cover;
}

.finance__section .finance__content__wrapper {
  padding: 50px 0;
}

.finance__section .finance__content__img {
  margin-top: 50px;
}

.finance__section .blurb__title {
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 10px;
}

.finance__section .blurb__copy {
  margin-bottom: 20px;
}

.finance__section .blurb__wrapper {
  margin-bottom: 20px;
}

.finance__section .blurb__wrapper:last-of-type {
  margin-bottom: 0;
}

.finance__section .blurb__wrapper .blurb__icon__wrapper {
  padding: 10px;
  min-width: 80px;
  min-height: 80px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background-color: var(--color-theme-primary);
}

.finance__section .blurb__wrapper .blurb__icon__wrapper i {
  font-size: 2em;
}

.finance__section .blurb__wrapper img {
  width: 50px;
  margin-right: 10px;
}

.finance__section .blurb__wrapper .blurb__title {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .finance__section .finance__content__wrapper {
    padding-top: 0;
  }
}

.cw-footerCustom {
  position: relative;
  z-index: 0;
}

.cw-footerCustom::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 50%;
  object-fit: cover;
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F0B5C3C9EB3679F005BD429C7276AAE5.png);
  background-size: cover;
}

.cw-footerCustom {
  padding: 25px 0;
}

.cw-footerCustom img {
  max-width: 50%;
  margin: 0 auto;
  display: table-cell;
}

.cw-footerCustom h3 {
  font-size: 2.25rem;
  font-family: secular one, sans-serif !important;
  color: var(--color-theme-text);
  text-transform: uppercase;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .cw-footerCustom h3 {
    font-size: 1.5rem;
  }
}

.cw-footerCustom p {
  margin: auto;
  font-size: 1em;
  line-height: 2rem;
  color: var(--color-theme-text);
  text-transform: none;
  margin-top: 15px;
  text-align: center;
}

.cw-footerCustom .cw-contactInfo {
  line-height: 2.15rem;
}

.cw-footerCustom ul i {
  color: var(--color-theme-background);
}

.cw-footerCustom a:link,
.cw-footerCustom a:active,
.cw-footerCustom a:visited {
  color: #fff;
}

.cw-businessHours li {
  border-bottom: 1px dotted #fff;
  line-height: 2rem;
  font-size: 1rem;
}

.cw-businessHours li:last-child {
  border-bottom: none;
}

@media (min-width: 1200px) {
  .cw-footerCustom p {
    font-size: 1.15em;
  }

  .cw-businessHours li {
    font-size: 1.15rem;
  }
}

.card__multi__style5 .item__card {
  background-color: #fff !important;
}

.card__multi__style5 .item__flex {
  border-top: 1px solid #dedede !important;
}

.card__multi__style5 .item__flex .item__data:first-of-type {
  border-right: 1px solid #dedede !important;
}

.card__addt__info__wrapper {
  display: none !important;
}

.card__multi__style5 .item__card__details__wrapper__upper {
  min-height: unset !important;
}

.inventoryslideshow {
  padding-top: 2em !important;
}

.inventoryslideshow h3.line__clamp2 {
  -webkit-line-clamp: 1;
}

/* .card__multi__style5 .card__footer .item__cta .btn-secondary,
.card__multi__style5 .card__footer .item__cta .btn-secondary:focus {
	background-color: var(--inventoryslideshow-button) !important;
	border-color: var(--inventoryslideshow-button) !important
}

.card__multi__style5 .card__footer .item__cta .btn-secondary:hover {
	background-color: var(--inventoryslideshow-highlight) !important;
	border-color: var(--inventoryslideshow-highlight) !important
} */

.footer-info-business {
  /* display: none */
}

/* No Idea what all this was but it seems to be gone and bad */
/*
.main {
	display: flex;
	flex-direction: column;
	gap: .5em
}

.up {
	display: flex;
	flex-direction: row;
	gap: .5em
}

.down {
	display: flex;
	flex-direction: row;
	gap: .5em
}

.card1 {
	width: 90px;
	height: 90px;
	outline: none;
	border: none;
	background: #fff;
	border-radius: 90px 5px 5px 5px;
	box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px;
	transition: .2s ease-in-out
}

.cw-instagram {
	margin-top: 1.5em;
	margin-left: 1.2em;
	fill: #cc39a4
}

.card2 {
	width: 90px;
	height: 90px;
	outline: none;
	border: none;
	background: #fff;
	border-radius: 5px 90px 5px 5px;
	box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px;
	transition: .2s ease-in-out
}

.twitter {
	margin-top: 1.5em;
	margin-left: -.9em;
	fill: #03a9f4
}

.card3 {
	width: 90px;
	height: 90px;
	outline: none;
	border: none;
	background: #fff;
	border-radius: 5px 5px 5px 90px;
	box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px;
	transition: .2s ease-in-out
}

.github {
	margin-top: -.6em;
	margin-left: 1.2em
}

.card4 {
	width: 90px;
	height: 90px;
	outline: none;
	border: none;
	background: #fff;
	border-radius: 5px 5px 90px 5px;
	box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px;
	transition: .2s ease-in-out
}

.discord {
	margin-top: -.9em;
	margin-left: -1.2em;
	fill: #8c9eff
}

.card1:hover {
	cursor: pointer;
	scale: 1.1;
	background-color: #b6b6b6
}

.card1:hover .instagram {
	fill: #fff
}

.card2:hover {
	cursor: pointer;
	scale: 1.1;
	background-color: #03a9f4
}

.card2:hover .twitter {
	fill: #fff
}

.card3:hover {
	cursor: pointer;
	scale: 1.1;
	background-color: #000
}

.card3:hover .github {
	fill: #fff
}

.card4:hover {
	cursor: pointer;
	scale: 1.1;
	background-color: #8c9eff
}

.card4:hover .discord {
	fill: #fff
}

.down.d-flex.justify-content-center {
	position: relative;
	margin-left: -93px
} */

/* -------------------- SECTIONTITLE ---------------------- */

section:not(.page-home) .title {
  background-color: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
  position: relative;
  z-index: 0;
}

section:not(.page-home) .title::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 70%;
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F0B5C3C9EB3679F005BD429C7276AAE5.png);
  background-size: cover;
  background-position: center;
}

section:not(.page-home) .title .title-heading {
  position: relative;
  z-index: 2;
  margin: auto;
  padding: 4.5rem 0;
  color: #fff;
  text-shadow: 0 0 4px #000;
  text-align: center !important;
}

section:not(.page-home) .title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0/58%);
}

.hp__contentBlurb .blurb__wrapper {
  border: 1px solid #ededed;
  padding: 50px;
  margin-bottom: 20px;
  background-color: #fff;
}

.hp__contentBlurb .blurb__wrapper:last-of-type {
  margin-bottom: 0;
}

.hp__contentBlurb .blurb__wrapper .blurb__pre__title {
  font-size: 1em;
  margin-bottom: 5px;
}

.hp__contentBlurb .blurb__wrapper .blurb__title {
  font-size: 1.5em;
  font-weight: 700;
}

.hp__contentBlurb .blurb__wrapper .blurb__img__wrapper img {
  padding: 20px 0;
}

@media (max-width: 576px) {
  .hp__contentBlurb .blurb__wrapper {
    padding: 25px;
  }
}

.card__button {
  padding: 15px;
  border-radius: 8px;
  background: #777;
  border: none;
  color: #fff;
}

/* .secondary {
	background: 0 0;
	color: #777;
	border: 1px solid #777
} */

.cw-button {
  padding: 0.8em 1.8em;
  border: 2px solid var(--color-theme-primary);
  position: relative;
  overflow: hidden;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  transition: 0.3s;
  z-index: 1;
  font-family: secular one, sans-serif;
  color: var(--color-theme-primary);
}

.cw-button::before {
  content: "";
  width: 0;
  height: 650%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--color-theme-primary);
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}

.cw-button:hover::before {
  width: 105%;
}

.cw-button:hover {
  color: #fff;
}

.inventory-search-module .container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 50%;
  object-fit: cover;
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F0B5C3C9EB3679F005BD429C7276AAE5.png);
  background-size: cover;
  transform: rotateY(180deg);
  z-index: -1;
}

.inventoryslideshow .btn-primary {
  /* background-color: var(--inventoryslideshow-button); */
  /* border-color: #fff !important */
}

.inventoryslideshow .inventoryslideshow-arrow.btn-secondary {
  background-color: var(--color-theme-primary) !important;
}

.btn-primary:hover {
  background-color: #fff !important;
  border: 1px solid var(--color-theme-primary);
  color: var(--color-theme-primary) !important;
}

.btn-primary::before {
  background: 0 0 !important;
}

/*  */
.cw-about-us {
  margin-top: -5rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.cw-about-us .cw-about-us-button {
  width: 100%;
}

@media (min-width: 576px) {
  .cw-about-us {
    margin-top: -7rem;
  }

  .cw-about-us .cw-about-us-button {
    width: unset;
  }
}

/* .carousel-item {
	height: 400px !important
} */

.form .btn-primary {
  color: #fff !important;
}

.businessinfo .contact-title.contact-businessname .contact-title-container {
  border-bottom-color: var(--color-theme-primary);
}

.businessinfo .contact-title.contact-businessname {
  color: var(--color-theme-primary);
}

.form-forms-header {
  color: var(--color-theme-primary) !important;
}

.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%;
}

a.vehicle-picker-title {
  color: var(--color-theme-primary) !important;
}

a.vehicle-picker-title:hover {
  color: #000 !important;
}

.loan-app-module .vehicle-picker-container {
  background-color: #ddd !important;
  border: 1px solid #ddd !important;
}

.loan-app-module .vehicle-picker-container .veh__price {
  color: var(--color-theme-primary) !important;
}

.social-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5em;
}

.social-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 10px;
  background-color: #fff;
  box-shadow: 0 0 4px #00000027;
  transition: 0.3s;
  border: 1px solid #fff;
}

.social-button:hover {
  background-color: #f2f2f2;
  box-shadow: 0 0 6px 3px #00000027;
}

/* .social-buttons svg {
	transition: .3s;
	height: 20px
}

.facebook {
	background-color: #3b5998
}

.facebook svg {
	fill: #f2f2f2
}

.facebook:hover svg {
	fill: #3b5998
}

.linkedin {
	background-color: #0077b5
}

.linkedin svg {
	fill: #f2f2f2
}

.linkedin:hover svg {
	fill: #0077b5
}

.instagram {
	background-color: #c13584;
	margin-top: 0 !important;
	margin-left: .7em !important
}

.instagram svg {
	fill: #f2f2f2
}

.instagram:hover svg {
	fill: #c13584
} */

.financing a {
  color: #000 !important;
}

.inventory .flex-card-item .inventory-title:hover {
  color: var(--color-theme-primary);
}

.inventory .card {
  border-color: rgba(0, 0, 0, 0.3) !important;
}

.inventory .vehicle-card ul.features-list .feature .feature-label {
  font-weight: 400 !important;
}

@media (max-width: 991.98px) {
  .header .navbar-brand:hover {
    opacity: 1 !important;
    color: #000 !important;
  }
}

.btn-primary,
.btn-primary:focus {
  background-color: #dddddd;
  color: #df5455 !important;
  border-color: var(--color-theme-primary);
}
/*Loan app trade-in button fix*/
.btn-primary:hover:focus {
  color: var(--color-theme-primary) !important;
}

.cw-header-contact a:hover {
  color: #000;
}

.creditQualifyPage {
  margin-top: 3rem;
}
