@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
}

h2 {
  font-weight: 600 !important;
}

/* Font */
.container {
  max-width: 1550px !important;
}

.font-body-Cabin .header .nav-link,
.font-body-Cabin .header .dropdown-item,
.font-body-Cabin .footer .nav-link,
.font-body-Cabin .footer .dropdown-item,
.font-body-Cabin .gallery .gallery-img-wrap,
.font-body-Cabin .btn,
.font-body-Cabin .eCommerce label,
.font-body-Cabin .product-results,
.font-body-Cabin .btn-link,
.font-body-Cabin .employees .employees-title,
.font-body-Cabin .page-item.active .page-link,
.font-body-Cabin .modal-success .modal-title {
  font-family: "Inter", sans-serif !important;
}

/* Generic Button */
.cw-button-group {
  display: flex;
  gap: 1rem;
}

.cw-btn {
  padding: 0.875rem 2rem;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  display: inline-block;
}

.cw-btn-primary {
  background: transparent;
  color: var(--color-theme-border);
  border-color: var(--color-theme-border);
  font-weight: 500 !important;
}

.cw-btn-primary:hover {
  background: #fff;
  color: #000;
}

.cw-btn-inherit {
  background: transparent;
  color: inherit;
  border-color: var(--color-theme-border);
  font-weight: 500 !important;
}

.cw-btn-inherit:hover {
  background: #fff;
  color: #000;
}

.cw-btn-secondary {
  background: transparent;
  color: #000;
  border-color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.cw-btn-secondary:hover,
.cw-btn-secondary:hover {
  background: rgba(255, 255, 255);
  border-color: #fff;
}

.cw-btn .fa-plus {
  transition: transform 0.3s ease;
}

/* Rotate the plus icon */
.cw-btn:hover .fa-plus {
  transform: rotate(90deg);
}

/* Header */

.cw-custom-header {
  padding: 2em 0;
  background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/E68102A602CDE4F8E37BCEFC4B3B2369.jpg");
  background-size: cover;
  background-position: center;
}

.cw-custom-header .row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.cw-custom-header .cw-carfax {
  max-width: 175px;
  margin: auto;
}

.cw-custom-header h2 {
  font-size: 1.35rem;
  text-transform: uppercase;
}

.cw-custom-header p {
  font-size: 1rem;
  font-weight: 600;
}
/* .header .navbar .badge {
    color: var(--color-theme-primary);
}

.header .navbar-nav .nav-link {
	font-weight: 500;
	text-transform: uppercase;
}

.cw-header {
	position: relative;
}

.cw-header .cw-header-logo-wrap {
	background-color: var(--header-primary);
	position: relative;
	text-align: center;
}

.cw-header-logo-wrap .cw-logo-box {
	padding: 10px;
	display: inline-block;
}

.cw-header-logo-wrap .cw-logo-box img {
	width: 275px;
}

.cw-header .cw-header-contact {
	display: none;
}

.header .navbar .dropdown-menu {
	border-color: rgba(170, 170, 170, 0.2);
}

@media (min-width: 768px) {
	.cw-header .cw-header-contact {
		background-color: #f6f6f6;
		color: var(--header-text);
		padding: 0.5rem 0;
		display: flex;
	}
}

.cw-header-contact a:hover {
	color: var(--color-theme-highlight);
	background: rgba(170, 170, 170, 0.1);
}

.cw-header-contact .cw-address,
.cw-header-contact .cw-phone,
.cw-header-contact .cw-hours {
	position: relative;
	margin: 0.25rem;
	color: inherit;
	font-size: 0.9rem;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
}

.cw-header-contact .cw-address:before,
.cw-header-contact .cw-phone:before,
.cw-header-contact .cw-hours:before {
	font-family: FontAwesome;
	content: "\f3c5";
	left: 0;
	padding-right: 0.5rem;
	color: inherit;
}

.cw-header-contact .cw-address:before {
	font-family: FontAwesome;
	content: "\f3c5";
}

.cw-header-contact .cw-phone:before {
	font-family: FontAwesome;
	content: "\f2a0";
}

.cw-header-contact .cw-hours:before {
	font-family: FontAwesome;
	content: "\f017";
} */

/* Hide hours until JS shortens hours */
/* .cw-lineHours {
	display: none;
	padding: 0.75rem;
	text-align: center;
}


.cw-lineHours .cw-hours-inline {
	display: inline-block;
}

.cw-lineHours .cw-hours-text {
	display: flex;
	flex-wrap: wrap;
	gap: .25rem .75rem;
	line-height: 1.4;
}

.cw-lineHours .cw-chunk {
	display: inline-flex;
	align-items: center;
	white-space: normal;
}

.cw-lineHours .cw-chunk i {
	margin-right: .35rem;
	font-size: 0.8rem;
	line-height: 1;
	flex: 0 0 auto;
}

.cw-lineHours .cw-day {
	font-weight: 900;
	margin-right: 0.25rem;
}

.cw-lineHours .cw-time {
	opacity: 0.7;
} */

/* Navbar */
/* .header .navbar .nav-link {
	transition: all 150ms 50ms ease-in-out;
}

.header .nav-link-cart::after,
.header .navbar .nav-link::before {
	border-width: 0px;
}

.header .navbar-nav .nav-link:focus,
.header .navbar-nav .nav-link:hover {
	background-color: #f6f6f4;
}

@media (min-width: 576px) {
	.cw-header-contact .cw-address,
	.cw-header-contact .cw-phone,
	.cw-header-contact .cw-hours {
		display: inline-block;
		margin: 0.25rem 1rem;
	}
}

@media (min-width: 992px) {
	.cw-header .cw-header-logo-wrap {
		text-align: left;
	}
	.cw-header-logo-wrap .cw-logo-box {
		position: absolute;
		z-index: 1031;
		top: -7px;
	}
	nav.navbar .container {
		min-height: 115px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header.has-cart .collapse.justify-content-center,
	.header .navbar-collapse.justify-content-center {
		justify-content: flex-end !important;
	}
	.header .navbar-nav:not(.navbar-cart) {
		max-width: calc(100% - 200px);
		justify-content: center;
	}
	@media (min-width: 992px) {
		.header .dropdown-menu[data-bs-popper] {
			left: unset;
			right: 0;
		}
	}
}

@media (min-width: 1400px) {
	.header .container,
	.cw-header .container {
		max-width: 1400px;
	}
} */

/* Search Module */
.cw-search-title h2::after {
  content: "";
  display: block;
  height: 3px;
  width: 80px;
  margin: 0.5rem 0 1rem;
  background-color: var(--color-theme-primary);
}

/* Advanced Search module modifications*/
section.inventory-search-module .brdr__rad10 {
  border-radius: 0px !important;
}

.page-home section.inventory-search-module .form__wrapper {
  background-color: var(--color-theme-highlight);
  color: var(--color-theme-text-btn);
  border: none;
  padding: 1rem 1.5rem 2rem;
  margin: 3rem 0 !important;
}

@media (min-width: 768px) {
  .page-home section.inventory-search-module .form__wrapper {
    padding: 2rem 3rem 2rem;
  }
  .cw-search-title {
    padding: 3rem 3rem 0;
  }
}

/* Hero Carousel */
.cw-hero {
  position: relative;
  margin: 0;
  overflow: hidden;
  height: 600px;
  display: flex;
  margin: auto;
}

.cw-hero .carousel-inner,
.cw-hero .carousel-item {
  height: 100%;
}

.cw-hero .carousel-item {
  background-size: cover;
  background-position: center;
  position: relative;
}

/* Black gradient overlay */
.cw-hero .carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  z-index: 1;
}

/* Content overlay */
.cw-overlay {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 600px;
  padding: 1rem;
}

.cw-tagline {
  font-size: 0.875rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
  opacity: 0.9;
  color: var(--color-theme-border);
}

.cw-heading {
  font-size: 3rem;
  font-weight: 500 !important;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.cw-heading strong {
  font-weight: 400;
  display: block;
}

.cw-subtext {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  font-weight: 300;
}

/* Carousel indicators */
.cw-indicators.carousel-indicators {
  position: absolute;
  bottom: 2rem;
  left: 8%;
  right: auto;
  margin: 0;
  justify-content: flex-start;
  z-index: 3;
  display: flex;
  gap: 0.5rem;
}

.cw-indicators .cw-indicator {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
  border-top: 0;
  border-bottom: 0;
  text-indent: 0;
}

.cw-indicators .cw-indicator.active {
  background: var(--color-theme-border);
  opacity: 1;
}

.cw-indicators .cw-indicator:hover {
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

@media (max-width: 768px) {
  .cw-indicators.carousel-indicators {
    display: flex;
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
  }
}

@media (max-width: 768px) {
  .cw-hero {
    height: 500px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
  }
  .cw-button-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    text-align: justify;
    justify-content: center;
  }
  .cw-overlay {
    left: 1.5rem;
    right: 1.5rem;
    max-width: none;
  }
  .cw-heading {
    font-size: 2rem;
  }
  .cw-btn {
    text-align: center;
  }
  .cw-hero .carousel-item::after {
    background-color: #000;
    opacity: 75%;
  }
}

@media (min-width: 1400px) {
  .cw-hero {
    height: 550px;
  }
  .cw-heading {
    font-size: 3rem;
  }
  .cw-overlay {
    left: 8%;
    padding: 0;
  }
}

/* Main vehicle buttons on homepage */
.cw-main-buttons {
  max-width: 1550px;
  /* margin: 0 auto; */
}

.cw-main-buttons .cw-button {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  margin-bottom: 1.5rem;
  background-color: #a8a8a8;
  z-index: 0;
}

.cw-main-buttons .cw-button::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(
    to bottom,
    #707070 0%,
    rgba(246, 246, 246, 0.7) 100%
  );
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 100%;
  width: 100%;
  height: 50%;
}

/* Replaced overlay with after */
.cw-main-buttons .cw-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s ease;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  opacity: 0;
  pointer-events: none;
}

.cw-main-buttons .cw-button:hover::after,
.cw-main-buttons .cw-button:focus-within::after {
  opacity: 1;
}

.cw-main-buttons .cw-button a.stretched-link {
  display: block;
}

.cw-main-buttons .cw-button a.stretched-link::after {
  z-index: 3;
}

.cw-main-buttons .cw-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.5s ease;
  padding: 10px;
}

.cw-main-buttons .cw-button:hover img,
.cw-main-buttons .cw-button:focus-within img {
  transform: scale(1.1);
}

.cw-main-buttons .cw-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  padding: 0.5rem;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.cw-main-buttons .cw-button:hover .cw-title,
.cw-main-buttons .cw-button:focus-within .cw-title {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .cw-main-buttons .cw-button img {
    padding: 25px;
  }
  .cw-main-buttons .cw-title {
    font-size: 1.5rem;
  }
}

/* Used in just a couple spots */
.cw-greybox {
  background: rgba(170, 170, 170, 0.1);
}

/* About Us */
.cw-welcome-section {
  margin-top: 2rem;
  overflow: hidden;
}

/* H1 - Title */
.page-home .title-heading {
  font-size: 36px;
  text-align: center;
}

/* Title */
.title .title-container .title-heading {
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/1194C00F0BBBB736706BFF58C5953A77.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  z-index: 0 !important;
  position: relative;
  padding: 1.5rem 1rem;
  font-weight: 500 !important;
}

.title .title-container .title-heading::before {
  content: "";
  position: absolute;
  background: #000000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 35%;
}

@media (min-width: 576px) {
  .title .title-container .title-heading {
    padding: 2rem 1rem;
  }
}

@media (min-width: 768px) {
  .title .title-container .title-heading {
    padding: 6rem 6rem;
  }
}

/* Inventory Slideshow */
.card__multi__style1 a,
.card__multi__style1 a:hover {
  color: #ffffff;
}

.card__multi__style3 .item__card {
  background-color: var(--color-theme-border) !important;
}

.card__multi__style3 .title__style__content {
  background-color: var(--inventoryslideshow-highlight);
  color: #ffffff !important;
}

.card__multi__style3 a.item__title {
  color: #ffffff !important;
}

.card__multi__style1 .item__flex {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  border: 1px solid var(--inventoryslideshow-primary) !important;
  border-radius: 6px;
  background-color: var(--inventoryslideshow-primary) !important;
  color: var(--inventoryslideshow-buttontext);
  margin-top: 10px;
  padding: 10px;
  text-align: center;
}

.card__multi__style1 .item__card {
  flex: 1;
  border: 1px solid var(--inventoryslideshow-border);
  display: flex;
  flex-direction: column;
  background-color: #131313 !important;
  color: white;
}

.card__multi__style1 .item__card__photo img {
  width: 100%;
  border-radius: 0px 0px 0 0 !important;
  height: 100%;
  object-fit: cover;
}

.page-home .inventoryslideshow {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}

.inventoryslideshow .brdr__rad10 {
  border-radius: 0px !important;
}

.card__multi__style1 a,
.card__multi__style1 a:hover {
  color: #ffffff !important;
}

/* SRP */
.inventory-cta .btn:hover {
  color: var(--color-theme-text-btn) !important;
}

.inventory .vehicle-card.layout-1 .price-mileage-block {
  background-color: transparent !important;
}

/* VDP */
.vdp-module-canvas-razor-wrapper .btn-check:active + .btn-outline-secondary,
.vdp-module-canvas-razor-wrapper .btn-check:checked + .btn-outline-secondary,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary.active,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary.dropdown-toggle.show,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:active {
  background-color: var(--inventorydetails-primary) !important;
  border-color: var(--inventorydetails-primary) !important;
}

/* Finance Section */

.cw-finance {
  margin-bottom: 3rem;
}

a.btn.btn-outline {
  border: 2px solid var(--color-theme-primary) !important;
  color: var(--color-theme-primary) !important;
}

a.btn.btn-outline:hover {
  background-color: var(--color-theme-primary);
  color: white !important;
}

/* Home CTA */

.cw-big-fade {
  position: relative;
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/21F6A820B584589C27B2DD8045FF2BF3.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  z-index: 0;
  margin-bottom: 3rem;
  color: #fff;
}

.cw-big-fade::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  background-color: #000;
  opacity: 55%;
  z-index: -1;
}

/* Footer */
.cw-footer {
  position: relative;
  z-index: 1;
}

.cw-footer::before {
  content: "";
  position: absolute;
  background-color: #f6f6f4;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 25%;
  display: flex;
  width: 100%;
}

.cw-footer .cw-footer-bg {
  background: #000;
  color: #fff;
  padding: 1.5rem 0;
}

.cw-footer .cw-foot-logo {
  display: block;
  text-align: center;
}

.cw-footer .cw-foot-logo img {
  width: 300px;
}

.cw-footer a {
  color: #fff;
}

.cw-footer a:hover {
  /* color: var(--color-theme-primary); */
  color: #aaa;
}

.cw-footer .cw-foot-social {
  font-size: 1.5rem;
}

.cw-foot-info {
  margin-top: 15px;
  position: relative;
}

.cw-foot-info h2 {
  font-size: 20px;
}

.cw-foot-info p,
.cw-foot-info li {
  font-size: 0.9rem;
}

.cw-foot-info li {
  color: #fff;
  line-height: 30px;
  border-bottom: 1px solid #555;
}

/* Token hours coloring */
.cw-foot-info .business-hours {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.cw-foot-info .business-hours .bh-title {
  border-color: var(--color-theme-primary);
}

.cw-foot-info li:last-child {
  border-bottom: none;
}

.cw-foot-info li.today {
  color: var(--color-theme-border);
  font-weight: bold;
  background-color: var(--color-theme-primary);
}

@media (min-width: 768px) {
  .cw-foot-info p,
  .cw-foot-info li {
    font-size: 1rem;
  }
}

/* default footer & footer nav */
.footer {
  padding-top: 1em !important;
}

.footer .nav-link,
.footer .dropdown-item {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500 !important;
  padding: 5px 10px !important;
  line-height: 2em !important;
}

.footer .dropdown-menu {
  border-radius: 0;
}

/*-- Form Double Border Fix --*/
.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%;
}

.inventory .card-header {
  background-color: #000;
}

.vdp-module-canvas-razor-wrapper .btn-secondary {
  color: #fff !important;
  background-color: #707070 !important;
}

.vdp-module-canvas-razor-wrapper .btn-secondary:hover {
  color: #000 !important;
  background-color: #707070 !important;
}

.loan-app-module .btn-primary:disabled {
  color: #000 !important;
  background-color: #707070 !important;
  border-color: #707070 !important;
}

.cw-h1-banner {
  margin-top: 2em;
}

.cw-h1-banner .cw-box {
  background: #fff;
  padding: 2em 1em;
}

.cw-h1-banner h1 {
  color: #000;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}

.cw-trade-banner {
  background: var(--color-theme-primary);
  padding: 0.5em 0;
}

.cw-trade-banner p {
  color: var(--color-theme-text-btn);
  margin: 0;
}
.inventoryslideshow .btn-primary {
  color: #000 !important;
  border-color: #000 !important;
}

.inventoryslideshow .btn-primary:hover {
  color: #fe0002 !important;
  border-color: #000 !important;
}

/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*------ Primary Btns ----------------------------------------------------------------------------*/
.btn-primary,
.btn-submit,
.businessinfo .btn-primary,
.vdp__info__addt__mod .btn-secondary,
.form .btn-primary,
.vdp-module-canvas-razor-wrapper .btn-secondary,
.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  .sn_item
  button.button_sn_item {
  color: #000 !important;
  background: #fff !important;
  border-color: #000 !important;
  transition: 0.3s ease !important;
}
.btn-primary:hover,
.btn-submit:hover,
.businessinfo .btn-primary:hover,
.vdp__info__addt__mod .btn-secondary:hover,
.page-home section.inventory-search-module .btn-primary:hover,
.form .btn-primary:hover,
.vdp-module-canvas-razor-wrapper .btn-secondary:hover,
.vdp-module-canvas-razor-wrapper
  .vdp__sticky-navigation__mod
  .sn_item
  button.button_sn_item:hover {
  color: #fff !important;
  background: #333 !important;
  border-color: #cc0000 !important;
}
/*------ Secondary Btns ----------------------------------------------------------------------------*/
.btn-secondary,
.vdp-module-canvas-razor-wrapper .btn-primary,
section.page-inventory-details .btn.btn-primary,
.inventory .inventory-cta .btn:not(.btn-pre-qualified),
.inventoryslideshow .inventoryslideshow-arrow.btn-secondary,
.inventoryslideshow .inventoryslideshow-arrow.btn-secondary:focus {
  color: #fff !important;
  background: #000 !important;
  border-color: #fff !important;
  transition: 0.3s ease !important;
}
.btn-secondary:hover,
.vdp-module-canvas-razor-wrapper .btn-primary:hover,
section.page-inventory-details .btn.btn-primary:hover,
.inventory .inventory-cta .btn:not(.btn-pre-qualified):hover,
.inventoryslideshow .inventoryslideshow-arrow.btn-secondary:hover {
  color: #ff0000 !important;
  background: #333 !important;
  border-color: #fff !important;
}
.btn-primary::before,
.btn-secondary::before,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:before,
.btn-outline-secondary:before,
.inventoryslideshow .inventoryslideshow-arrow.btn-secondary::before {
  background: transparent !important;
}
/*------ VDP Btns ----------------------------------------------------------------------------*/
.vdp-module-canvas-razor-wrapper .btn-check:active + .btn-outline-secondary,
.vdp-module-canvas-razor-wrapper .btn-check:checked + .btn-outline-secondary,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary.active,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary.dropdown-toggle.show,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:active,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary {
  color: #000 !important;
  background: #fff !important;
  border-color: #000 !important;
  transition: 0.3s ease !important;
}
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover:focus,
.vdp-module-canvas-razor-wrapper
  .btn-outline-secondary:not([disabled]):not(.disabled).active,
.vdp-module-canvas-razor-wrapper
  .btn-outline-secondary:not([disabled]):not(.disabled):active,
.vdp-module-canvas-razor-wrapper .show > .btn-outline-secondary.dropdown-toggle,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover {
  color: #fff !important;
  background: #333 !important;
  border-color: #cc0000 !important;
}
/*------ VDP Loan Calc ----------------------------------------------------------------------------*/
/* .loan__calc__content .vdp-module-canvas-razor-wrapper .btn-outline-secondary {
	border-color: #cc0000 !important;
	background-color: transparent !important;
	color: #000 !important;
  }
  .loan__calc__content
	.vdp-module-canvas-razor-wrapper
	.btn-outline-secondary:hover {
	background-color: #cc0000 !important;
	color: #fff !important;
	border-color: #cc0000 !important;
  }
  .loan__calc__content
	.vdp-module-canvas-razor-wrapper
	.btn-outline-secondary:before {
	background: #b22a37 !important;
  } */
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
