﻿ 

.bike-note {
    margin: 3px 0px 0px 0px;
    font-weight: 600;
}

.bike-listing a.moreinfo {
    color: #0062ff;
    display: inline;
}

.bike-listing .bike-image a {
    display: block;
}


.bike-listing .bike-image .label {
    position: absolute;
    bottom: 1px;
    left: 1px;
    padding: 6px 6px 3px 6px;
    color: #FFF;
    text-transform: capitalize;
    z-index: 1;
    /* font-family: 'BMWMotorradW01-Bold',Helvetica,Arial,sans-serif; */
    letter-spacing: 1px;
    border: 1px solid #000;
    background-color: #000;
    min-width: 85px;
    text-align: center;
}

    .bike-listing .bike-image .label a {
        text-decoration: none;
        color: #FFF;
    }
 
.bike-listing .bike-image .bike_onsale {
    color: #FF0000;
}
 
.bike-listing .bike-image .bike_certified img {
    border: none;
}

.image-inner {
    position: relative;
}

 
/*grid*/
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bike-listing {
    position: relative;
    min-height: 335px;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    margin: 0px 5px 10px 5px;
    height: auto;
    min-height: 0;
    overflow: visible;
    width: calc(50% - 20px);
    display: block;
    min-height: 600px;
    float: left;
}

    .bike-listing a {
        color: blue;
        display: block;
    }

        .bike-listing a:hover {
            color: #0062ff;
        }

    .bike-listing::before {
        content: '';
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        bottom: 0;
        height: 200px;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.01) 75%, rgba(0,0,0,0.05) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.01) 75%, rgba(0,0,0,0.05) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.01) 75%, rgba(0,0,0,0.05) 100%);
    }

    .bike-listing .shortinfo a {
        color: blue;
        display: inline;
    }

    .bike-listing .bike-note a {
        display: inline;
    }

.bike-summary {
    overflow: hidden;
    padding: 15px;
    margin-bottom: 0px;
}

.bike-image {
    float: left;
    width: 282px;
    position: relative;
}

    .bike-image img {
        border: 1px solid #000;
        display: block;
    }

.bike-info {
    overflow: hidden;
}

.bike-metagdata {
    width: 100%;
    float: left;
    display: block;
    margin-left: 20px;
}

.bike-title {
    position: relative;
    margin-left: 0;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 10px;
    margin-right: 35px;
}

    .bike-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 5px;
        right: -15px;
        border-bottom: 1px solid #e0e0e0;
    }


    .bike-title::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px;
        height: 5px;
        width: 50px;
        -ms-transform: skew(-30deg);
        -webkit-transform: skew(-30deg);
        transform: skew(-30deg);
        background-color: #e0e0e0;
    }

.bike_year {
    display: inline-block;
    margin-right: 5px;
    /*transition: color .25s ease-in-out;*/
    font-weight: 700;
    white-space: nowrap;
    font-size: 26px;
}

.bike_make {
    display: inline-block;
    margin-right: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 26px;
    font-weight: 700;
    /*transition: color .25s ease-in-out;*/
}

.bike_name {
    display: inline-block;
    /*transition: color .25s ease-in-out;*/
    font-weight: 300;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 26px;
    font-weight: 300;
}

.bike-price {
    font-size: 22px;
    color: #2d2d2d;
    overflow: hidden;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
}

.dprice {
    font-weight: 700;
}

.olddprice {
    margin: 0px 5px 0px 5px;
    font-size: 15px;
    color: #666;
    text-decoration: line-through;
}

.dsavings {
    margin: 0px 5px 0px 5px;
    font-size: 16px;
    font-weight: 500;
    color: blue;
}

.line-price {
    float: left;
    display: inline-block;
    margin: 0px 0px 0px 0px;
}

.bike-price a.financing {
    display: block;
    height: 15px;
    width: 125px;
    border: 1px solid #e0e0e0;
    /*background-color: #f0f0f0;*/
    color: #2d2d2d;
    padding: 14px 20px 20px 20px;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 16px;
    border-radius: 3px;
    text-align: center;
    float: left;
    position: relative;
}

    .bike-price a.financing::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.02) 75%, rgba(0,0,0,0.08) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.02) 75%, rgba(0,0,0,0.08) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.02) 75%, rgba(0,0,0,0.08) 100%);
    }

    .bike-price a.financing i {
        color: #0062ff;
    }

.bike-images {
    max-width: 95px;
    float: left;
}

    .bike-images img {
        border: 1px solid #808080;
        border-radius: 4px;
        display: block;
        width: calc(100% - 2px);
    }

    .bike-images .bike-thumbnail:first-child {
        margin-bottom: 8px;
    }

.bike-thumbnail {
    display: none;
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 90px;
    height: 65px;
    color: #FFF;
    vertical-align: middle;
    padding: 0px 0px 0px;
    text-align: center;
    z-index: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    /*.moreimages {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 24px);
    color: #FFF;
    vertical-align: middle;
    padding: 23px 0px 0px 0px;
    text-align: center;
    z-index: 1;*/
}

.imgoverlay {
    display: block;
}

.bike-thumbnail img {
    max-height: 65px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.moreimages {
    position: absolute;
    top: 0px;
    right: 0;
    width: 90px;
    height: 26px;
    z-index: 1;
    padding: 20px 0px;
}

    .moreimages::before {
        transition: border-color .25s ease-in-out;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border: 1px solid transparent;
        background-color: #000;
        opacity: .4;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #e0e0e0;
        z-index: -1;
    }

.bike-subtitle {
    margin: 0px 20px 5px 10px;
    float: left;
}

.bike-buttons {
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    float: left;
    width: 280px;
}

    .bike-buttons a {
        text-decoration: none;
        
    }

        

.vehicle-button-getquote {
    border: none;
    background-color: #0062ff;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-right: 0;
    height: 74px;
    font-size: 26px;
    line-height: 74px;
    font-family: "Roboto Condensed","Arial Narrow",Arial,Helvetica,sans-serif;
    font-weight: 700;
    width: 270px;
    height: 74px;
    display: block;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}

    .vehicle-button-getquote:hover {
        background-color: #0052d6;
    }

    .vehicle-button-getquote::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.02) 75%, rgba(0,0,0,0.08) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.02) 75%, rgba(0,0,0,0.08) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.02) 75%, rgba(0,0,0,0.08) 100%);
    }

.vehicle-button-details {
    display:  block;
    height: 15px;
    border: 1px solid #e0e0e0;
    color: #2d2d2d;
    padding: 14px 5px 20px 5px;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 14px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    margin:0px 10px 4px 10px
}

.doubleline {
    padding: 8px 5px 26px 5px;
}

.vehicle-button-details:hover {
    background-color: #f0f0f0;
}

.vehicle-button-details::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.02) 75%, rgba(0,0,0,0.08) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.02) 75%, rgba(0,0,0,0.08) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.02) 75%, rgba(0,0,0,0.08) 100%);
}

a.vehicle-button-details i {
    color: #0062ff;
}

.more-button {
    position: relative;
    z-index: 1;
}

    .more-button::before, .more-button::after {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: -10px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: calc(110px + 30px + 1px);
        height: 8px;
    }

    .more-button::before {
        -ms-transform: skew(40deg);
        -webkit-transform: skew(40deg);
        transform: skew(40deg);
        border-left: 40px solid #e0e0e0;
    }

    .more-button::after {
        -ms-transform: skew(-40deg);
        -webkit-transform: skew(-40deg);
        transform: skew(-40deg);
        border-right: 40px solid #e0e0e0;
    }

    .more-button button {
        position: absolute;
        padding: 0;
        text-align: center;
        line-height: 35px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        border: none;
        transition: color .25s ease-in-out;
        top: auto;
        left: 0;
        right: 0;
        bottom: -10px;
        margin-left: auto;
        margin-right: auto;
        height: 30px;
        width: 110px;
        background-color: transparent;
        color: #2d2d2d;
        box-shadow: none;
    }

        .more-button button::before {
            transition: all .25s ease-in-out;
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            width: calc(100% - 30px);
            border: 1px solid #e0e0e0;
            background-color: #ffffff;
            -ms-transform: skew(-40deg);
            -webkit-transform: skew(-40deg);
            transform: skew(-40deg);
            left: 0;
            border-right: none;
        }

        .more-button button::after {
            transition: all .25s ease-in-out;
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            width: calc(100% - 30px);
            border: 1px solid #e0e0e0;
            background-color: #ffffff;
            -ms-transform: skew(40deg);
            -webkit-transform: skew(40deg);
            transform: skew(40deg);
            right: 0;
            border-left: none;
        }

        .more-button button span {
            position: relative;
            z-index: 1;
            height: 30px;
            font-size: 13px;
            line-height: 30px;
            cursor: pointer;
        }

            .more-button button span::before {
                content: "Quick Look";
            }

            .more-button button span::after {
                content: "\f0d7";
                font-family: "Font Awesome 6 Pro";
                display: inline-block;
                padding-left: 2px;
                font-size: inherit;
            }


            .more-button button span.showless::before {
                content: "Close";
            }

.bike-more {
    display: none;
    border-top: 1px solid #e0e0e0;
    padding: 25px 35px 35px 20px;
    position: relative;
}

    .bike-more::before {
        transition: top .25s ease-in-out;
        content: '';
        position: absolute;
        z-index: 1;
        top: -20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 15px;
        height: 15px;
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-left: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        background-color: #ffffff;
        top: -8px;
    }

.bike-specs, .bike-short-info {
    padding: 0;
    margin: 10px 0px 0px 0px;
}

    .bike-specs ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        /* width: 100%;
        display: table;*/
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

        .bike-specs ul.nocolumns {
            columns: 1;
            -webkit-columns: 1;
            -moz-columns: 1;
        }

        .bike-specs ul li {
            display: block;
            /* border-left: 1px solid #CCC;*/
            padding: 3px 0px 3px 0px;
            /*  display: table-cell;*/
        }

            .bike-specs ul li span:first-child {
                width: 85px;
                color: #0062ff;
            }

            .bike-specs ul li span {
                margin: 0px 0px 3px 0px;
                padding: 0px;
                display: inline-block;
                font-size: 1em;
                color: #000;
            }
/*grid*/

/*header*/
.gheader {
    margin: 0px 0px 10px 0px;
    overflow: hidden;
}

    .gheader .table .table-row .table-cell {
        min-width: 325px;
    }

.gsearch {
    width: calc(60% - 15px);
    padding: 0px;
    margin: 0px 10px 0px 0px;
    border: 1px solid #000;
    float: left;
    position: relative;
}

    .gsearch input[type=text] {
        border: none;
        outline: none;
        height: 35px;
        width: calc(100% - 50px);
        padding: 3px 3px 3px 5px;
        font-size: 14px;
        display: inline-block;
        transition: background-color .25s ease-in-out;
        -webkit-appearance: none;
    }

        .gsearch input[type=text]:hover {
            background-color: #f0f0f0;
        }

    .gsearch .searchbtn {
        display: inline-block;
        height: 30px;
        padding: 10px 10px 2px 10px;
        color: #000;
    }

.gsort {
    width: calc(30% - 10px);
    padding: 0px;
    margin: 0px 10px 0px 0px;
    border: 1px solid #000;
    float: left;
    overflow: hidden;
    position: relative;
}

    .gsort select {
        border: none;
        outline: none;
        height: 42px;
        width: 100%;
        padding: 8px 3px 8px 5px;
        font-size: 14px;
        display: inline-block;
        transition: background-color .25s ease-in-out;
    }

        .gsort select:hover {
            background-color: #f0f0f0;
        }

.showcount {
    width: 90px;
    padding: 0px;
    margin: 0px 10px 0px 0px;
    border: 1px solid #000;
    float: right;
    overflow: hidden;
    position: relative;
}

    .showcount select {
        border: none;
        outline: none;
        height: 42px;
        width: 100%;
        padding: 8px 3px 8px 5px;
        font-size: 14px;
        display: inline-block;
        transition: background-color .25s ease-in-out;
    }

        .showcount select:hover {
            background-color: #f0f0f0;
        }

.gpage {
    width: calc(100% - 110px);
    float: right;
    text-align: right;
    min-width: 215px;
    max-width: 265px;
    text-align: right;
    overflow: hidden;
}

    .gpage button {
        display: inline-block;
        width: 44px;
        height: 44px;
        text-align: center;
        font-size: 18px;
        border: 1px solid #000000;
        background-color: #FFF;
        color: #2d2d2d;
        cursor: pointer;
        float: left;
        border-radius: 0px;
    }

        .gpage button.active {
            background-color: #f0f0f0;
        }

        .gpage button:hover {
            background-color: #f0f0f0;
        }

        .gpage button.pagetext {
            display: inline-block;
            width: calc(100% - 100px);
            height: 44px;
            font-size: 15px;
            border: 1px solid #000000;
            background-color: #FFF;
            color: #2d2d2d;
            text-align: center;
            cursor: default;
            min-width: 100px;
        }

            .gpage button.pagetext:hover {
                background-color: #FFF;
            }

        .gpage button.disabled {
            color: #e0e0e0;
            cursor: default;
            border: 1px solid #e0e0e0;
        }

            .gpage button.disabled:hover {
                background-color: #FFF;
            }

/*header*/

/*sidemenu*/
.sidemenu ul {
    margin: 15px 0px 0px 10px;
    padding: 0px;
    list-style: none;
}

    .sidemenu ul li {
        overflow: hidden;
        display: block;
    }

        .sidemenu ul li a {
            font-weight: 400;
            text-transform: capitalize;
            font-size: 16px;
            border: none;
            padding: 5px 0 5px 10px;
            display: block;
            position: relative;
        }

            .sidemenu ul li a::before {
                content: "›";
                display: block;
                font-size: 22px;
                position: absolute;
                top: -2px;
                left: 0px;
            }
/*sidemenu*/

@media (max-width: 960px) {
    .bike-metagdata {
        width: calc(100% - 320px);
    }

    .bike-buttons {
        margin: 5px 0px 10px 0px;
        overflow: hidden;
        float: left;
        width: 100%;
    }

        /*.bike-buttons a.firstbtn {
            margin-top: 5px;
        }*/

        .bike-buttons a {
            margin-right: 5px;
        }
}
@media (max-width: 1250px) {
    .bike-buttons {
        margin: 0px 0px 0px 0px;
        overflow: hidden;
        float: left;
        width: calc(100% - 285px);
    }
}

    @media (max-width: 850px) {
        .leftblock, .rightblock {
            width: 100%;
            max-width: 100%;
            margin: 0px;
            padding: 0px;
        }

        .filters {
            max-width: 100%;
            width: calc(100% - 2px);
        }

        .pagecontent .table .table-row .filters-div {
            display: none;
        }

        .gsearch {
            width: calc(70% - 15px);
            margin: 0px 10px 10px 0px;
        }

        .gsort {
            margin: 0px 0px 10px 0px;
        }

        .gpage {
            float: left;
            width: calc(100% - 114px);
        }

        .showcount {
            width: 101px;
        }

        .bike-listing {
            margin: 0px 0px 10px 0px;
            width: 100%;
        }

        .bike-summary {
            padding: 5px;
        }

        .bike-title {
            margin-right: 0px;
        }

        .bike_name, .bike_make, .bike_year {
            white-space: normal;
            font-size: 18px;
        }

        .bike-image {
            
            width: 100%;
            position: relative;
            max-width: 401px;
        }

        .bike-metagdata {
            width: 100%;
            float: none;
            display: block;
            margin-left: 0px;
            margin-top: 20px;
        }

        .bike-subtitle {
            margin: 0px 0px 5px 0px;
            float: none;
        }

        .bike-buttons {
            margin: 0px 0px 0px 0px;
            overflow: hidden;
            float: left;
            width: calc(100% - 410px);
        }

        .vehicle-button-details {
            
            display: block;
            
        }

        .bike-buttons a {
            margin-top: 0px;
        }

        .shortinfo {
            width: 100%;
            margin-top: 10px;
        }

        .bike-specs ul li span {
            display: block;
        }

        .mobile ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
        }

        .rightblock h1 {
            margin-top: 0px;
        }

        .filter-block {
            border-bottom: 1px solid #c9c9c9;
            padding: 5px;
        }

        .filters {
            margin-bottom: 10px;
        }

        .bike-image img {
            max-width: calc(100% - 2px);
        }
    }

    @media (max-width: 600px) {
        .bike-buttons {
            margin: 0px 0px 0px 0px;
            overflow: hidden;
            float: none;
            width: 100%;
        }
            .bike-buttons a.firstbtn {
               margin-top:3px;
            }

        .vehicle-button-details {
            width: 100%;
            display: inline-block;
            margin: 3px 0px 3px 0px; 
            max-width:358px;
        }
    }
