﻿@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;600&display=swap');

body {
    color: #000;
}

.header {
    padding: 10px 0 10px 0px;
    background: white;
}


/*#region header*/

.searchTextBox {
    height: 22px !important;
    padding: 0px 6px !important;
    margin-bottom: 0px !important;
    font-size: 12px !important;
    line-height: 20px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    width: 150px;
}

    .searchTextBox:focus {
        outline: none !important;
        border: 1px solid #999 !important;
        box-shadow: 0 0 10px #999 !important;
    }


.mobileLeft {
    float: left;
}

@media (max-width: 979px) and (min-width:768px) {
    .searchTextBox {
        width: 100px !important;
    }
}

@media (max-width: 768px) {
    .mobileLeft {
        float: none;
    }

    .mobileSpace {
        margin-top: 10px;
    }
}

/*#endregion header*/

/*#region fitmentMobile*/
.fitmentMobile {
    background: #EE0731;
    text-align: center;
    padding: 10px 0 10px 0;
}
/*#endregion fitmentMobile*/


/*#region menu*/

.applicationIsSelected {
    background-color: black !important;
    padding: 10px 8px 8px 8px;
}

    .applicationIsSelected [class*="span"] {
        min-height: unset;
    }

    .applicationIsSelected a {
        color: white;
    }

    .applicationIsSelected .span8 a {
        font-size: 1.1em;
        font-weight: bold;
    }

.applicationDisplay {
    min-height: 28px;
    vertical-align: middle;
    padding: 5px 10px;
}

.applicationDisplayMobile {
    padding: 10px 10px 10px 10px;
    background: #fff;
    border-top: 2px solid #ccc;
}

.applicationDisplay a {
    font-size: 1.1em;
    display: block;
    color: white;
    font-weight: bold;
}

.applicationDisplay .btn {
    color: #fff;
}

.mobileChangeApplication {
    margin-top: 10px;
}

.applicationDisplay a:hover {
    color: #ccc;
    text-decoration: none;
}

.menuMobile {
    text-align: center;
    background: #fff;
    padding: 10px 0;
    border: 1px solid #ccc;
    font-size: 1.2em;
}

    .menuMobile a {
        color: #000;
    }


@media (max-width: 768px) {

    .applicationIsSelected a {
        color: black;
    }

    .applicationDisplay {
        text-align: center;
        color: black;
    }

        .applicationDisplay a {
            color: black;
        }
}

.menuContainer {
    border: 3px solid #9f9f9f;
    background: #EE0731;
}

.menuMakeArea {
    text-align: center;
    vertical-align: middle;
    padding-top: 8px;
    height: 36px;
    background: #fff;
    padding-right: 20px;
}

    .menuMakeArea a {
        font-size: 1.4em;
        color: black;
        display: block;
    }

        .menuMakeArea a:hover {
            color: #999;
            text-decoration: none;
        }

/*#endregion menu*/

/*#region products*/

.productArea { 
    height: 235px;    
}

.productName {
    text-align: center;
    margin: 12px 0 0 0;
    font-size: .8em;
    line-height: 18px;
}

    .productName a {
        color: black;
    }


@media (max-width: 768px) {
    .productArea {
        height: auto !important;
        padding-bottom:30px !important;
        border-bottom: 1px solid #ccc;
    }
}

/*#endregion products*/

/*#region pages*/

.pageDefaultCon {
    padding: 10px;
}

.pageHeader {
    background: #E5E6E1;
    height: 40px;
}

.pageHeaderLeft {
    font-size: 1.2em;
    font-weight: bold;
    padding: 12px 0 0 8px;
}

.pageHeaderRight {
    padding: 6px 6px 6px 0;
}

.pageHeader input {
    margin: 0;
}

/*#endregion pages*/



/*#region cart*/

@media all and (max-width: 789px) {
    .cartLeft {
        float: left !important;
        width: 50% !important;
    }
}

@media all and (max-width: 789px) {
    .cartRight {
        float: right !important;
        width: 50% !important;
    }
}

/*#endregion cart*/

.dealerLocator {
    margin: 30px 40px 0 40px;
}

.dealerListItem {
    margin: 0 0 40px 0;
}

.dealerMap {
    width: 100%;
    height: 400px;
    border: 1px solid black;
    margin: 0 0 40px 0;
}


/* V1.0 END */


/* MENU */


.selectApplication {
    text-align: center;
    vertical-align: middle;
    padding-top: 8px;
}

    .selectApplication a {
        font-size: 1.0em;
        color: white;
        display: block;
    }

        .selectApplication a:hover {
            color: #999;
            text-decoration: none;
        }

.startOver {
    text-align: center;
    padding-top: 6px;
}


/* Select Bike */
.yearHeader {
    text-align: center;
    width: 65px;
}

.yearColumn {
    vertical-align: top;
    text-align: center;
}

.yearCell {
    text-align: right;
    padding-left: 10px;
    padding-bottom: 5px;
}

.btnYear {
    padding: 0 6px;
    font-size: 10.5px;
}

#mdlSelectApplication ul {
    margin-top: 10px;
}

.mainContainer {
    background: white;
    padding-bottom:20px;
}

/* Products */

.productsGrid {
    padding: 7px 5px 0px 7px;
}

    .productsGrid .span2 {
        height: 225px;        
        padding: 4px;
        margin: 0 4px 12px 0;
        overflow: hidden;
    }

        .productsGrid .span2:nth-child(5n) {
            margin-right: 0;
        }

.no-space [class*="span"] {
    margin-left: 0;
}

.productImage {
    border: 0;
}

@media (min-width: 768px) {
    .fivecolumns .span2 {
        width: 19%;
        *width: 19%;
    }
}

@media (min-width: 1000px) {
    .fivecolumns .span2 {
        width: 19%;
        *width: 19%;
    }

    .productsGrid .span2 {
        margin: 0 8px 12px 0;
    }
}

@media (min-width: 1190px) {
    .fivecolumns .span2 {
        width: 19%;
        *width: 19%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .fivecolumns .span2 {
        width: 19%;
        *width: 19%;
    }
}

.productsInfo {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .productsInfo {
        border-top: 4px solid #999;
    }
}

.productContainer {
    font-family: 'Barlow Condensed', sans-serif;
}

.productTitle h1 {
    color: #000;
    font-size: 1.4em;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
}

@media (max-width: 768px) {
    .productTitle {
        text-align: center;
    }

        .productTitle h1 {
            line-height: 25px;
            margin-bottom: 10px;
        }
}

.productOptions {
    margin: 0px 0;
    width: 300px;
}

.productFrom {
    padding: 0 0 20px 50px;
}

.productAddToCart {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
}

    .productAddToCart .btn {
        background-color: red;
        margin-right: 10px;
    }

.btn-red {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: red;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, red, red);
    border-left-color: red;
    border-right-color: red;
    border-top-color: red;
    border-bottom-color: red;
}

.btn-red:hover {
    background-color:red;
}

    @media (max-width: 768px) {
        .productFrom {
            text-align: center;
            padding: 0 0 40px 0px;
        }
    }

    .tblSelectOptions {
    margin-top: 20px;
}

    .tblSelectOptions td:nth-child(1) {
        width: 70px;
        text-align: right;
        padding-right: 10px;
    }

    .tblSelectOptions td {
        padding-bottom: 10px;
    }

@media (max-width: 768px) {
    .tblSelectOptions {
        margin-left: auto;
        margin-right: auto;
    }

        .tblSelectOptions td:nth-child(1) {
            text-align: center;
        }
}

.productImages {
    list-style: none;
    margin: 0;
}

.productVideos {
    list-style: none;
    margin: 0;
}

.productVideoImage {
    height: 100px;
    width: 150px;
}

.productImages li {
    float: left;
    margin-left: 5px;
    border: 1px solid #ccc;
}

.productPageGallery {
    background-color: #efefef;
    padding: 5px;
    min-height: 105px;
    border: 1px solid #ccc;
}

.selectYourBike {
    margin-top: 10px;
    background: #efefef;
    padding: 10px 5px 10px 5px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: .8em;
}

.blueGradient {
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #2285d6 1%, #7db9e8 100%, #2289d8 101%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(1%,#2285d6), color-stop(100%,#7db9e8), color-stop(101%,#2289d8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1e5799 0%,#2285d6 1%,#7db9e8 100%,#2289d8 101%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1e5799 0%,#2285d6 1%,#7db9e8 100%,#2289d8 101%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1e5799 0%,#2285d6 1%,#7db9e8 100%,#2289d8 101%); /* IE10+ */
    background: linear-gradient(to bottom, #1e5799 0%,#2285d6 1%,#7db9e8 100%,#2289d8 101%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#2289d8',GradientType=0 ); /* IE6-9 */
}

.learnAboutTheProductTitle {
    background: black;
    color: white;
    padding: 5px 5px 5px 30px;
}

.learnAboutTheProductSubTitle {
    font-weight: bold;
    margin-bottom: 8px;
}

.learnAboutTheProduct ul {
    margin: 10px 0 20px 30px;
}

    .learnAboutTheProduct ul li span {
        cursor: pointer;
        font-weight: bold;
    }

.learnAboutTheProductInfo {
    border-left: 1px solid #ccc;
    margin: 10px 0 0 0;
    padding: 0 20px 20px 20px;
    min-height: 85px;
}

/*.footer {
    background-color: #2B2B2B;
    padding: 5px 10px 0 10px;
    color: #ddd;
    font-size: 12px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

    .footer a {
        color: #ddd;
    }
*/
.googleTranslateFooter {
    float: right;
}

@media (max-width: 772px) {
    .googleTranslateFooter {
        float: none;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

/* HOME PAGE */
/* HOME PAGE */
/* HOME PAGE */

#smallCarousel {
    margin-bottom: 0;
    background: black;
    padding: 5px 0;
}

    #smallCarousel .carousel-inner {
        padding: 0 50px;
    }

    #smallCarousel ul.thumbnails {
        padding: 0;
        margin: 0;
    }

    #smallCarousel ul li.span2 {
        padding: 0 3px;
        margin: 0;
    }

        #smallCarousel ul li.span2 .caption {
            font-style: italic;
            color: white;
            text-align: center;
            font-size: 12px;
        }

            #smallCarousel ul li.span2 .caption a {
                color: white;
            }

#lSCC {
    position: absolute;
    top: 50px;
    left: 0;
}

#rSCC {
    position: absolute;
    top: 50px;
    right: 0;
}



.hpCTACon {
    background-color: #E2E0E1;
    padding: 15px 10px 5px 10px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

@media (max-width: 790px) {
    .hpCTACon {
        text-align: center;
    }
}

.hpCTA {
    border: 1px solid #ccc;
    background-color: white;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 10px 10px 10px;
    margin-bottom: 10px;
    line-height: 15px;
    margin-top: 10px;
    position: relative;
}

div.hpCTA > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* Makes sure the link   doesn't get underlined */
    z-index: 10; /* raises anchor tag above everything else in div */
    background-color: white; /*workaround to make clickable in IE */
    opacity: 0; /*workaround to make clickable in IE */
    filter: alpha(opacity=1); /*workaround to make clickable in IE */
}

.hpCTA div {
    margin-top: 10px;
}

.hpCTATitle {
    text-transform: uppercase;
}

.hpCTAImage {
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 5px;
}

.hpCTAName {
    text-transform: uppercase;
    margin-top: 5px;
    height: 30px;
}

/* HOME PAGE - END */
/* HOME PAGE - END */
/* HOME PAGE - END */

/*.socialMedia {
    background: black;
    padding: 10px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

    .socialMedia a {
        color: #fff;
    }

    .socialMedia ul {
        list-style: none;
        margin: 0;
        width: 100%;
        text-align: center;
    }

        .socialMedia ul li {
            float: left;
            font-size: 12px;
            width: 20%;
        }
*/

.relatedArea {
    margin: 10px 20px 0 0;
    text-align: center;
}

.relatedProduct {
    margin-top: 20px;
}

    .relatedProduct img {
        margin-bottom: 20px;
    }

.offRoadCheck {
    padding: 25px 0 20px 0;
}

    .offRoadCheck .span6 {
        padding: 0 10px;
    }

    .offRoadCheck img {
        margin-bottom: 15px;
    }

    .offRoadCheck a {
        font-size: 1.2em;
        color: #000;
        font-weight: bold;
    }

.categoryDropDown {
    margin: 0 0 10px 0;
    text-align: center;
}

.productListing {
    margin-bottom: 20px;
}

    .productListing img {
        border: 1px solid #efefef;
    }

td {
    text-align: center;
}

.productInfo h1 {
    margin-top: 0 !important;
    padding-top: 0;
    margin-bottom: 20px !important;
}

.pagesInfo {
    position: absolute;
    top: -45px;
    left: 250px;
}

.highLightLength {
    background-color: #cfcfcf;
}

.modelNotes {
    margin: 0 0 0 10px;
}

.withCursor {
    cursor: pointer;
}

.partsListContainer {
    margin: 20px;
}

.partsListItem {
    font-weight: bold;
    padding-bottom: 3px;
}

/*#region media*/

.media {
    padding: 30px;
    text-transform: uppercase;
}

    .media a {
        font-size: 1.2em;
        font-weight: bold;
    }

.mediaTitle {
    margin-top: 5px;
    margin-bottom: 0;
    text-align: center;
    font-size: 2em;
    text-transform: uppercase;
}

.mediaText {
    max-width: 600px;
    margin: auto;
    margin-bottom: 20px;
}

.media .span6, .media .span3 {
    text-align: center;
    margin-bottom: 20px;
}

    .media .span6 a, .media .span3 a {
        text-transform: uppercase;
        color: black;
        line-height: 16px;
    }

.media-item-title {
    height: 50px;
}
/*#endregion media*/

/*#region install-sheets*/

.installContainer {
    padding: 40px;
    text-align: center;
}

    .installContainer a:hover {
        text-decoration: none;
    }

.installHeader p {
    max-width: 700px;
    margin: auto;
    padding: 20px 0 0 0;
    font-size: 120%;
}

.installSections .span4 {
    margin-top: 30px;
}

.installSections span {
    font-size: 140%;
    padding-top: 10px;
    display: block;
    color: #000;
}

.installContainer h1 {
    margin-bottom: 0;
    font-size: 500%;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 80px;
}

.installBack {
    margin-top: 15px;
    display: block;
}

.installSheetsList {
    margin-top: 30px;
    text-align: left;
    max-width: 680px;
    margin: auto;
}

@media (max-width: 768px) {
    .installContainer h1 {
        font-size: 200%;
        font-weight: bold;
        line-height: 40px;
    }

    .installHeader p {
        margin: auto;
        padding: 20px 0 0 0;
        font-size: 90%;
    }
}


/*#endregion install-sheets*/

.eventArea {
    border: 1px solid #ccc;
    background: #efefef;
    padding: 10px 20px;
    margin: 0 0 20px 0;
}

.eventsInfo {
    min-height: 400px;
    padding: 20px;
}

.defaultTable {
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-size: .8em;
}

.tdSmall {
    width: 80px;
}

.tdMedium {
    width: 100px;
}

.tdLarge {
    width: 300px;
}

.loginContainer {
    padding: 20px;
}

.loginHeaderLinks a {
    color: #6C6C6C;
    font-weight: 600;
}

    .loginHeaderLinks a:hover {
        color: #6C6C6C;
    }


@media (min-width: 767px) {
    .desktopRight {
        float: right;
    }
}

@media (max-width: 767px) {
    .mobileCenter {
        text-align: center;
    }

    .mobileCenterBlock {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}


.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.titleSmaller {
    font-size: 1.2em;
}

.titleDefault {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom:20px;
}

.mt-0 {
    margin-top: 0;
}
