/* .header .navbar-nav .nav-item {
	margin-bottom: 0;
}

.header .eCommerce .row {
	align-items: center;
} */

/* .header .navbar-nav .nav-item a,
.header .navbar-nav .nav-item .nav-link {
	font-size: 16px;
	margin-right: 15px;
	margin-left: 15px;
	padding: 10px 0;
	color: unset;
	display: block;
} */

.header .navbar-nav .nav-item a.dropdown-item {
  /* margin: 0; */
}

/* -------------------- Header ---------------------- */

/* -------------------- ---------------------- */
.cw-header .cw-header-buy {
  background: linear-gradient(135deg, #87868c 0%, #f0f0f0 50%, #2e2e32 100%);
  color: #000;
  /* background: #111; */
  /* color: #fff; */
  padding: 0.5em 0.75em;
  box-shadow:
    1px 1px 2px #000,
    2px 2px 3px #000;
  margin: 0.5rem auto 3px;
  text-align: center;
  max-width: 800px;
  border-radius: 10px;
}

.cw-header .cw-header-buy .row {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.cw-header .cw-header-buy p {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  margin: 0.15em auto;
  text-shadow: none !important;
  text-transform: uppercase;
}

.cw-header .cw-header-buy .btn-primary {
  max-width: 300px;
  display: inline-block;
  margin: 0.15em auto;
  padding: 0.5em 0.8em;
  line-height: 1.2;
  font-size: 1em;
  color: #fff !important;
  background: linear-gradient(to bottom, #aa0000, #dd0000, #aa0000) !important;
  border-color: #fff !important;
  transition: 0.3s ease;
  text-shadow:
    0px 0px 2px #000000,
    1px 1px 2px #000000;
  animation: cw-pulse 3s infinite;
}

@keyframes cw-pulse {
  0% {
    transform: scale(1);
  }

  9% {
    transform: scale(1);
  }

  49% {
    transform: scale(1.05);
  }

  51% {
    transform: scale(1.05);
  }

  91% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

/* .cw-header .cw-header-sell-car .btn-primary:hover {
	color: #fff !important;
	background: linear-gradient(to bottom, #111, #333, #111) !important;

	border-color: #666 !important;
}

.cw-header .cw-header-sell-car .btn-primary::before {
	background: transparent !important;
} */

/* -------------------- Header ---------------------- */

.cw-header {
  background: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
  padding: 1em 0;
  position: relative;
}

.cw-header .container {
  /* max-width: 1500px; */
}

.cw-header .cw-logo img {
  width: 400px;
}

.cw-header p {
  margin-bottom: 0.4rem;
}

.cw-header span {
  font-size: 20px;
}

.cw-header .cw-header-text {
  padding: 0.3rem 1px;
}

.cw-header .cw-header-text a {
  color: inherit;
}

.cw-header .cw-header-text a:hover {
  color: #bbb;
}

.cw-header h4 {
  /* color: #fff; */
  /* background: #0036ff; */
  display: inline-block;
  padding: 0.2em 0.6em;
  /* border-radius: 5px; */
  border-bottom: 2px solid var(--color-theme-secondary);
}

.cw-header .cw-address {
  margin-top: 10px;
  font-size: 1rem;
}

.cw-header .cw-phone {
  font-weight: 400;
  font-size: 22px;
}

.cw-header .cw-email {
  font-size: 16px;
  font-weight: normal;
}

.cw-header .cw-phone2 {
  font-size: 16px;
}

.cw-header .cw-carfax img {
  width: 150px;
}

@media (min-width: 1550px) {
  .cw-header .cw-logo img {
    width: 100%;
  }

  .cw-header .cw-carfax {
    position: absolute;

    bottom: 10px;
    left: 10px;
  }
}

/* -------------------------------------------------------------------------------------------------------- */
/* .cw-header .cw-header-sell-car {
		background: linear-gradient(135deg, #87868c 0%, #f0f0f0 50%, #2e2e32 100%);
		padding: 0.5em 1em;
		border-radius: 10px;
		box-shadow: 1px 1px 2px #000, 2px 2px 3px #000;
		max-width: 700px;
		margin: 1rem auto;
	}

	.cw-header .cw-header-sell-car .row {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
	}

	.cw-header .cw-header-sell-car p {
		font-size: 1.5rem;
		color: #000;
		text-align: center;
		font-weight: 700;
		margin: .2em auto;
		text-shadow: none !important;
		text-transform: uppercase;
	}

	.cw-header .cw-header-sell-car .btn {
		display: block;
		margin: .2em auto;
		font-size: 1em;
	}

	.cw-header .cw-header-sell-car .btn-primary {
		color: #fff !important;
		background: linear-gradient(to bottom, #aa0000, #dd0000, #aa0000) !important;
		border-color: #fff !important;
		transition: 0.3s ease;
		text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000;
		animation: pulse 3s infinite;
	} */

.cw-header .cw-logo-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.cw-header .cw-logo-row .cw-logo {
  flex-grow: 1;
  flex-basis: auto;
}

.cw-header .cw-logo-row .cw-carfax {
  flex-grow: 1;
  flex-basis: auto;
}

/* MAX MEDIA */
@media (max-width: 768px) {
  .cw-header .cw-hide-md {
    display: none;
  }
}

@media (max-width: 576px) {
  .cw-header .cw-hide-sm {
    display: none;
  }
}

/*===================================================================================================
	Nav
===================================================================================================*/

/* @media (max-width: 768px) {
	.header .nav-link-cart i {
		font-size: 1.25em;
	}
}

.header.has-cart .collapse.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
} */

/* FINANCE SECTION */

.cw-finance-section {
  padding: 50px 0;
  background-color: #ddd;
  color: #494949;
}

.cw-apply-wrapper {
  margin-top: 1.1rem;
}

.cw-apply-btn {
  border-radius: 2px 20px 2px 20px;
  font-size: 22px;
  padding: 0.5em 0.7em;
  transition: 0.2s;
  animation: glowing 1500ms infinite;
  text-decoration: none;
  display: inline-block;
}

.cw-apply-btn:hover {
  background: var(--color-theme-primary);
  border-radius: 15px 2px 15px 2px;
  color: var(--color-theme-text-btn) !important;
  transform: scale(1.1);
  animation: none;
}

.cw-special-btn p {
  font-size: 1.3rem;
  font-weight: 900;
  margin-bottom: 0;
}

/* CAR FINDER SECTION */

.cw-carfinder {
  text-align: center;
  background-color: var(--color-theme-primary);
  padding: 1rem 0;
  color: var(--color-theme-text-btn);
}

.cw-carfinder span {
  font-size: 1.5em;
}

.cw-carfinder-text {
  font-size: 1rem !important;
  padding-left: 10px;
  margin-bottom: 0;
}

.cw-carfinder-btn {
  border: 2px solid var(--color-theme-text-btn);
  border-radius: 2px 15px 1px 15px;
  color: var(--color-theme-text-btn) !important;
  padding: 0.5em 0.8em;
  font-size: 1.25rem;
  vertical-align: bottom;
  transition: 0.2s;
  text-decoration: none;
  display: inline-block;
}

.cw-carfinder-btn:hover {
  border-color: var(--color-theme-primary);
  border-radius: 15px 2px 15px 2px;
  background-color: var(--color-theme-text-btn);
  color: var(--color-theme-primary) !important;
  font-weight: bold;
}

/* MEDIA QUERIES */

@media (min-width: 440px) {
  .cw-special-btn p {
    font-size: 1.375rem;
  }
}

@media (min-width: 768px) {
  .cw-special-btn p {
    font-size: 1.75rem;
  }

  .cw-apply-btn {
    font-size: 28px;
  }
}

/* -------------------- Homepage modifications ---------------------- */
.page-home section.inventory-search-module .form__wrapper {
  border: none;
  background: var(--color-theme-background);
  padding: 1rem 0;
}

/******** Financing Banner *********/

.cw-financing {
  padding: 3em 0;
  background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/B79850A35580D7692FD48E0B57EFAFE1.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 2em;
  text-align: center;
}

.cw-financing .cw-text-bkg {
  background: rgba(255, 255, 255, 0.85);
  color: #000;
  padding: 5rem 1.5rem;
}

.cw-financing .row {
  align-items: center;
  justify-content: center;
}

.cw-financing h2,
.cw-financing p {
  color: inherit;
}

.cw-financing h5 {
  color: var(--color-theme-primary);
}

@media (min-width: 768px) {
  .cw-financing {
    text-align: start;
  }
}

@media (min-width: 992px) {
  .cw-financing .row {
    justify-content: start;
  }
}

/*********** Trade-in Banner ***********/

.cw-trade-in {
  background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/B4C2877510C89817AD6E28901F8446C1.jpg");
  text-align: center;
  padding: 3em 0;
  background-position: 85% center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.cw-trade-in .row {
  justify-content: center;
  align-items: center;
}

.cw-trade-in h2,
.cw-trade-in p {
  color: #fff;
}

.cw-trade-in .cw-text-bkg {
  background: rgba(8, 36, 84, 0.9);
  padding: 5em;
}

@media (min-width: 992px) {
  .cw-trade-in {
    text-align: start;
  }

  .cw-trade-in .row {
    justify-content: end;
  }
}

/* About us Section */
.cw-about-us {
  padding: 3em 0;
  background: url("https://s3.amazonaws.com/fcwebmanager/Abstract/SmartSites/HeroImages/0/abstract_11.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cw-about-img {
  text-align: center;
}

.cw-about-us .row {
  align-items: center;
}

.cw-about-us .cw-about-text {
  margin: 1.5em 0;
}

@media (min-width: 992px) {
  .cw-about-us .cw-about-text {
    padding-right: 3em;
  }
}

@media (min-width: 576px) {
  .cw-about-us .cw-about-text img {
    width: 90%;
  }
}

@media (min-width: 768px) {
  .cw-about-us .cw-about-text img {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .cw-about-us .cw-about-text img {
    width: 50%;
  }
}

.cw-about-us .cw-business-hours {
  background: var(--color-theme-header);
  color: #fff;
  padding: 2.5em 2em;
}

.cw-about-us .cw-contact-row {
  padding: 3px 0;
  border-bottom: 1px dotted #fff;
}

.cw-about-us .cw-business-hours h4 {
  color: var(--color-theme-highlight);
}

.cw-about-us .cw-business-hours a {
  color: #fff;
}

.cw-about-us .cw-business-hours a:hover {
  color: var(--color-theme-highlight);
}

.cw-reviews {
  background: url("https://s3.amazonaws.com/fcwebmanager/Abstract/SmartSites/HeroImages/0/abstract_11.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5em 0;
}

.cw-reviews .cw-testimonial p {
  font-size: 1.15rem;
}

.carousel-item .quote:before {
  content: "\f10d";
  font-family: "Fontawesome";
  float: left;
  margin-right: 10px;
  font-size: 2em;
}

.carousel-item .quote:after {
  content: "\f10e";
  font-family: "Fontawesome";
  float: right;
  margin-right: 10px;
  font-size: 2em;
}

/* About us page */
.cw-buttonWrap {
  padding: 2em 0;
}

.cw-buttonWrap .cw-buttonInner {
  margin-bottom: 10px;
}

.cw-buttonWrap .cw-buttonImage {
  display: block;
  overflow: hidden;
}

.cw-buttonWrap .cw-buttonImage a {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0px;
}

.cw-buttonWrap .cw-buttonImage img {
  width: 100%;
  border-radius: 0px;
  -webkit-transition: all 0.25s ease-in-out 0.35s;
  -moz-transition: all 0.25s ease-in-out 0.35s;
  -o-transition: all 0.25s ease-in-out 0.35s;
  -ms-transition: all 0.25s ease-in-out 0.35s;
  transition: all 0.25s ease-in-out 0.35s;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

.cw-buttonWrap .cw-buttonInner:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transform: scale(1.2);
}

.cw-buttonWrap .cw-buttonInner {
  position: relative;
  margin-top: 0px;
  background-color: #fff;
}

.cw-buttonWrap .cw-buttonInner a {
  width: 100%;
}

.cw-buttonWrap .cw-buttonInfo {
  padding: 10px 0;
}

.cw-buttonWrap .cw-buttonInfo h6 {
  font-size: 1.125em;
  font-weight: 400 !important;
}

.cw-buttonWrap h6 a:hover {
  color: var(--color-theme-primary);
}

.cw-buttonWrap .cw-angleTitle {
  /* Reduce width if name is shorter, try 140px */

  width: 200px;
  background: var(--color-theme-secondary);
  position: absolute;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-family: var(--headerfont);
  font-size: 0.9rem;
  text-align: center;
  left: 0px;
  padding: 10px 0;
  margin-top: -80px;
}

.cw-buttonWrap .cw-angleTitle a {
  color: var(--color-theme-text-btn);
}

@media (min-width: 440px) {
  .cw-buttonWrap .cw-angleTitle {
    width: 250px;
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .cw-buttonWrap .cw-angleTitle {
    width: 185px;
    font-size: 0.8rem;
    margin-top: -55px;
  }
}

@media (min-width: 992px) {
  .cw-buttonWrap .cw-angleTitle {
    width: 250px;
    font-size: 1.2rem;
    margin-top: -85px;
  }
}

.cw-buttonWrap .cw-angleTitle:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  transform: skew(-35deg);
  right: -30px;
  top: 0;
  background-color: inherit;
  z-index: 0;
}

/* -------------------- SRP / Inventory ---------------------- */
.inventory .inventory-cta .btn:hover {
  color: var(--color-theme-text-btn) !important;
}

/* -------------------- VDP adjustments ---------------------- */

.creditQualifyPage {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* -------------------- footer ---------------------- */

.cw-footerCustom {
  padding: 1rem 0;
  background: #e3e3e3;
  color: #000;
}

.cw-footerCustom img {
  width: 250px;
  margin: 0 auto;
  display: table-cell;
}

.cw-footerCustom .cw-footer-info {
  padding: 1rem 0;
}

.cw-footerCustom h2 {
  font-size: 1.8rem;
  color: var(--color-theme-text);
  /* text-transform: uppercase; */
}

.cw-footerCustom .business-hours .bh-title {
  padding-left: 0;
  border-left: 0;
}

.cw-footerCustom p {
  margin: auto;
  font-size: 1em;
  line-height: 1.3;
  color: var(--color-theme-text);
  text-transform: none;
  text-align: center;
  margin-bottom: 1rem;
}

.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: var(--color-theme-text);
}

.cw-footerCustom a:hover {
  color: var(--color-theme-highlight);
}

@media (min-width: 1200px) {
  .cw-footerCustom p {
    font-size: 1.15em;
  }
}

footer.footer {
  padding-top: 1rem;
}
