.cyber-deals-content-wrapper {
	display: none;
}

@media screen and (max-width: 767px) {
    .cyber-deals-content-wrapper {
    	display: block;
    }
}

.prodIsActive {
	display: block;
}

.gear-page-wrapper .gear-page-img {
	margin-bottom: 0px;
}

.gear-page-wrapper h3 {
	padding: 10px 0;
    transition: all .3s ease-in-out;
    position: relative;
}

.gear-page-wrapper:hover h3 {
    padding: 10px 10px;
    color: #fff;
    background-color: #0562FF;
}


@font-face {
    font-family: bmw;
    src: url(https://cdn-static.revolutionparts.io/assets/fonts/BMW/BMWMotorradW05-Light.woff);
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: bmw;
    src: url(https://cdn-static.revolutionparts.io/assets/fonts/BMW/BMWMotorradW05-Regular.woff);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: bmw;
    src: url(https://cdn-static.revolutionparts.io/assets/fonts/BMW/BMWMotorradW05-Italic.woff);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: bmw;
    src: url(https://cdn-static.revolutionparts.io/assets/fonts/BMW/BMWMotorradW05-Bold.woff);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: bmw;
    src: url(https://cdn-static.revolutionparts.io/assets/fonts/BMW/BMWMotorradW05-BoldItalic.woff);
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: bmw;
    src: url(https://cdn-static.revolutionparts.io/assets/fonts/BMW/BMWMotorradW05-Heavy.woff);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: bmw;
    src: url(https://cdn-static.revolutionparts.io/assets/fonts/BMW/BMWMotorradW05-HeavyItalic.woff);
    font-weight: 700;
    font-style: italic;
}

body {
    font-family: bmw !important;
    color: black;
}

h1, h2, h3, h4, h5, h6, label {
    font-family: bmw;
    font-weight: bold;
    line-height: 1.2;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

p {
    font-size: .9rem;
}

a, a:hover, a:focus {
    color: #0562FF;
}

.d-none {
    display: none;
}

/* Buttons */
.bmw-button,
.btn-primary,
.form-fields .block-button {
    display: inline-block;
    min-width: 14rem;
    padding: .6rem 2rem;
    color: white;
    font-family: bmw;
    font-weight: bold;
    background: black;
    font-size: 1rem;
    transition: all .2s ease;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border: none;
}

.bmw-button-light {
	background-color: #0562FF;
}

.bmw-button-light:hover {
	background-color: #fff !important;
    color: #0562FF !important;
}

.bmw-button:hover,
.btn-primary:hover,
.form-fields .block-button:hover {
    color: white;
    text-decoration: none;
    background: #0562FF;
}

html body .action-button,
.button,
.green.button {
    display: inline-block;
    padding: .6rem 2rem;
    color: white;
    font-family: bmw;
    font-weight: bold;
    background-color: black;
    font-size: 1rem;
    transition: all .2s ease;
    text-transform: uppercase;
    text-align: center;
    border: none;
    border-radius: 0;
    white-space: nowrap;
    background-image: none;
    background-repeat: unset;
}

html body .action-button:hover,
.button:hover,
.green.button:hover {
    color: white;
    text-decoration: none;
    background-color: #0562FF !important;
    background-image: none;
    background-repeat: unset;
}

#rp_global_add_to_cart .add_cart_control .add_cart_button .button {
    color: white !important;
}

.call-to-action-button,
.call-to-action-button {
    background: black;
}

.call-to-action-button:focus,
.call-to-action-button:hover {
    background: #0562FF;
}

html body .action-button.place-order-button,
html body .action-button.big-button,
.product-policies-module .policy-link a {
    display: inline-block;
    padding: .6rem 2rem;
    color: white;
    font-family: bmw;
    font-weight: bold;
    font-size: 1rem;
    transition: all .2s ease;
    background: black;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    white-space: nowrap;
}

html body .action-button.place-order-button:hover,
html body .action-button.big-button:hover,
.product-policies-module .policy-link a:hover {
    color: white;
    text-decoration: none;
    background: #0562FF;
}

.product-purchase-module .purchase-offers-box .change-location-form .input-group button {
    display: inline-block;
    padding: .5rem 1rem;
    color: white;
    font-family: bmw;
    font-weight: bold;
    background: black;
    border-color: black;
    transition: all .2s ease;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    white-space: nowrap;
}

.product-purchase-module .purchase-offers-box .change-location-form .input-group button:hover {
    color: white;
    text-decoration: none;
    background: #0562FF;
    border-color: #0562FF;
}

.page-subheader-component h1,
.page-subheader-component h2 {
    color: black;
}

.page-subheader-replace {
    font-size: 18px;
    letter-spacing: .5px;
    margin: 15px 0 0;
}

/* Table */
.bmw-table {
    border: 2px solid #000000;
    margin: 25px 0;
}

.bmw-table th,
.bmw-table td { 
    padding: 10px;
    border: 1px solid #000000;
}

.bmw-table th { 
    font-weight: bold;
}

/*--- NEW HEADER ---*/



/*--- HEADER ---*/
/* Meta Nav New */
#meta-nav ul {
    display: flex;
    align-items: center;
}

#meta-nav ul li {
    padding-right: 1.25rem;
}

#meta-nav ul li a {
    color: black;
    text-decoration: none;
    font-size: .9rem;
}

#meta-nav ul li a:hover {
    color: #0562FF;
}

/* Main */
#header-main-wrap {
    border-bottom: 1px solid #d7d7d7;
}

#header-main-wrap .container-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

#header-main-wrap #header-main #meta-nav-wrap .links-list li a:hover {
    opacity: 1;
    color: #0562FF;
}

#header-main {
    height: 85px;
}

#header-main > .block-modules {
    height: auto;
}

#skip-nav-btn {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: 0;
    left: 0;
    padding: 1rem;
    background: white;
    z-index: 1;
    border: 1px solid black;
    margin: 1rem;
    border-radius: 3px;
}

#skip-nav-btn:focus {
    opacity: 0.9;
    pointer-events: all;
}

.store-logo-module .store-logo-link img {
	max-width: unset;
    height: unset;
}

.find-dealer-button {
    margin-right: 1rem;
}

.find-dealer-button,
.find-dealer-button-link {
    font-size: .9rem;
}

#header-main-wrap #header-main #meta-nav-wrap .find-dealer-button {
    white-space: nowrap;
}

.find-dealer-button:hover {
    color: #0562FF;
}

#header-main-wrap #header-main #meta-nav-wrap .cart-button-module .cart-component .cart-button {
    background: white;
    color: black;
    border: 2px solid black;
    border-radius: 0;
    padding: .25rem 0;
}

#header-main-wrap #header-main #meta-nav-wrap .cart-button-module .cart-component .cart-button:hover {
    color: white;
}

.cart-component .cart-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: .15rem 0;
}

.cart-component .cart-button .cart-icon {
    margin-right: .3rem;
}

.cart-component .cart-button .cart-text {
    font-size: .8rem;
}

.cart-component .cart-flyout .order-item {
    color: #0562FF;
}

.cart-component .cart-flyout .order-item:hover {
    color: #0562FF;
    text-decoration: underline;
}

.cart-component .cart-flyout .flyout-action-button {
    border-radius: 0;
}


/* New Primary */
#header-secondary-wrap {
	background: white;
    padding: .5rem 0;
}

/* .main-nav-wrap {
    display: flex;
    align-items: center;
} */

.main-nav {
    display: flex;
    align-items: center;
    margin: 0;
}

.main-nav-wrap .main-nav > .infinite-dropdown-title {
    position: relative;
    display: block;
    height: 100%;
    padding-right: 1.25rem;
    font-family: bmw;
    font-weight: normal;
    font-size: .8rem;
    text-align: center;
	text-transform: uppercase;
    color: black;
    border: none;
    background: white;
}

/*
.main-nav-wrap .main-nav > .infinite-dropdown-title em,
.main-nav-wrap .main-nav > .infinite-dropdown-title i {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
*/

.main-nav-wrap .main-nav > .infinite-dropdown-title:hover,
.main-nav-wrap .main-nav > .infinite-dropdown-title:focus,
.main-nav-wrap .main-nav > .infinite-dropdown-title:hover em,
.main-nav-wrap .main-nav > .infinite-dropdown-title:focus em,
.main-nav-wrap .main-nav > .infinite-dropdown-title:hover i,
.main-nav-wrap .main-nav > .infinite-dropdown-title:focus i {
    font-weight: bold;
}

.main-nav-wrap .main-nav > .infinite-dropdown-title::before {
    font-family: bmw;
    font-weight: bold;
    display: block;
    content: attr(title);
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.main-nav-wrap .main-nav > li:first-of-type {
    padding: 0 .75rem;
}
.main-nav-wrap .main-nav > li > a {
	text-transform: uppercase;
    font-size: .8rem;
}

.main-nav-wrap .main-nav > li > * {
	color: black;
}


/* Garage Component */
.garage-component.svg-icons .garage-text {
    color: black !important;
    display: flex !important;
    align-items: center !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}

.garage-component.svg-icons .garage-icon path {
    fill: black !important;
}

.search-bar-wrap .search-bar-component button:hover {
    background: #0562FF;
    opacity: 1;
}

.main-nav-wrap .main-nav > li {
    display: flex;
    align-items: center;
    height: 56px;
    color: white;
    padding: 0 0.75rem;
    text-decoration: none;
}

.main-nav-wrap .main-nav > li > a {
    font-family: bmw;
    font-weight: normal;
    display: block;
    height: auto;
    text-align: center;
    text-decoration: none;
}

.main-nav-wrap .main-nav > li > a:hover,
.main-nav-wrap .main-nav > li > a:focus {
    font-weight: bold;
}

.main-nav-wrap .main-nav > li > a::before {
    font-family: bmw;
    font-weight: bold;
    display: block;
    content: attr(title);
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

/* Infinite Menu */
#header-secondary-wrap .infinite-menu {
    display: flex;
	background: white;
    border-bottom: 2px solid #0562FF;
}

#header-secondary-wrap .infinite-menu .links-list-module.links-display-block .heading {
	color: black;
    margin-bottom: .5rem;
    font-family: bmw;
    font-weight: bold;
}

#header-secondary-wrap .infinite-menu .links-list-module .links-list li a {
	color: black;
    font-family: bmw;
    font-weight: normal;
    text-decoration: none;
}

#header-secondary-wrap .infinite-menu .links-list-module .links-list li a:hover,
#header-secondary-wrap .infinite-menu .links-list-module .links-list li a:focus {
    font-weight: bold;
}

#header-secondary-wrap .infinite-menu .links-list-module .links-list li a::before {
    font-family: bmw;
    font-weight: bold;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

#header-secondary-wrap .infinite-menu .links-list-footer {
    display: block;
    margin-top: .5rem;
    font-size: .9rem;
}

#header-secondary-wrap .header-secondary .main-nav-wrap .main-nav > li, #header-secondary-wrap .header-secondary .main-nav-wrap .main-nav > li > * {
	color: #000;
}

#header-secondary-wrap .header-secondary .main-nav-wrap .main-nav > li.infinite-dropdown-title {
	font-size: .9rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

/* Dealer Select Modal */
.dealer-modal-source .container-wrap {
    padding: 0 !important;
}

.dealer-modal-source .find-dealer-button {
    visibility: hidden;
    position: fixed;
    transform: translate(-500%, -500%);
    pointer-events: none;
}
.dealer-selection-modal .dealer-info {
	max-width: 350px;
}

/*--- MOBILE HEADER & MENU ---*/
#mobile-header {
    z-index: 900;
    height: 64px;
}

#mobile-header-inner {
    width: 100%;
    padding: 1rem;
    display: flex;
    background: white;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    height: 64px;
    align-items: center;
}

#mobile-header #mobile-menu {
    overflow-y: scroll;
}

#mobile-header .mobile-logo {
    max-width: 170px;
}

#mobile-header #mobile-menu .mobile-nav li a {
    margin: 0;
}

#mobile-header #mobile-menu .mobile-sub-nav .mobile-sub-nav-toggle .fa {
    pointer-events: none;
}

/*--- HOME PAGE ---*/
#page-home h1,
#page-home h2,
#page-home h3,
#page-home h4 {
    text-transform: uppercase;
}
#page-home h1 {
    font-size: 2.5rem;
}

#page-home h2 {
    font-size: 2rem;
}

#page-home h3 {
    font-size: 1.75rem;
}

#page-home h4 {
    font-size: 1.5rem;
}

/* Hero Slider */
.hero-wrap {
    position: relative;
    /* overflow: hidden; */
}

.hero-wrap .container-wrap {
    padding: 0 !important;
}

.hero-wrap .row {
    margin: 0 !important;
}

.motorrad-slide {
	max-height: 450px;
}

.motorrad-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

figure.motorrad-slide_bg {
    margin: 0;
}

/*.motorrad-slider-deals .motorrad-slide_bg, .cyber-deal-motorrad-slide_bg {
	filter: blur(10px);
}*/

.motorrad-slide h5 {
	color: #fff;
}

figure.motorrad-slide_bg img {
    width: 100% !important;
}

.motorrad-slide_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1250px;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
    padding: 2rem;
}


.motorrad-slide_content > * {
    flex-basis: 50%;
    flex-grow: 1;
}

.motorrad-slide_content-right {
    display: flex;
    justify-content: center;
}

.motorrad-slide_content-right img {
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5)) brightness(1.1);
}

.motorrad-slide_content h1 {
    color: white;
}

.motorrad-slide_content p {
    color: white;
    margin-bottom: 2rem;
}

#motorrad-slider .owl-dots {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

#motorrad-slider .owl-dot {
    width: .5rem;
    height: .5rem;
    background-color: white;
    display: inline-block;
    border-radius: 50%;
    margin: .25rem;
    opacity: 0.25;
}

#motorrad-slider .owl-dot.active {
    opacity: 1;
}

/* Hero Banner -- Old */
.hero {
    padding: 3rem 0 9rem;
}
.hero h1 {
    color: white;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.hero .caption {
    max-width: 780px;
}
.hero p {
    color: white;
    max-width: 75%;
}

.hero .bmw-button {
    margin-top: 1rem;
    background: black;
}

.hero .bmw-button:hover {
    background: white;
    color: black;
}

/* Hero Tabs */

/*--- Temp */
#hero-wrap #search-tabs-nav {
    justify-content: flex-start;
}

/*--- /Temp */

#hero-wrap {
    background: #F7F7F7;
    padding: 2rem 0;
}
#hero-wrap:before {
    display: none;
}

#hero-wrap #search-tabs-nav .nav-link {
    width: 33%;
    text-align: center;;
    background: transparent;
    border: none;
    text-transform: uppercase;
    padding: .5rem;
    margin-bottom: .5rem;
    border-bottom: 3px solid transparent;
    font-family: bmw;
    font-weight: bold;
    color: black;
    border-radius: 0;
}

#hero-wrap #search-tabs-nav .nav-link:hover,
#hero-wrap #search-tabs-nav .nav-link.active {
    border: none;
    border-bottom: 3px solid #0562FF;
    color: #0562FF;
    background: transparent;
}

#hero-wrap #search-tabs-body-wrap #search-tabs-body {
    border: 1px solid #d7d7d7;
}

#hero-wrap #search-tabs-body-wrap #search-tabs-body .tab-pane .vehicle-picker-dropdown-module .vehicle-picker-dropdown.inline .dropdown .dropdown-toggle {
    border: none;
    border-bottom: 1px solid gray;
    border-radius: 0;
}

#hero-wrap #search-tabs-body-wrap #search-tabs-body .tab-pane#part-search-tab .search-by-part-module input[type=text] {
    border: none;
    border-bottom: 1px solid gray;
    border-radius: 0;
}

#hero-wrap #search-tabs-body-wrap #search-tabs-body .tab-pane#vin-search-tab .search-by-vin-module input[type=text] {
    border: none;
    border-bottom: 1px solid gray;
    border-radius: 0;
}

#hero-wrap #search-tabs-body-wrap #search-tabs-body .tab-pane .vehicle-picker-dropdown-module .vehicle-picker-dropdown.inline .dropdown .dropdown-toggle.disabled {
    background: #e2e2e2;
    color: black;
}

#hero-wrap #search-tabs-body-wrap #search-tabs-body .tab-pane#part-search-tab .search-by-part-module .btn,
#hero-wrap #search-tabs-body-wrap #search-tabs-body .tab-pane#vin-search-tab .search-by-vin-module .btn {
    border-radius: 0;
    color: white;
    font-family: bmw;
    font-weight: bold;
    min-width: 13.5rem;
    text-align: center;
    background: black;
}

#hero-wrap #search-tabs-body-wrap #search-tabs-body .tab-pane#part-search-tab .search-by-part-module .btn:hover,
#hero-wrap #search-tabs-body-wrap #search-tabs-body .tab-pane#vin-search-tab .search-by-vin-module .btn:hover {
    background: #0562FF;
    color: white;
}

/* Featured Products */
.featured-products-module {
    padding-right: 2rem;
    padding-left: 2rem;
}

.featured-products-module h2 {
    display: none;
}

.featured-products-module .featured-products .featured-product {
    width: 100%;
}

.featured-products-module .product-wrapper-link {
    border-bottom: 2px solid black;
}

.featured-products-module .featured-products .featured-product .image-display .image-wrapper {
    height: 210px;
}

.featured-products-module .featured-product .details-display .product-title {
    font-family: bmw;
    font-weight: bold;
    text-transform: uppercase;
}

#page-home .owl-carousel .owl-item img {
    width: auto;
}

.featured-products-module .featured-product .pricing-actions-display .product-pricing .product-sale-price {
    text-align: center;
}

.featured-products-module .featured-product .details-display {
    min-height: 47px;
}

.featured-products-module .featured-product .details-display .details-partnum {
    display: none;
}

.featured-products-module .product-wrapper-link .product-details-link {
    background: #0562FF;
    color: white;
}

.featured-products-module .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;;
}

.featured-products-module .owl-prev,
.featured-products-module .owl-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    border: 1px solid gray;
    border-radius: 50%;
    transition: all .2s ease;
    color: black;
    background: whitesmoke;
    pointer-events: auto;
}

.featured-products-module .owl-prev:hover,
.featured-products-module .owl-next:hover {
    background: #0562FF;
    color: white;
}

.featured-products-module .owl-prev {
    transform: translateX(-4rem)
}

.featured-products-module .owl-next {
    transform: translateX(4rem)
}

/* Service Sections */
.service-wrap {
    padding: 4rem 0;
}

.service-header {
    text-align: center;
    margin-bottom: 4rem;
}

.service-header.motorcycle-gear-header {
    margin-bottom: 2rem;
}

.service-header p {
    max-width: 620px;
    margin: auto;
}

.service-boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-box {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    width: 22%;
    position: relative;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    border-radius: .2rem;
    background: white;
}

.service-box figure {
    margin: 0;
}

.service-box figure img.lazy-load {
    position: relative;
}

.service-box figure img.lazy-load:nth-child(2) {
    display: none;
}

.service-box .service-title {
    text-align: center;
    background: white;
    position: relative;
    pointer-events: none;
    padding: .5rem;
}

.service-box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    color: white;
    font-size: 1.25rem;
    line-height: 1;
    text-decoration: none;
    opacity: 0;
    background: rgba(0,0,0,0.8);
    transition: all .2s ease;
    padding-bottom: 3rem;
}

.service-box:hover a {
    opacity: 1;
}

.service-box span {
    transform: translateY(-50%);
}

.service-box a .fa {
    margin-right: .5rem;
}

.service-accessories h2,
.service-accessories p {
    color: white;
}

.service-footer {
    margin-top: 4rem;
}

.service-footer a {
    display: inline-block;
    min-width: 14rem;
    padding: .6rem 2rem;
    color: white;
    font-family: bmw;
    font-weight: bold;
    background: black;
    transition: all .2s ease;
    text-transform: uppercase;
    
}

.service-footer a:hover {
    color: white;
    text-decoration: none;
    background: #0562FF;
}

/*--- Cta---*/
#cta-home {
    padding: 6rem 0;
}

#cta-home .cta-content {
    color: white;
}

#cta-home .cta-content h3 {
    margin-bottom: 1.5rem;
}

#cta-home .cta-button a {
    display: inline-block;
    min-width: 14rem;
    padding: .6rem 2rem !important;
    color: black;
    font-family: bmw;
    font-weight: bold;
    background: white;
    text-align: center;
    transition: all .2s ease;
    text-transform: uppercase;
}

#cta-home .cta-button a:hover {
    background: #0562FF;
    text-decoration: none;
    color: white;
}

#cta-home .newsletter-signup-module {
    padding: 0 4rem;
}

#cta-home .newsletter-main-text {
    display: block;
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
    color: white;
    font-family: bmw;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}

#cta-home .newsletter-signup-module.newsletter-inline .input-custom {
    display: flex;
    flex-wrap: wrap;
}

#cta-home .newsletter-signup-module.newsletter-inline .input-custom input {
    font-size: 1rem;
    margin: 0;
    min-width: 18rem;
    padding: .6rem 1rem;
    border-radius: 0;
    border: none;
    border-right: 1px solid #c9c9c9;
}

#cta-home .newsletter-signup-module.newsletter-inline .input-custom input::placeholder {
    font-size: 1rem;
}

#cta-home .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button {
    display: inline-block;
    padding: .6rem 2rem;
    font-family: bmw;
    font-weight: bold;
    font-size: 1rem;
    color: black;
    transition: all .2s ease;
    text-transform: uppercase;
    text-align: center;
    background: white;
}

#cta-home .newsletter-signup-module.newsletter-inline .input-custom .newsletter-button:hover {
    background: #0562FF;
    color: white;
    text-decoration: none;
}

/*--- OEM Catalog Page ---*/
#page-oem-catalog .p_cats_list h3 {
    display: none;
}

/*--- ALL INTERIOR PAGES ---*/
.interior-banner {
    padding: 3rem 0 2rem;
    color: white;
}

.interior-banner h1 {
    text-transform: uppercase;
    color: white;
    margin-bottom: 1.5rem;
}

.interior-banner p {
    color: white;
    max-width: 560px;
    font-size: 1.1rem;
}

.oem-sidebar-module .facet-wrapper .oem-sidebar-component-heading ul li a.active-cat,
.oem-sidebar-module .facet-wrapper .oem-sidebar-component-heading ul li a:hover,
.oem-sidebar-module .oem-sidebar-component .oem-sidebar-component-heading ul li a.active-cat,
.oem-sidebar-module .oem-sidebar-component .oem-sidebar-component-heading ul li a:hover,
.search-facets-module .facet-wrapper .oem-sidebar-component-heading ul li a.active-cat,
.search-facets-module .facet-wrapper .oem-sidebar-component-heading ul li a:hover,
.search-facets-module .oem-sidebar-component .oem-sidebar-component-heading ul li a.active-cat,
.search-facets-module .oem-sidebar-component .oem-sidebar-component-heading ul li a:hover {
    color: #0562FF;
}

.oem-sidebar-module .facet-wrapper .category-group .categories .card .card-header a:hover,
.oem-sidebar-module .oem-sidebar-component .category-group .categories .card .card-header a:hover,
.search-facets-module .facet-wrapper .category-group .categories .card .card-header a:hover,
.search-facets-module .oem-sidebar-component .category-group .categories .card .card-header a:hover {
    color: #0562FF;
    border-color: #0562FF;
}

.oem-sidebar-module .facet-wrapper .oem-sidebar-component-heading ul li a.active-cat:before, .oem-sidebar-module .facet-wrapper .oem-sidebar-component-heading ul li a:hover:before,
.oem-sidebar-module .oem-sidebar-component .oem-sidebar-component-heading ul li a.active-cat:before,
.oem-sidebar-module .oem-sidebar-component .oem-sidebar-component-heading ul li a:hover:before,
.search-facets-module .facet-wrapper .oem-sidebar-component-heading ul li a.active-cat:before,
.search-facets-module .facet-wrapper .oem-sidebar-component-heading ul li a:hover:before,
.search-facets-module .oem-sidebar-component .oem-sidebar-component-heading ul li a.active-cat:before,
.search-facets-module .oem-sidebar-component .oem-sidebar-component-heading ul li a:hover:before {
    background-color: #0562FF;
}

.oem-sidebar-module .facet-wrapper .category-group .categories .card .subcategories-list ul li a:hover,
.oem-sidebar-module .oem-sidebar-component .category-group .categories .card .subcategories-list ul li a:hover,
.search-facets-module .facet-wrapper .category-group .categories .card .subcategories-list ul li a:hover,
.search-facets-module .oem-sidebar-component .category-group .categories .card .subcategories-list ul li a:hover {
    color: #0562FF;
}

.oem-assemblies-module .part-group .part-group-container .all-component-parts .catalog-product .product-details-col .product-title a:hover,
.oem-assemblies-module .part-group .part-group-container .all-component-parts .catalog-product .product-details-col .product-partnum a:hover {
    text-decoration: underline;
}

/*--- SELECT YEAR PAGE ---*/
.oem-vehicle-picker-module .vehicle-column h4 {
    color: black;
}

/*--- PRODUCT PAGE ---*/
#page-product .product-page-layout h1.product-title {
    color: black;
}

#page-product .product-purchase-module .purchase-offers-box .change-location-form .change-location-label {
    color: black;
}

.product-purchase-module .purchase-offers-box ul li .offer-dealer-info .offer-dealer-name {
    font-family: bmw;
    font-weight: bold;
}

#page-product .product-purchase-module .purchase-offers-box .change-location-form .input-group input {
    width: 100%;
    max-width: 250px;
    margin-bottom: .5rem;
}

#page-product .product-purchase-module .purchase-offers-box .change-location-form .input-group button {
    width: 100%;
    max-width: 250px;
    font-size: .9rem;
}

.product-purchase-module .purchase-box .view-offers-link {
    display: none;
}

#page-product .purchase-box .component-link {
    display: block;
    margin-top: 1rem;
    color: #595959;
    font-size: 0.9rem;
    border-bottom: none;
}

#page-product .purchase-box .component-link.component-category-parent {
    display: inline-block;
}

#page-product .purchase-box .component-link.component-category-parent,
#page-product .purchase-box .component-link .component-category {
    border-bottom: 1px solid #0562FF;
    font-weight: 500;
    text-decoration: none;
    color: #0562FF;
}

#page-product .purchase-box .component-link.component-category-parent:hover,
#page-product .purchase-box .component-link:hover .component-category {
    color: #0052dd;
    border-color: #0052dd;
}


.product-fitment-confirmation-module .product-fitment .click-here-fitment-action a,
.product-fitment-confirmation-module .product-fitment .click-here-fitment-action a:hover {
    color: #0562FF;
}

.product-purchase-module .purchase-box .purchase-wrapper.choose-another-dealer button {
    display: inline-block;
    min-width: 14rem;
    padding: .6rem 2rem;
    color: white;
    font-family: bmw;
    font-weight: bold;
    font-size: 1rem;
    background: black;
    transition: all .2s ease;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border: none;
}

.product-purchase-module .purchase-box .purchase-wrapper.choose-another-dealer button:hover {
    color: white;
    text-decoration: none;
    background: #0562FF;
}

.product-tab-nav-module .tab-nav-wrap li a {
    font-family: bmw;
    font-weight: bold;
}

.product-tab-nav-module .tab-nav-wrap li.tab-active a,
.product-page-layout .product-section-title.tab-selected {
    color: #0562FF;
    border-color: #0562FF;
}

.product-page-layout ul.field-list li .list-label, .product-page-layout ul.field-list li label {
    font-family: bmw;
    font-weight: bold;
}

.disclaimer-warning {
    position: absolute;
    left: -2.5rem;
    transform: translateY(-4px);
}

.product-browse-more-module .part-of-components a {
    font-size: 14px;
}

.product-browse-more-module .part-of-components .component-category {
    color: #0562FF;
    border-color: #0562FF;
}

.product-browse-more-module .part-of-components a:hover span.component-category {
    color: #0052dd;
    border-color: #0052dd;
}

.product-fitment-module .fitment-table-wrap .fitment-expander span.fitment-chevron:before {
    color: #0562FF;
}

.product-details-module .product-description .description_body ol,
.product-details-module .product-description .description_body ul {
    margin-top: 1rem;
}

.product-details-module ul.field-list li.description ul li {
    position: relative;
    line-height: 1;
    display: flex;
    align-items: center;
}

.product-details-module ul.field-list li.description ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #595959;
    border-radius: 50%;
    position: absolute;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
}

/*--- CATEGORY/CATALOG PAGES ---*/
#page-catalog .category-children-module {
    margin-right: -15px;
    margin-left: -15px;
}

#page-catalog .category-children-module h2 {
    display: none;
}

#page-catalog .category-children-module .category-tiles {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#page-catalog .category-children-module .category-tile {
    margin-bottom: 1rem;
}

.gear-page #page-catalog .category-children-module .category-tile {
    flex-grow: 1;
    
}

#page-catalog .category-children-module .category-tile a:nth-child(2) {
    display: block;
    text-align: left;
    padding: .75rem 0;
    font-size: 1.2rem;
    color: black;
    font-family: bmw;
    font-weight: bold;
    background: white;
    transition: all .32s ease;
}

#page-catalog .category-children-module .category-tile:hover a:nth-child(2) {
    background: #0562FF;
    color: white;
    padding-left: 1rem;
}

#page-catalog .category-children-module .category-tile a:nth-child(2):hover {
    text-decoration: none;
}

#page-catalog .category-children-module .category-tile-image {
    height: auto;
}

#page-catalog .category-children-module .category-tile-image img {
    max-height: none;
}

/*--- CART PAGE ---*/
.cart-page-layout a,
.cart-page-layout a:hover {
    color: #0562FF;
}

.cart-page-layout .cart-description .item-description a,
.cart-page-layout .cart-description .item-description a:hover {
    color: #0562FF;
}

#page-product .action-button.add-to-wishlist,
#page-product .action-button.remove-from-wishlist {
    color: black;
    background: white;
    font-size: .9rem;
    margin-left: 0 !important;
    border: 1.5px solid black;
}

.action-button.add-to-wishlist,
.action-button.remove-from-wishlist {
    font-size: .9rem;
}

#page-product .action-button.add-to-wishlist:hover,
#page-product .action-button.remove-from-wishlist:hover { 
    background: #0562FF;
    color: white;
    border-color: #0562FF;
}

#page-product .added-to-wishlist.show {
    margin-right: 2rem;
}

/*--- CONTACT PAGE ---*/
.contact-page-header {
    font-size: 1.2rem;
    font-family: bmw;
    font-weight: bold;
}

#page-contact .normal-content .garage-component.svg-icons {
    display: flex;
    align-items: center;
    margin-bottom: .75rem;
}

#page-contact .normal-content .garage-component.svg-icons .garage-icon {
    width: 30px;
    height: 26px;
    border: none;
}

#page-contact .normal-content .garage-component.svg-icons .garage-text-wrap .garage-text {
    font-size: .9rem;
    font-family: bmw;
    color: black !important;
    text-decoration: none;
}

#page-contact .normal-content .find-dealer-button {
    display: flex;
    align-items: center;
}

#page-contact .normal-content .find-dealer-button .fa {
    font-size: 1.5rem;
    margin-right: .9rem;
}

#page-contact .contact-form-module {
    margin-bottom: 4rem;
}

.contact-form-module .call-to-action-button {
    display: inline-block;
    min-width: 14rem;
    padding: .6rem 2rem;
    color: white;
    font-family: bmw;
    font-weight: bold;
    font-size: 1rem;
    background: black;
    transition: all .2s ease;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
}

.contact-form-module .call-to-action-button:hover {
    color: white;
    text-decoration: none;
    background: #0562FF;
}

/* PAGES: Account
----------------------------------- */
.account-nav {
    position: relative;
    width: 100%;
    display: flex;
    list-style: none;
}

.account-nav_item {
    flex: 1;
    display: flex;
    align-items: center;
    border-bottom: 3px solid #d7d7d7;
}

.account-nav_item.active {
    flex: 1;
    border-color: #0562FF;
}

.account-nav_item a {
    display: block;
    width: 100%;
    font-size: .8rem;
    text-align: center;
    padding: .65rem 1rem;
    color: black;
    text-decoration: none;
    line-height: 1.5;
}

.account-nav_item.active a,
.account-nav_item:hover a {
    color: #0562FF;
}

/* PAGE: OEM Vehicle Picker
----------------------------------- */
.oem-vehicle-picker-module a {
    color: #0562FF;
}

.oem-vehicle-picker-module a:hover {
    color: #0562FF;
    border-color: #0562FF !important;
}


/* PAGE: Account Profile
----------------------------------- */
#layout_account-profile .form-fields .fieldset-title {
    font-size: 2rem;
    font-weight: 300;
    margin-top: 2rem
}

#layout_account-profile .form-fields .field .field-label {
    display: block;
    width: auto;
}

#layout_account-profile .form-fields .field .field-value {
    display: block;
}

#layout_account-profile .form-fields .field .field-value input:not(.newsletters) {
    width: 100%;
    display: block;
    border: 2px solid #d7d7d7;
    border-radius: 3px;
    height: 2.75rem;
    margin-bottom: 1rem;
}

#layout_account-profile .btn {
    display: inline-block;
    min-width: 14rem;
    padding: .6rem 2rem;
    color: white;
    font-family: bmw;
    font-weight: bold;
    background: black;
    border-color: black;
    font-size: 1rem;
    transition: all .2s ease;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
}

#layout_account-profile .btn:hover {
    color: white;
    text-decoration: none;
    background: #0562FF;
    border-color: #0562FF;
}

/* PAGE: Wishlist and Wishlist Buttons
----------------------------------- */
#layout_account-wishlist .action-button.remove-from-wishlist i.fa-close {
    background: transparent;
}

#layout_account-wishlist .search-listing-module .catalog-product .product-purchase-button .place-order-button {
    display: inline-flex;
}

html body .action-button.add-to-wishlist,
html body .action-button.remove-from-wishlist {
    color: black;
    font: bmw;
    font-weight: bold;
}

html body .action-button.add-to-wishlist:hover,
html body .action-button.remove-from-wishlist:hover { 
    background: #0562FF;
    color: white;
}

#layout_account-wishlist .action-button.remove-from-wishlist i.fa-close {
    color: black;
}

#layout_account-wishlist .action-button.remove-from-wishlist:hover i.fa-close {
    color: white;
}

/* PAGE: Account/login
----------------------------------- */
#page-login-create #login-user-form .row:nth-of-type(1) {
    margin-bottom: 1.5rem;
}

.login-combined-module button.block-button {
    display: inline-block;
    min-width: 14rem;
    padding: .6rem 2rem;
    color: white;
    font-family: bmw;
    font-weight: bold;
    font-size: 1rem;
    background: black;
    border-color: black;
    transition: all .2s ease;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
}

.login-combined-module button.block-button:hover {
    color: white;
    text-decoration: none;
    background: #0562FF;
    border-color: #0562FF;
}

/* PAGE: Order Details
----------------------------------- */
/* Hide the appended account navigation at bottom */
#layout_account-order-details .container-wrap .row:nth-of-type(2) {
    display: none;
}

/* PAGE: Page
----------------------------------- */
#page-page #text_page_content ul {
    list-style: disc;
    list-style-position: outside;
    padding-left: 2rem;
}

/*--- CONTACT CARD ---*/
#contact-us_action {
    position: relative;
    overflow: hidden;
    padding: 1rem;
    max-width: 370px;
    border-radius: .25rem;
}

#contact-us_action figure img {
    width: 100%;
    border-radius: 3px;
    filter: brightness(1.5);
}

.contact-us_action-header {
    position: relative;
    width: 100%;
}

.contact-us_action-header p {
    margin-top: .5rem;
    color: white;
    line-height: 1.2;
}

.contact-us_action-cards {
    position: relative;
    width: 100%;
}

.contact-us_action-card {
    display: flex;
    align-items: center;
    width: 100%;
    height: 6rem;
    border-radius: 2px;
    background: rgba(255,255,255,0.9);
    padding: 1rem;
    margin-top: 17rem;
    margin-bottom: 1rem;
}

.contact-us_action-card svg {
    width: 3rem;
    margin-right: 2rem;
}

.contact-us_action-card svg path {
    fill: #A8A9AC;
}

.contact-us_action-card p {
    font-size: 1rem;
    font-weight: 400;
}

.contact-us_action-card a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
}

.contact-us_action-card a:hover {
    color: #0562FF;
}

.contact-us_action-card ul {
    list-style: none;
    margin: 0;
}

.contact-us_action-card ul li {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

/*--- BMW Motorrad CARE ---*/
#bmwm-care {
    display: flex;
	align-items: center;
}

/*--- FOOTER ---*/
.footer-main {
    padding: 2rem 0;
}
.footer-main ul {
    padding: 1rem 0;
}

.footer-main li {
    padding: .5rem 0;
}

.footer-main a {
    color: #5d5d5d;
}

.footer-main a .fa {
    font-size: 1.5rem;
    margin-right: .5rem;
}

.footer-main a:hover {
    text-decoration: none;
    color: #0562FF;
}

.meta-footer {
    padding: 1rem 0;
}

.meta-footer p {
    font-size: 0.7rem;
    margin-bottom: .5rem;
}

.meta-footer .life-ride p {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem;
    font-family: bmw;
    font-weight: bold;
    border-bottom: 4px solid black;
    padding-bottom: .5rem;
}

.meta-footer .powered-by {
	font-size: .8rem;
}

.meta-footer .powered-by img {
    height: 14px;
    width: 14px;
}

#footer-wrap {
    background: #d3d3d3;
    padding: 2rem 0;
    overflow: hidden;
}

#footer-wrap .links-list-module .heading {
    color: black;
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

#footer-wrap .footer-secondary .newsletter-signup-module .newsletter-main-text {
    text-align: left;
    color: black;
    font-size: 1rem;
    margin-right: 1rem;
}

#footer-wrap .footer-secondary .newsletter-signup-module.newsletter-block .box-message {
    color: black;
    font-weight: 300;
    font-size: .9rem;
    text-align: left;
    margin: 0.5rem 0 1rem;
}

#footer-wrap .footer-secondary .contact-us-module.contact-us-display-block .contact-message {
    color: black;
}

#footer-wrap .footer-secondary .contact-header {
    color: black;
    font-weight: 500;
    margin-right: 0.5rem;
}

#footer-wrap .footer-secondary .contact-link {
    color: rgba(0, 0, 0, 0.75);
    font-size: .9rem;
    transition: all .2s ease;
}

#footer-wrap .links-list-module li a {
    font-size: .9rem;
    opacity: 0.75;
    color: black;
    transition: opacity .2s ease;
}

/*--- FEEDBACK WIDGET ---*/
#contactable form#contactForm .submit {
    background: #0562FF;
    border: none;
}

#contactable form#contactForm .submit:hover {
    background: white;
    color: black;
}

#contactable form#contactForm label {
    font-size: 16px;
}

#contactable p {
    font-size: 16px !important;
}

#contactable form#contactForm input:focus,
#contactable form#contactForm select:focus,
#contactable form#contactForm textarea:focus {
    outline: 1px solid white;
}

/*--- VEHICLE PICKER MODAL ---*/
.rp_vehiclepicker_chooser .vp_breadcrumbs li.active {
    border-top: 3px solid #0562FF !important;
}

.vp_option_row ul li a,
.vp_option_row ul li a:link,
.vp_option_row ul li a:visited {
    color: #0562FF !important;
}

body .vp_option_row ul li a:hover,
body .vp_option_row ul li a:focus{
    color: #0562FF !important;
    text-decoration: underline;
}

.rp_vehiclepicker_chooser .vp_control a,
.rp_vehiclepicker_chooser .vp_control a:link,
.rp_vehiclepicker_chooser .vp_control a:visited {
    display: inline-block;
    padding: .6rem 2rem;
    color: white;
    font-family: bmw;
    font-weight: bold;
    background: black;
    font-size: 1rem;
    transition: all .2s ease;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
}

.rp_vehiclepicker_chooser .vp_control a:hover,
.rp_vehiclepicker_chooser .vp_control a:focus {
    color: white;
    text-decoration: none;
    background: #0562FF;
}

#header-mobile-wrap {
    display: none;
}

/*--- MEDIA QUERIES ---*/
@media (min-width: 768px) {
    .container-wrap {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
}

@media (min-width: 992px) {
    .footer-main .footer-social {
        border-left: 1px solid #cacaca;
        padding-left: 6rem;
    }
    /*.meta-footer .life-ride {
        padding-left: 7rem;
    }*/
}

@media (min-width: 1200px) {
    #motorrad-slider .motorrad-slide-one .motorrad-slide_content h1 {
    	font-size: 3rem;
        max-width: 400px;
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #cta-home .newsletter-signup-module.newsletter-inline .input-custom input {
        margin-bottom: 1rem;
    }
}

@media (max-width: 1380px) {
    .featured-products-module {
        padding-right: 4rem;
        padding-left: 4rem;
    }
}

@media (max-width: 1199px) {
    /* Hero Slider */
    #motorrad-slider .motorrad-slide_content h1 {
        font-size: 2rem;
    }
}

@media (max-width: 991px) {
    .mobile-hide {
        display: none !important;
    }
    .main-nav-wrap {
        display: none;
    }
    #mobile-header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background-color: white;
    }
    #header-main-wrap {
        display: none;
    }
    #header-mobile-wrap {
        display: block;
        margin-top: 64px;
    }

    /* Hero Slider */
    #motorrad-slider .motorrad-slide_content h1 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }
    #motorrad-slider .motorrad-slide_content p {
        display: none;
    }
    #motorrad-slider .motorrad-slide_content-right img {
        max-width: 70%;
    }
    #motorrad-slider .owl-dots {
        position: absolute;
        bottom: -2rem;
        left: 50%;
        transform: translateX(-50%);
    }
    #motorrad-slider .owl-dot {
        width: .5rem;
        height: .5rem;
        background-color: black;
        display: inline-block;
        border-radius: 50%;
        margin: .25rem;
        opacity: 0.25;
    }


    .hero {
        padding: 4rem 0;
    }
    #page-product .product-purchase-module .dealer-select-button {
        font-size: .85rem;
    }
}

@media (max-width: 767px) {
    /* Hero Slider  */
    #motorrad-slider .motorrad-slide-one .motorrad-slide_content-left {
        flex-basis: 65%;
    }
    #motorrad-slider .motorrad-slide-one .motorrad-slide_content h1 {
        font-size: 1.3rem;
    }
    #motorrad-slider .motorrad-slide-two .motorrad-slide_content {
        flex-flow: column;
    }
    #motorrad-slider .motorrad-slide_content h1 {
        font-size: 1.5rem;
    }
    #motorrad-slider .motorrad-slide_content a.bmw-button {
        font-size: 0.8rem;
        min-width: 10rem;
        padding: .4rem 1.5rem
    }

    .hero {
        padding: 2rem 0;
    }
    #hero-wrap {
        display: none;
    }
    #page-home .hero h1 {
        font-size: 2.25rem;
    }
    #page-contact .dealer-info-col {
        margin-bottom: 2rem;
        border-bottom: 1px solid #d4d4d4;
        padding-bottom: 2rem;
    }
    .service-box {
        width: 48%;
        margin-bottom: 2rem;
    }
    .service-footer {
        margin-top: 2rem;
    }
    .service-box figure img {
        width: 100%
    }
    #cta-home {
        padding: 2rem 0;
    }
    #cta-home .newsletter-signup-module {
        padding: 4rem 0 0;
    }
    .interior-banner {
        padding: 1.5rem 0 .5rem;
    }
    .interior-banner h1 {
        font-size: 2.25rem;
    }
    #page-catalog .category-children-module .category-tile {
        max-width: none;
    }
    #contact-us_action figure {
        display: none;
    }
    .footer-main .links-list-module {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #c5c5c5;
    }
    footer .life-ride {
        margin-top: 1rem;
    }
}

@media (max-width: 575px) {
    /* Hero Slider */
    #motorrad-slider .motorrad-slide_content h1 {
        font-size: 1.4rem;
    }
    #cta-home .newsletter-signup-module.newsletter-inline .input-custom input {
        margin-bottom: 1rem;
        min-width: 100%;
    }
}

/* DO NOT DELETE....DO NOT DELETE...DO NOT DELETE...DO NOT DELETE....DO NOT DELETE...DO NOT DELETE
Contact Jacy Smith or Sebastian if you need to delete the code below. */

.shipping-quote {
display: none !important;
}

.display-quote {
display: none !important;
}

.meta-nav-menu {
	display: flex;
    align-items: center;
}

#header-secondary-wrap .infinite-menu .links-list-module.links-display-block .heading {
    font-size: 0.9rem;
    color: black;
    margin-bottom: 0.5rem;
    cursor: pointer;
    border-bottom: none !imoprtant;
}


/* DO NOT DELETE CODE ABOVE ^....DO NOT DELETE CODE ABOVE ^
Contact Jacy Smith or Sebastian if you need to delete the code below. */

/*--- PAGE: VEHICLE ---*/
.oem-vehicle-picker-module .vehicle-column.non-year {
	width:40%;
	margin-right:3%;
}
.oem-vehicle-picker-module .vehicle-column ul {
    width: 100%;
}
.oem-vehicle-picker-module .vehicle-column ul li {
	width: 100%;
	margin:0 15px 15px 0
}
.oem-vehicle-picker-module .vehicle-column ul li a {
	border: 1px solid black;
	padding: 12px;
	width: 100%;
	background-color:#f1f1f1;
	border-radius:5px;
    color: black;
}
.oem-vehicle-picker-module .vehicle-column ul li a:hover {
	border: 1px solid white;
	padding: 12px;
	width: 100%;
	background-color:black;
	border-radius:5px;
	color: #fff;
}
@media only screen and (max-width:767px) {
    .oem-vehicle-picker-module .vehicle-column ul {
        width: 100%;
    }
}

.nav-featured-items {
	border-right: 1px solid #ccc;
}

.nav-featured-items .links-list li a.active {
	font-weight: bold !important;
}

.b-tab {
    /*width: 100% !important;*/
    display: none;
    /*
    position: absolute;
    top: 0;*/
    background-color: #fff;
    /* bottom: 0;
    left: 0;
    right: 0;
    height: calc(100% + 40px);
    border-bottom: 2px solid #0562FF; */
}
.b-tab.active {
	display: block;
}

.backTo {
	color: #000;
    font-size: 12px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
}
.backTo:hover {
    color: #000;
	text-decoration: none;
}

.mobile-dropdown-toggle .fa, .mobile-dropdown-toggle-child .fa {
	transition: all .3s ease-in-out;
}

.mobile-dropdown-toggle.active .fa, .mobile-dropdown-toggle-child.active .fa {
	transform: rotate(180deg);
}

.mobile-dropdown-toggle.active, .mobile-dropdown-toggle-child.active {
	color: #0090ff !important;
}

.mobile-mega-menu.menu-child {
	display: none;
}

.mobile-menu-wrap.has-child .menu-wrap {
	display: none;
}

.mobile-nav-item.has-child .mobile-dropdown-toggle {
	justify-content: space-between;
}

.mobile-dropdown-toggle-child {
	padding-left: 30px !important;
    justify-content: space-between;
}

.menu-wrap .mobile-nav-item a {
	padding-left: 50px !important;
}

.menu-wrap .mobile-nav-item {
	border-bottom: 0 !important;
}

.hero-wrap-cyber {
	margin-bottom: 40px;
}

.cyber-deal-wrapper {
	padding-right: 30px;
    border-right: 1px solid #C5C5C5;
}

@media screen and (max-width: 767px) {
	.cyber-deal-wrapper {
        padding-right: 0px;
        border-right: 0px;
    }
}

.cyber-deals-header h2, .cyber-deals-header p {
	text-align: center;
}

.cyber-deals-header p {
	max-width: 720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.cyber-deals-header h2 {
	text-transform: capitalize !important;
}

.cyber-deals-list {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
    grid-gap: 12px;
}

@media screen and (max-width: 900px) {
    .cyber-deals-list {
    	grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 767px) {
	.cyber-deals-list {
    	padding-left: 30px;
        padding-right: 40px;
    }
}

.cyber-deals-item {
	border: 1px solid #C5C5C5;
    border-radius: 5px;
    position: relative;
}

.cyber-deals-item-wrapper {
	position: relative;
    padding: 50px 20px;
    display: inline-block;
    width: 100%;
    pointer-events: none;
    height: 100%;
}

.cyber-deals-item-active .cyber-deals-item-wrapper {
	pointer-events: all;
    cursor: pointer;
}

.cyber-deals-item-active.selected-deals:before {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 5px solid #0562FF;
    z-index: 9;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
	.cyber-deals-item-active .cyber-deals-item-wrapper {
        pointer-events: none;
    }
    .cyber-deals-item-active {
    	display: none;
    }
}

.cyber-deals-img img {
	width: 100%;
    filter: blur(4px);
    -webkit-filter: blur(4px);
    height: 160px;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .cyber-deals-img img {
    	height: auto;
    }
}

.cyber-deals-item-active .cyber-deals-img img {
	filter: blur(0px);
    -webkit-filter: blur(0px);
}

.cyber-deals-day {
	position: absolute;
    transform: translate(0, 50%);
    bottom: 50%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px 20px 20px;
    background-color: #fff;
    z-index: 1;
}

@media screen and (max-width: 1100px) {
    .cyber-deals-day {
        padding: 20px 20px 20px 20px;
    }
}

@media screen and (max-width: 950px) {
    .cyber-deals-day {
        padding: 20px 10px 20px 20px;
    }
}

.cyber-deals-item-active .cyber-deals-day {
	transform: translate(0, 0);
    bottom: 0;
}

.cyber-deals-day:before {
	content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 40%;
    z-index: -1;
    border-bottom: 66px solid #000;
    border-left: 25px solid transparent;
}

@media screen and (max-width: 900px) {
    .cyber-deals-day:before {
    	border-bottom: 63px solid #000;
    }
}

.cyber-deals-item-active .cyber-deals-day:before {
	border-bottom: 66px solid #0562FF;
}

@media screen and (max-width: 900px) {
	.cyber-deals-item-active .cyber-deals-day:before {
        border-bottom: 63px solid #0562FF;
    }
}

.cyber-deals-item-logo img {
	width: 100px;
}

@media screen and (max-width: 950px) {
	.cyber-deals-item-logo img {
        width: 80px;
    }
}

.cyber-deals-day-text {
	margin-bottom: 0;
    color: #fff;
    font-weight: 600;
}

.cyber-deal-section {
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.cyber-deal-section {
        margin-bottom: 50px;
    }
}

.cyber-deals-content-title {
	font-size: 32px !important;
    text-transform: capitalize !important;
}

@media screen and (max-width: 767px) {
    .cyber-deals-content-title {
        font-size: 26px !important;
    }
}

.cyber-deals-product {
	border: 1px solid #C5C5C5;
    border-radius: 5px;
    padding: 20px 20px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .cyber-deals-product {
    	padding: 10px 10px;
    }
}

.cyber-deals-product-img-list {
	display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    margin-bottom: 0;
}

/*.cyber-deals-product-img-list .owl-stage {
	width: 100% !important;
}*/

.cyber-deals-product-img img {
	width: 100%;
    height: 375px;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .cyber-deals-product-img img {
    	height: 200px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*.cyber-deals-product-img-item {
	display: none;
}*/

.cyber-deals-product-img-item-active {
	display: block;
}

.cyber-deals-product-img-item a {
	display: inline-block;
    border: 1px solid #C5C5C5;
    padding: 10px 10px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.cyber-deals-product-img-list .owl-prev, .cyber-deals-product-img-list .owl-next {
	position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .cyber-deals-content-wrapper {
    	margin-bottom: 40px;
    }
    .motorrad-slider-deals .motorrad-slide_content p{
    	display: block !important;
        margin-bottom: 0 !important;
    }
}

.cyber-deals-content-wrapper-not-active {
	filter: blur(10px);
    pointer-events: none;
}

.cyber-deals-product-img-list .owl-prev {
	left: -15px;
}

.cyber-deals-product-img-list .owl-next {
	right: -15px;
}

.cyber-deals-product-img-list .owl-next.disabled, .cyber-deals-product-img-list .owl-prev.disabled {
	display: none;
}

.cyber-deals-product-img-item a img {
	height: 50px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .cyber-deals-product-img-item a img {
    	height: auto;
    }
}

.cyber-deals-days-content {
	position: relative;
    display: inline-block;
    padding: 10px 50px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
}

.cyber-deals-days-content:before {
	content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    border-bottom: 43px solid #0562FF;
    border-right: 25px solid transparent;
}

.cyber-deals-content-description {
	margin-bottom: 35px !important;
}

.product-button a {
    color: #fff;
	background-color: #0562FF;
    display: inline-block;
    width: 100%;
    padding: 10px 10px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    text-align: center;
    font-weight: 600;
}

.product-button a:hover {
	background-color: #000;
    text-decoration: none;
}

.banner-deals .container-wrap {
	padding: 0px 0px !important;
}

.banner-deals .col-full-height {
	padding-left: 0 !important;
    padding-right: 0 !important;
}

.banner-deals-content-wrapper {
    background-image: url('https://cdn.revolutionparts.io/23908d49235005b9c1c9e417b84fee8e/design/Mask_Group_12_%282%29.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
	padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .banner-deals-content-wrapper {
    	padding-top: 50px;
    	padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.banner-deals-content-wrapper:before {
	content: "";
    position: absolute;
    left: -75px;
    top: 0;
    bottom: 0;
    width: 75px;
    background-image: url('https://cdn.revolutionparts.io/23908d49235005b9c1c9e417b84fee8e/design/Maskbg.png');
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

@media screen and (max-width: 767px) {
    .banner-deals-content-wrapper:before {
    	display: none;
    }
}

.banner-deals-content {
	max-width: 600px;
    width: 100%;
    padding: 0 30px;
}

@media screen and (max-width: 767px) {
	.banner-deals-content {
        max-width: 100%;
        padding: 0 0px;
    }
}

.banner-content-title {
	text-transform: capitalize !important;
    color: #fff;
    font-size: 32px !important;
}

.banner-description, .banner-description-small {
	color: #fff;
}

.banner-description-small {
	font-size: 14px;
}

.banner-deals-button {
	max-width: 600px;
    width: 100%;
}

@media screen and (max-width: 767px) {
	.banner-deals-button {
        max-width: 100%;
	}
}

.banner-description {
	font-size: 22px;
}

.banner-deals-button a {
	background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    font-size: 22px !important;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
}

.banner-content-bg {
	background-image: url('https://cdn.revolutionparts.io/23908d49235005b9c1c9e417b84fee8e/design/shutterstock_1852863430.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 767px) {
    .banner-content-bg {
    	display: none;
    }
}

.banner-deals-button a:hover {
	text-decoration: none;
}

.banner-content-wrapper {
	padding: 50px 0;
}

@media screen and (max-width: 767px) {
	.banner-content-wrapper {
        padding: 20px 0;
    }
}

.banner-deals .container-wrap .page-builder-layout-row {
	margin-top: 60px !important;
}

@media screen and (max-width: 767px) {
	.banner-deals .container-wrap .page-builder-layout-row {
        margin-top: 30px !important;
    }
}

.banner-deals .container-wrap .page-builder-layout-row:first-child {
	margin-top: 0 !important;
}

.banner-deals .container-wrap .page-builder-layout-row:nth-child(2) .banner-deals-content-wrapper {
	background-image: url('https://cdn.revolutionparts.io/23908d49235005b9c1c9e417b84fee8e/design/Mask_Group_13_%282%29.png');
}

.banner-deals .container-wrap .page-builder-layout-row:nth-child(2) .banner-deals-content-wrapper:before {
	content: "";
    background-color: #000;
    height: 100%;
    width: 75px;
    right: -75px;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    left: auto;
    background-image: none;
}

@media screen and (max-width: 767px) {
	.banner-deals .container-wrap .page-builder-layout-row:nth-child(2) .banner-deals-content-wrapper:before {
    	display: none;
    }
}

.banner-deals .container-wrap .page-builder-layout-row:nth-child(2) .banner-deals-content, .banner-deals .container-wrap .page-builder-layout-row:nth-child(2) .banner-deals-button {
	margin-left: auto;
}

.banner-deals .container-wrap .page-builder-layout-row:nth-child(2) .banner-deals-button a {
	background-color: #fff;
    color: #000;
}

.banner-deals .container-wrap .page-builder-layout-row:nth-child(2) .banner-content-bg {
	background-image: url('https://cdn.revolutionparts.io/23908d49235005b9c1c9e417b84fee8e/design/shutterstock_1850394673.png');
}

.banner-deals {
	margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.banner-deals {
        margin-bottom: 50px;
    }
}

.gear-page-img {
	margin: 30px 0;
}

.gear-page-img img {
	width: 100%;
}

.multiple-cyber-deals {
	position: relative;
}

.multiple-cyber-deals .owl-prev, .multiple-cyber-deals .owl-next {
	position: absolute;
    top: 50%;
    transform: translate(0, 50%);
    display: flex;
    align-items: center;
}

.multiple-cyber-deals .owl-prev {
	left: 15px;
}

.multiple-cyber-deals .owl-next {
	right: 15px;
}

.multiple-cyber-deals .owl-nav i {
	background-color: #0562FF;
    color: #fff;
    padding: 6px 8px;
    border-radius: 3px;
    font-size: 10px;
}

.multiple-cyber-deals .owl-dots {
	display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 90px;
    right: 0;
    left: 0;
}

.multiple-cyber-deals .owl-dot {
	height: 10px;
    width: 10px;
    margin-right: 6px;
}

.multiple-cyber-deals .owl-dot:last-child {
	margin-right: 0;
}

.multiple-cyber-deals .owl-dot span {
    display: inline-block;
	width: 10px;
    height: 10px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 50px;
}

.multiple-cyber-deals .owl-dot.active span {
	background-color: rgba(0,0,0,1)
}

.cyber-deals-img-multiple {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px;
}

.deals-multiple-img {
	flex: 0 0 50%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
}

.deals-multiple-img img {
	height: 100px;
}

.cyber-msrp {
	font-size: 20px;
    color: rgba(0,0,0,0.6);
    position: relative;
    margin-right: 15px;
}

@media screen and (max-width: 767px) {
    .cyber-msrp {
    	font-size: 15px;
    }
}

.cyber-msrp:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: red;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cyber-pricing {
	font-size: 25px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .cyber-pricing {
        font-size: 15px;
    }
	.deals-reverse {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .deals-reverse .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Deals Slider CSS */
.cyber-deals-hero {
	background-image: url('https://cdn.revolutionparts.io/23908d49235005b9c1c9e417b84fee8e/design/bmw_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 150px 0px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .cyber-deals-hero {
    	padding: 80px 0px;
        background-position: center right;
    }
}

.cyber-deals-hero:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: -1;
}

.cyber-deals-hero-content {
	max-width: 1250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.cyber-deals-hero h1, .cyber-deals-hero h5, .cyber-deals-hero p {
	color: #fff;
}

.cyber-deals-hero p {
	margin-bottom: 0;
    max-width: 590px;
    width: 100%;
}

/* Force Site Wide BAnner */
.promotional-banner-wrap .promo-close {
    display: none !important;
}
.promotional-banner-wrap, .promotional-banner-wrap .promotional-banner-text {
	padding-right: 0 !important;
}
@media screen and (max-width: 991px) {
    .promotional-banner-wrap {
    	z-index: 999 !important;
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
    }
    #mobile-header {
    	margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .cybers-deals-content-slider .owl-prev, .cybers-deals-content-slider .owl-next {
    	position: absolute;
        top: 50%;
        transform: translate(0 50%);
    }
    .cybers-deals-content-slider .owl-prev {
    	left: -5px;
    }
    .cybers-deals-content-slider .owl-next {
    	right: -5px;
    }
    .cybers-deals-content-slider {
    	padding-left: 30px;
        padding-right: 30px;
    }
    .cybers-deals-content-slider .owl-nav i {
    	border: 1px solid #000;
        border-radius: 50px;
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}