@import "https://fonts.googleapis.com/css2?family=Russo+One&display=swap";

@media (min-width: 992px) {
  .header .header-container .navbar-brand {
    width: 360px;
    height: 150px;
  }
}

.header .navbar,
.header .navbar.bg-primary {
  padding: 5px;
}

.page-home .inventoryslideshow {
  padding-top: 2em;
}

.card__multi__style7 .item__card__details__wrapper a:hover {
  color: var(--color-theme-primary) !important;
}

.inventory-search-module {
  background-color: var(--color-theme-background) !important;
}

.search__section h2 {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500 !important;
}

.search__section .smallertext {
  font-size: smaller;
}

.search__section {
  margin-top: 1em;
  position: relative;
  padding: 1em 0 1em;
}

.search__section .col__right {
  text-align: right;
}

.search__section label {
  color: var(--color-theme-text-light);
}

.inventory-search-module .container {
  position: relative;
}

.inventory-search-module .container .form__wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-align: unset !important;
  -ms-flex-align: unset !important;
  align-items: unset !important;
  max-width: 300px;
  position: absolute;
  z-index: 3;
  left: 420px;
  width: 300px;
  transform: translateY(-250px);
  border: none;
}

.inventory-search-module
  .container
  .form__wrapper
  .search__input--classification {
  display: none;
}

.inventory-search-module .container .form__wrapper label {
  display: none;
}

.inventory-search-module .container .form__wrapper .search__input-make {
  position: absolute;
  width: 100%;
  right: 300px;
}

.inventory-search-module .container .form__wrapper .search__input--model {
  position: absolute;
  width: 100%;
  right: 300px;
  top: 86px;
}

.inventory-search-module .container .form__wrapper .search__input--min-year {
  width: 47%;
  position: absolute;
  top: 152px;
  right: 458px;
}

.inventory-search-module .container .form__wrapper .search__input--max-year {
  width: 47%;
  position: absolute;
  top: 152px;
  right: 300px;
}

@media (max-width: 1400px) {
  .hero__hp .hero__content {
    padding: 50px 0;
  }
  .inventory-search-module .container .form__wrapper {
    max-width: unset;
    position: unset;
    width: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    padding: 20px 0;
  }
  .inventory-search-module .container .form__wrapper .search__input-make {
    position: unset;
    width: unset;
    right: unset;
  }
  .inventory-search-module .container .form__wrapper .search__input--model {
    position: unset;
    width: unset;
    right: unset;
    top: unset;
  }
  .inventory-search-module .container .form__wrapper .search__input--min-year {
    position: unset;
    width: unset;
    right: unset;
    top: unset;
  }
  .inventory-search-module .container .form__wrapper .search__input--max-year {
    width: unset;
    position: unset;
  }
}

@media (max-width: 576px) {
  .inventory-search-module .container .form__wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

.popular-vehicles-sections {
  margin-top: 2.5em !important;
}

.page-home .popular-vehicles-section-panel {
  border-left: 3px solid var(--color-theme-primary);
  margin-left: 2em;
  padding: 1em 0;
  background-color: #f7f7f7;
  box-shadow: 1px 2px 7px 0 #0000002f;
}

.popular-vehicle-link {
  color: #000;
}

.popular-vehicle-link:hover {
  color: var(--color-theme-primary);
}

.inventory .srp-sidebar .card-header .card-title {
  color: #fff;
}

.title {
  background-color: transparent !important;
}

.text-wrap {
  white-space: inherit;
}

.cw-finder {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin-top: -1.5em !important;
}

.cw-finder-container {
  min-height: 660px;
  margin-bottom: -1px;
  background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/EFBBDBD02966CC5DCAC7E56B4539D5D5.jpg")
    no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 45% bottom;
}

.cw-finder-content {
  position: absolute;
  bottom: 5em;
  padding: 2em 2em 2.5em;
  right: 3em;
  background: #fff;
}

@media (min-width: 768px) {
  .cw-finder p {
    font-size: 1em;
    line-height: 1.8;
    max-width: 600px;
  }
}

/* Home page contact and hours section */

.cw-contact-section .cw-contact-box {
  padding: 1rem;
  background: var(--color-theme-primary);
  color: #fff;
  border: 1px solid var(--color-theme-highlight);
}

.cw-contact-section .cw-contact-image {
  width: 72px;
}

.section-title-white {
  font-family: "Russo One", sans-serif !important;
  color: var(--color-theme-background);
}

.cw-contact-section a.btn {
  color: var(--color-theme-text-btn);
}

.cw-contact-section a.btn:hover {
  color: var(--color-theme-text-btn);
}

/* Hours */
.cw-contact-section .cw-hours {
  font-size: 0.8rem;
}

.cw-contact-section .cw-hours .fas {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  color: var(--color-theme-background);
}

@media (min-width: 576px) {
  .cw-contact-section .cw-hours {
    position: relative;
    padding-left: 3rem;
  }
  .cw-contact-section .cw-hours .fas {
    position: absolute;
    left: 0;
    top: 0.75rem;
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .cw-contact-section h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .page-home .map-text-container {
    padding: 2.5rem 3rem;
  }
}

.cw-footer {
  background: #000;
  color: #fff;
  padding: 3rem 0 1rem;
}

.cw-footer a img {
  width: 241px;
}

.cw-footer .cw-social {
  font-size: 1.5rem;
}

.cw-footer .cw-social a {
  color: #fff;
}

.cw-footer .business-hours h2 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 5px;
  border-left: 4px solid var(--color-theme-primary);
}

.cw-footer .business-hours li:last-child {
  border-bottom: none;
}

.cw-footer .business-hours .opening-hours li.today {
  color: var(--color-theme-primary);
}

@media (min-width: 330px) and (max-width: 439px) {
  .cw-footer .cw-foot-info p {
    font-size: 0.75rem;
  }
}

@media (min-width: 576px) {
  .cw-footer .cw-foot-info {
    font-size: 1.5em;
  }
}

@media (min-width: 1200px) {
  .cw-footer .cw-foot-info {
    font-size: 1.2em;
  }
}

@media (min-width: 1400px) {
  .cw-footer .cw-foot-info {
    font-size: 1.5em;
  }
}

.footer {
  padding-top: 1px;
}

body .vdp-module-canvas-razor-wrapper .btn-secondary,
body .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);
}

body .vdp-module-canvas-razor-wrapper .btn-secondary:hover,
body .vdp-module-canvas-razor-wrapper .btn-secondary:hover:focus,
body
  .vdp-module-canvas-razor-wrapper
  .btn-secondary:not([disabled]):not(.disabled).active,
body
  .vdp-module-canvas-razor-wrapper
  .btn-secondary:not([disabled]):not(.disabled):active,
body .vdp-module-canvas-razor-wrapper .show > .btn-secondary.dropdown-toggle {
  background-color: var(--color-theme-secondary);
  color: var(--color-theme-text-btn);
  border-color: var(--color-theme-secondary);
}

body .vdp-module-canvas-razor-wrapper .btn-secondary:before {
  background: var(--color-theme-secondary);
}

body .vdp-module-canvas-razor-wrapper .btn-outline-secondary {
  border-color: var(--color-theme-primary);
  color: var(--color-theme-primary);
  background-color: var(--color-theme-text-btn);
}

body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover:focus,
body
  .vdp-module-canvas-razor-wrapper
  .btn-outline-secondary:not([disabled]):not(.disabled).active,
body
  .vdp-module-canvas-razor-wrapper
  .btn-outline-secondary:not([disabled]):not(.disabled):active,
body
  .vdp-module-canvas-razor-wrapper
  .show
  > .btn-outline-secondary.dropdown-toggle {
  background-color: var(--color-theme-secondary);
  color: var(--color-theme-text-btn);
}

body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
  background: var(--color-theme-secondary);
}

body
  .vdp-module-canvas-razor-wrapper
  .btn-check:active
  + .btn-outline-secondary,
body
  .vdp-module-canvas-razor-wrapper
  .btn-check:checked
  + .btn-outline-secondary,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary.active,
body
  .vdp-module-canvas-razor-wrapper
  .btn-outline-secondary.dropdown-toggle.show,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:active {
  color: var(--color-theme-text-btn);
  background-color: var(--color-theme-primary);
  border-color: var(--color-theme-primary);
}

.page-inventory-details .builder-canvas__sticky-container {
  z-index: 1029;
}

@media (max-width: 576px) {
  .vdp__container .module {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 992px) {
  .page-inventory-details .cw-header {
    display: none;
  }
}
/*-------------------------------------------------------------------------------------*/
.cw-home-about {
  margin: 1em auto;
}
.cw-home-about .container-fluid {
  padding: 0;
}
.cw-home-about h2 {
  text-align: center;
  font-family: "Russo One", sans-serif !important;
  color: var(--color-theme-primary);
}
.cw-home-about h3 {
  text-align: center;
  font-weight: 400;
}
.cw-home-about p {
  text-align: center;
}
.cw-home-about .btn {
  margin: 1em auto;
  display: block;
}
