@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css";

.title+.text {
    margin-top: 0
}

.wow {
    visibility: hidden
}

.header .navbar-nav .nav-link {
    font-weight: 400;
    text-transform: uppercase;
    font-size: .85rem !important
}

.header .header-info-logo-img img {
    width: 240px
}

.cw-header-info .container {
    max-width: 1140px
}

.cw-header-contact {
    font-size: .9rem
}

.cw-header-contact .fa {
    display: inline-block;
    vertical-align: middle;
    padding-right: .25rem;
    color: var(--color-theme-secondary)
}

.header .navbar .active>.nav-link,
.navbar .nav-link:hover {
    color: var(--color-theme-highlight)
}

.cw-address:before {
    font-family: FontAwesome;
    vertical-align: middle;
    content: "\f3c5";
    padding-right: .5rem;
    color: var(--color-theme-secondary)
}

.cw-phone:before {
    font-family: FontAwesome;
    vertical-align: middle;
    content: "\f2a0";
    padding-right: .5rem;
    color: var(--color-theme-secondary)
}

header .navbar .dropdown-item {
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 400 !important
}

.header .navbar .dropdown-menu {
    background: #f4f7f7
}

@media(min-width:992px) {
    .cw-header-contact {
        position: absolute;
        width: 100%;
        z-index: 1040
    }

    .cw-header-info .header-info-logo-img {
        position: absolute;
        z-index: 1040;
        top: 42px
    }

    nav.navbar .container {
        position: relative;
        height: 115px;
        margin: 0 auto
    }

    .navbar-nav {
        position: absolute;
        right: 0;
        top: 3rem;
        z-index: 99
    }
}

@media(min-width:1400px) {

    .header .container,
    .cw-header-contact .container {
        max-width: 1340px
    }
}

.cw-hero {
    position: relative;
    background: linear-gradient(to bottom, rgb(0 0 0 / 60%), rgb(0 0 0 / 60%)), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/CC506A717BFC02980D270965AFC55DC9.jpg) top center;
    background-size: cover;
    padding: 150px 0 30px;
    display: flex;
    flex-flow: column;
    justify-content: flex-end
}

.cw-hero h1 {
    position: relative;
    z-index: 2;
    font-size: 2.75rem;
    color: #fff;
    line-height: 1.1;
    -webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5))
}

.cw-hero h1 span {
    margin: .25rem 0;
    font-size: 45%;
    color: #fff
}

	/* Search combine */
	/* Home Search */
	.cw-search {
		margin-bottom: 0;
	}

	.cw-search .cw-types {
		margin-bottom: 3rem;
	}

	.cw-search .cw-types img {
		width: 85px;
		display: block;
		margin: auto;
	}

	.cw-search .cw-types a {
		font-size: .85rem;
		text-transform: uppercase;
		border: 1px solid transparent;
		padding: 3px;
	}

	.cw-search .cw-types a:hover {
		border: 1px solid #ced4da;
		border-radius: 5px
	}

	@media (min-width: 992px) {
		.cw-search .cw-types {
			max-width: 500px;
			margin: auto;
		}

		.cw-search {
			margin-bottom: 3em;
		}
	}

	.page-home .inventory-search-module {
		display: flex;
	}

	.page-home .inventory-search-module .form__wrapper {
		padding: 0 0 20px;
		border: none;
	}

	.page-home .inventory-search-module .search__input {
		min-width: 48%;
	}

	.page-home .search__input .btn {
		border: none;
	}

	.page-home .search__input .btn:hover {
		background: var(--color-theme-secondary);
	}

	/* labels */
	.page-home section.inventory-search-module .form__wrapper .search__input .form-label {
		display: none;
	}

	@media (min-width: 992px) {
		.page-home section.inventory-search-module .form__wrapper {
			display: flex;
			flex-flow: row wrap;
			position: absolute;
			left: 24px;
			top: -180px;
			z-index: 2500;
			border: none;
		}

		.page-home section.inventory-search-module .form__wrapper {
			max-width: 460px;
			padding: 0;
		}
	}

	@media (min-width: 1200px) {
		.page-home section.inventory-search-module .form__wrapper {
			max-width: 580px;
		}
	}

	@media (min-width: 1400px) {
		.page-home section.inventory-search-module .form__wrapper {
			max-width: 730px;
		}
	}

	/* Setting to Default container sizes */
	.page-home .inventory-search-module .container {
		max-width: 100%;
		position: relative;
	}

	@media (min-width: 576px) {
		.page-home .inventory-search-module .container {
			max-width: 540px
		}
	}

	@media (min-width:576px) and (max-width: 768px) {
		.page-home .inventory-search-module .container {
			max-width: 680px
		}
	}

	@media (min-width: 768px) {
		.page-home .inventory-search-module .container {
			max-width: 720px
		}
	}

	@media (min-width:930px) and (max-width: 991px) {
		.page-home .inventory-search-module .container {
			max-width: 800px
		}
	}

	@media (min-width: 992px) {
		.page-home .inventory-search-module .container {
			max-width: 960px
		}
	}

	@media (min-width: 1200px) {
		.page-home .inventory-search-module .container {
			max-width: 1140px
		}
	}

	@media (min-width: 1400px) {
		.page-home .inventory-search-module .container {
			max-width: 1320px
		}
	}

@media(min-width:992px) {
    .cw-hero h1 {
        font-size: 4rem
    }

    .cw-hero h1 span {
        margin-bottom: 0
    }

}

.page-home .list {
    padding-top: 1.5rem;
    padding-bottom: 5em
}

.page-home .list .list-img-wrap {
    padding: 54% 0
}

.page-home .list .list-wrap {
    position: relative;
    margin-bottom: 0
}

.page-home .list .list-text-title {
    position: absolute;
    bottom: 15%;
    left: 5%;
    right: 5%;
    width: auto;
    height: auto;
    color: #fff;
    margin: auto;
    text-shadow: 0 0 4px #000
}

.page-home .list .list-img-photo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .25;
    transition: opacity .5s linear .1s
}

.page-home .list a.list-img-link:hover .list-img-photo:after {
    opacity: .5;
    background: var(--color-theme-highlight)
}

.page-home .list .btn {
    display: none
}

.page-home .inventoryslideshow {
    padding-top: 2.5rem;
    padding-bottom: 0 !important
}

.cw-homeAbout {
    margin-bottom: 2.5rem;
    padding: 4rem 0;
    background: linear-gradient(to bottom, rgba(15, 59, 92, .72), rgba(15, 59, 92, .72)), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/089624034ABDB78384DFD81D1680D2D0.jpg);
    background-size: cover
}

.cw-homeAbout .col-12 {
    z-index: 2
}

.textwithimage h3 span {
    margin-bottom: .25rem;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 60%;
    color: var(--color-theme-secondary)
}

.cw-homeSpecial {
    margin-bottom: 6rem;
    color: #fff
}

.cw-homeSpecial .cw-homeSpecial-wrapper {
    padding: 2em
}

.cw-homeSpecial h4 {
    font-size: 2rem
}

.cw-homeSpecial img {
    width: 400px
}

.cw-homeSpecial .container {
    background: var(--color-theme-highlight)
}

@media(max-width:576px) {
    .cw-homeSpecial .cw-homeSpecial-content {
        margin-bottom: 2em
    }
}

@media(min-width:768px) {
    .page-home .list .list-text-title {
        font-size: 1.75rem
    }

    .cw-homeAbout {
        padding: 6rem 0
    }

    .cw-homeAbout h3 {
        margin-bottom: 1rem;
        font-size: 2.5rem
    }

    .cw-homeSpecial h4 {
        font-size: 2rem
    }
}

@media(min-width:992px) {
    .page-home .textwithimage h2 {
        margin-bottom: 1rem;
        font-size: 2.5rem
    }

    .cw-homeSpecial h4 {
        font-size: 2.5rem
    }

    .cw-homeSpecials .lead {
        font-size: 1.3rem
    }
}

@media(min-width:1340px) {

    .page-home .textwithimage h2,
    .cw-homeAbout h3 {
        font-size: 3rem
    }

    .page-home .list .list-text-title {
        font-size: 2rem
    }

    .cw-homeAbout {
        background-attachment: fixed
    }
}

.popular-vehicles-sections {
    margin: 5em auto !important
}

.card__multi__style2 .item__card {
    border-radius: 0 !important
}

.inventoryslideshow h3 {
    font-size: 1.2rem !important
}

.inventoryslideshow .item__data__price {
    font-size: 1.25rem !important
}

.inventoryslideshow-slick {
    padding-top: 1rem
}

.inventoryslideshow-title-heading {
    font-size: 2.25rem
}

.inventoryslideshow-title-heading span {
    margin-bottom: .25rem;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 60%;
    color: var(--color-theme-secondary)
}

@media(min-width:768px) {
    .inventoryslideshow-title-heading {
        font-size: 2.75rem
    }
}

@media(min-width:1340px) {
    .inventoryslideshow-title-heading {
        font-size: 3rem
    }
}

.inventory {
    padding-top: 0 !important
}

.inventory-card-view .carousel-item {}

.inventory-card-view .p-veh-card .card-top-img {}

.p-veh-card .card-top-img a {
    display: block
}

.inventory-card-view .p-veh-card .card-top-img img {}

.inventory .srp-sidebar .card-header::before {
    border-color: transparent !important
}

.inventory .card {
    background: #f4f7f7 !important
}

.inventory .inventory-cta .btn {
    background: var(--color-theme-secondary) !important;
    border-color: var(--color-theme-secondary) !important
}

.inventory .vehicle-card.layout-2 .inventory-title {
    font-size: 1.2rem !important
}

.inventory .vehicle-card.layout-2 .price {
    background: var(--color-theme-primary) !important;
    font-weight: 700
}

.inventory .srp-sidebar .card-header .card-title {
    color: #fff
}

.inventory .carousel-indicators {
    background: rgba(255, 255, 255, .4) !important;
    bottom: 0 !important;
    margin-bottom: 0
}

.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
}

.vdp__details__mod {
    margin-bottom: 50px
}

.vdp__title__mod {
    background: var(--color-theme-highlight);
    padding: 1.5rem 1rem 1rem;
    color: #fff
}

.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
}

p.veh__generation,
.vdp__title__mod .veh__price[VehicleHeadingWidgetCssScope],
.vdp__title__mod .veh__mileage[VehicleHeadingWidgetCssScope] {
    color: #fff !important
}

@media(min-width:992px) {
    .page-inventory .container.mb-4 {
        padding: 3rem 4rem
    }
}

section:not(.page-home) .title {
    position: relative;
    margin-bottom: 2.5rem;
    background: linear-gradient(to bottom, rgb(0 0 0 / 60%), rgb(0 0 0 / 60%)), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8AF19A58991466F4E9AEE86B057B97B2.jpg) no-repeat center;
    background-size: cover;
    text-align: center
}

section:not(.page-home) .title .title-heading {
    position: relative;
    z-index: 1;
    margin: auto;
    padding: 2rem 0;
    color: #fff;
    -webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5))
}

section:not(.page-home) .title h1 {
    font-size: 2rem
}

section:not(.page-home) .form {
    padding-top: 1rem
}

@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
    }
}

.form-forms-header {
    font-size: 1.75rem
}

.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>.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: .25rem;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 400 !important
}

.footer-nav-links .nav-item {
    padding: 0 .5rem;
    font-size: .8rem;
    text-align: center;
    padding: 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 .25rem
}

.footer-info-business span,
.footer-info-business a {
    font-size: .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: .25rem
    }

    .footer ul.nav {
        flex-wrap: nowrap;
        text-align: left !important
    }

    .footer-nav-links {
        position: absolute;
        top: -1rem;
        right: 0;
        width: 70%;
        background: 0 0;
        padding: 1.5rem 0
    }

    .footer .dropdown-menu {
        max-width: 180px;
        text-align: center;
        background: 0 0
    }

    .dropdown-toggle::after {
        color: var(--color-theme-secondary)
    }
}