

/*.content-wrapper-gallery-scrollstyle {
    background: #13223b;
}

body.liv .content-wrapper-gallery-scrollstyle {
    background: #333;
}

.content-wrapper-gallery-scrollstyle h2 {
    color: #fff;
}*/

/* COMPARE */

/*#bike-model-compare-scroller {
       margin: 0 0 60px 0;
}

    #bike-model-compare-scroller .icon-hand-swipe {
        z-index: 10;
        margin: 340px 0 0 0;
        left: -30px;
    }


    #bike-model-compare-scroller table {
        margin: 0 auto;
    }

     #bike-model-compare-scroller table:hover {
        cursor: grab;
    }

.bike-model-compare-scroller table tr td {
    padding: 0 30px 0 0;
}

    #bike-model-compare-scroller table tr.title td {
        
    }

    #bike-model-compare-scroller table tr.basics td.top-part {
        text-align: left;
        padding-right: 30px;
        width: 300px;
        position: relative;
        min-width: 300px;
    }

        #bike-model-compare-scroller table tr.basics td.top-part img.award {
            position: absolute;
            z-index: 10;
            right: 25px;
            top: 0px;
            width: 50px;
            height: auto;
        }

    #bike-model-compare-scroller table tr.basics td .image {
        text-align: center;
        margin-bottom: 15px;
    }

    #bike-model-compare-scroller table tr.basics td .image img {
        width: 100%;
        height: auto;
    }

    #bike-model-compare-scroller table tr.basics td div.h3 {
        font-size: 1.8rem;
        font-weight: bold;
        min-height: 45px;
        margin-bottom: 0;
    }

    #bike-model-compare-scroller table tr.basics td .price-and-colors {
        margin: 0 auto 20px auto;
        padding-right: 5px;
    }

    #bike-model-compare-scroller table tr.basics td .price-and-colors .price {
        float: left;
        width: 50%;
        color: #787878;
        text-align: left;
        font-weight: bold;
        font-size: 1.6rem;
    }

    #bike-model-compare-scroller table tr.basics td .price-and-colors .colors {
        float: left;
        width: 50%;
        text-align: right;
    }

    #bike-model-compare-scroller table tr.basics td a.btn-outline {
        border: 1px solid #333;
        color: #000;
        display: block;
        font-size: 1.5rem;
        font-weight: bold;
        padding: 12px 0;
        margin-bottom: 10px;
    }

        #bike-model-compare-scroller table tr.basics td a.btn-outline:hover {
            border-color: #100cb7;
            color: #100cb7;
        }

        body.liv #bike-model-compare-scroller table tr.basics td a.btn-outline:hover {
            border-color: #570054;
            color: #570054;
        }

        body.momentum #bike-model-compare-scroller table tr.basics td a.btn-outline:hover {
            border-color: #e31837;
            color: #e31837;
        }*/

/* SECTION */

/*#bike-model-compare-scroller table tr.section td {
    padding: 25px 15px;
    vertical-align: top;
   
}

#bike-model-compare-scroller table tr.section th.icon-and-name {
    text-align: left;
    width: 180px;
    background: #fff;
    min-width: 180px;
}

#bike-model-compare-scroller table tr.section:nth-child(even) th, #bike-model-compare-scroller table tr.section:nth-child(even) td {
    background: #f5f5f5;
}

#bike-model-compare-scroller table tr.section th.icon-and-name .icon {
    display: inline-block;
    padding-left: 5px;
}

#bike-model-compare-scroller table tr.section th.icon-and-name .name {
    display: inline-block;
    padding: 0 0 0 5px;
    text-transform: uppercase;
    font-weight: bold;
}

#bike-model-compare-scroller table tr.section td.spec-value {
    text-align: left;
    padding: 30px 15px 30px 0;
}*/


/* COLOR CIRCLES */

/*.colorcircle {
    display: inline-block;
    border-radius: 50%;
    position: relative;
}

.colorcircle .primary {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: unset;
    background: #aaa;
    position: relative;
}

    .colorcircle .seconday {
        position: absolute;
        display: block;
        border-top-right-radius: 13px;
        border-bottom-right-radius: 13px;
        height: 24px;
        width: 12px;
        top: 1px;
        right: 1px;
    }*/


/* HIGHLIGHTS */

/*.highlight-info {
    background: #fff;
    height: 100vh;
    width: 300px;
    position: fixed;
    padding: 15px 25px 25px 25px;
    z-index: 2000;
    right: -400px;
    top: 0;
    box-shadow: -5px 0px 5px 1px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.highlight-info .number-and-close {
    padding: 0 0 20px 0;    
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.highlight-info .number-and-close .circle {
    background: #06038d;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 35px;
    display: inline-block;
    line-height: 35px;
    border-radius: 50%;
    font-size: 2rem;
}

body.liv .highlight-info .number-and-close .circle      { background: #570054; }
body.momentum .highlight-info .number-and-close .circle { background: #e31837; }
body.cadex .highlight-info .number-and-close .circle    { background: #111; }

.highlight-info .number-and-close button {
    position: absolute;
    top: 10px;
    right: 25px;
    border: unset;
    background: unset;
    color: #000;
    font-size: 3rem;
    -webkit-appearance: none;
}

.highlight-info button.angle-right {
    position: absolute;
    top: 45vh;
    background: unset;
    border: unset;
    left: 7px;
    color: #787878;
    font-size: 2rem;
}


.highlight-info h2 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.highlight-info .content, .highlight-info .content p {
   font-size: 1.4rem;
    line-height: 2.4rem;
}

.highlight-info-active {
    right: 0;
   
}*/


/* REPSONSIVE */

/*@media (max-width: 767px) {

  

    #bike-model-compare-scroller table tr td {
        padding-left: 15px !important;
    }

    #bike-model-compare-scroller table tr.basics td.top-part {
        width: 210px;
        min-width: 210px;
    }

    #bike-model-compare-scroller table tr.section th.icon-and-name {
        position: sticky;
        left: 0;        
        padding-left: 15px;
        width: 130px;
        min-width: 130px;
        padding-right: 10px;
    }

    #bike-model-compare-scroller table tr.section th.icon-and-name div.icon {
        display: none;
    }

    .highlight-info-active {
        overflow-y: scroll;
        padding-left: 35px;
    }

    .highlight-info button.angle-right {
        left: 5px;
    }

}*/



