html, body {
  overflow-x: hidden; /* Prevent body from scrolling left/right */
}

body.module-used_vehicles_v2, body.module-shop {
    overflow-x: unset;
}

/*Parallax Container Fix*/

.parallax-content-size {
    width: 1400px;
    margin: 0 auto;
}



/* Stuff for CLS fix */
.carousel.slide {
    min-width:100%;
}

.swiper.swiper-wrapper {
    min-height:100px;
    max-height:1000px;
}

.placeholder {
    width: 300px;
}
.placeholder-image-wrapper {
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 100%; /* Or height: 200px; */
}
.placeholder-image {
    background: #dddddd;
    border-radius: 4px;
    height: 100%;
    position: absolute;
    width: 100%;
}
.placeholder-text {
    background: #dddddd;
    border-radius: 4px;
    height: 20px;
    margin-bottom: 5px;
}

.placeholder-text.short {
    width: 75%;
}

.shimmer {
    overflow: hidden;
    position: relative;
}

.shimmer::before {
    content: "";
    position: absolute;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    height: 100%;
    width: 100%;
    z-index: 1;
    animation: shimmer 1s infinite;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@media screen and (max-width: 570px) {
    .placeholder:nth-child(n+2) {
        display:none; 
    }
}

@media screen and (max-width: 985px) {
    .placeholder:nth-child(n+3) {
        display:none; 
    }
}

@media screen and (max-width: 1100px) {
    .placeholder:nth-child(n+4) {
        display:none; 
    }
}

/*ATV BACKGROUND FIX*/

body.atvsrange, body.kawasaki-atv {
    background-color: #FFF;
    color: #000;
}

/* AT Polyfills for bootstrap 4 beta 1 to 4.6 */

.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.hidden {
    display: none !important;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
a { color: #343a40; }
a:hover, a:focus { color: #232939; }
.nav-link { white-space: normal;}
.collapse.show {
    display: block !important;
}

/* Hide editor components from main site */
body .pagecontent .keditor-toolbar {
display: none;
}

.carousel-item.invisible_link a{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}

/* Restore Bootstrap 3/4 Beta "hidden" utility classes. */

/* Breakpoint XS */
@media (max-width: 575px)
{
    .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, 
    .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }

}

/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px)
{
    .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, 
    .hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    } 
}

/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px)
{
    .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, 
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    } 
}

/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px)
{
    .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, 
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-xl
    {
        display: none !important;
    } 
}

/* Breakpoint XL */
@media (min-width: 1200px)
{
    .hidden-xl-down, 
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, .hidden-xl-up, 
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg
    {
        display: none !important;
    } 
}

/* Fix for Firefox collapsed row content  */
.row {
    clear: both;
}

/* Stephens fix for card images on ie */
* {
    min-height: 0.01px;
}

/* End fix  */

.stop-control {
    pointer-events: none;
    opacity: 0.3;
}

/* Fix to stop menu moving up when open */
#used_vehicle_page .dropdown-menu.show {
    transform: translate3d(-1px, 43px, 0px) !important;
}

/*Stretched link class from Bootstrap 4.3*/
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}


/*telephone number fix*/
a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

/*Fix for Blog Catogries*/

#blog #sidebar.closed {
    display: none;
}

#blog_list.full {
    flex: 0 0 100%;
    max-width: 100%;
}

/*Button highlight fix*/

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

/* Fix to remove padding on pages with banner */
.hasbanner .bodycontent {
    padding-top: 0px;
}




.bodycontent {
    padding-top: 0px;
    margin: 0 auto;
}


.bike-offer-title h5 {
    min-height: 66px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 0;
    border-radius: 0.25rem;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a::after {
    border-bottom: 0.3em solid transparent;
    border-left-color: inherit;
    border-left-style: solid;
    border-left-width: 0.3em;
    border-top: 0.3em solid transparent;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -0.6em;
    margin-top: -0.95em;
    width: 0;
    position: absolute;
    right: 10px;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -75%;
}

.dropdown-menu .divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}

.dropdown-menu>li.kopie>a {
    padding-left: 5px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a:hover {
    text-decoration: underline;
}

#navbar .dropdown-menu>li>a:hover,
#navbar .dropdown-menu>.active>a:hover {
    text-decoration: none;
}

#back-btn:hover {
    cursor: pointer;
}

.g-recaptcha {
    width: 304px;
}

.fw-container {
    padding-left: 0;
    padding-right: 0;
}

.container-content .container-content {
    margin: 0;
}

.full-width {
    width: 100%;
}

/* BLOG IN */

.blog-card .card-block {
    height: 150px;
    overflow: hidden;
}

a.blog-item:hover {
    text-decoration: none;
    background: #f6f6f6;
}

.blog-wrapper .breadcrumb>li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.blog-wrapper .breadcrumb>li:last-child:before {
    content: "";
}

.blog-wrapper .blog-item .blog-item-img {
    height: 150px;
    line-height: 150px;
    color: #333;
}

.blog-wrapper .blog-item {
    border-bottom: 1px solid #f5f5f5;
    padding: 15px;
    display: block;
    color: #333;
}

.blog-wrapper .blog-item-wrapper {
    margin-bottom: 2%;
}

.blog-wrapper #sidebar .list-group {
    margin: initial;
    padding: initial;
    overflow: initial;
    max-height: none;
}

.blog-wrapper #sidebar li {
    font-size: 14px;
    border: none;
    color: #555;
    padding: 10px 0px 10px 5px;
    text-transform: uppercase;

}

.blog-wrapper #sidebar li.node-selected {
    background-color: #f5f5f5 !important;
    color: #555 !important;
}

.blog-wrapper .filter-bar {
    overflow: hidden;
}

.blog-wrapper .sc-row .input-group-select i {
    background-color: #343434;
    color: #fff;
    width: 28px;
    line-height: 27px;
    text-align: center;
}

.blog-wrapper .input-group-select i,
.blog-wrapper .input-group-search input[type="submit"] {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 0;
    border: none;
}

.blog-wrapper #sidebar .list-group {
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-wrapper .list-group-item:first-child,
.blog-wrapper .list-group-item:last-child {
    border-radius: 0;
}

.blog-wrapper form#blog-form {
    height: 50px;
    margin: 10px auto;
}

.blog-wrapper #blog-form .keyword-wrapper {
    float: left;
    height: 100%;
}

.blog-wrapper #blog-form .input-group-btn {
    width: 15%;
    float: left;
    height: 100%;
}

.blog-wrapper #keyword-search-input-flexdatalist {
    width: 100%;
    height: 100%;
}

.blog-wrapper #blog_form_submit {
    width: 100%;
    border-radius: 0;
    height: 100%;
}

.blog-wrapper #blog_form_submit:hover {
    cursor: pointer;
}

.blog-wrapper #site_stage ul,
.blog-wrapper #site_stage ol {
    margin: initial;
    padding: initial;
}

.bootstrap-iso .keyword-wrapper {
    margin-bottom: 0;
}

#blog .badge {
    background-color: #232324;
    font-weight: normal;
    margin-right: 2px;
}

#blog .description {
    font-size: 13px;
    line-height: 16px;
}

#blog .date {
    font-weight: bold;
}

ul.list-group li.selected {
    background: #337ab7;
    color: #fff;
}

.node-sidebar:not(.node-disabled):hover {
    color: #333;
}

#blog_form_submit {
    background-image: none;
    border-radius: 0;
    /*    background-color: #f5f5f5;*/
    font-weight: 700;
}

#blog .blog-header {
    font-size: 30px;
    font-weight: 700;
    margin: 30px 0;
}

.treeview span.icon {
    display: none;
}

#blog .pagination>.active>a {
    background-color: #f5f5f5;
    color: #000;
}

#blog .pagination li>a,
#blog .pagination li>span {
    color: #333;
    border: none;
}

#blog .pagination {
    height: auto;
    padding: 0;
    margin: 0;
}

/* BLOG OUT */
.open-datepicker,
.open-timepicker {
    position: absolute;
    top: 12px;
    left: 25px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    padding-left: 30px;
}


#colours .card:hover {
    cursor: pointer;
}

.google_widget div,
.google_widget iframe,
.google_widget img {
    max-width: 100%;
}

#admin-bar {
    width: 75px;
    display: block;
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    background: #63616191;
    right: 0;
    z-index: 1;
}

#admin-bar .btn {
    height: 40px;
    padding: 10px 0;
}

#album_wrapper .card-img-top {
    height: 250px;
    object-fit: cover;
    cursor: pointer;
}

.image-gallery.card-columns .card-img-top {
    cursor: pointer;
}

.log .alert.fade.hide {
    display: none;
}

.checkout_new_cmr .new_submit_button,
.checkout_existing_cmr .new_submit_button,
#password_reminder,
#reminder_continue {
    display: block;
    border-radius: 0;
    margin: 25px auto;
    font-style: normal;
    text-align: center;
    font-size: 16px;
    padding: 7px;
    font-weight: 700;
}

#reminder_continue {
    display: inline-block;
}

#password_reminder {
    width: 150px;
}

.checkout_new_cmr a.new_submit_button:hover,
.checkout_existing_cmr a.new_submit_button:hover {
    border: 2px solid #e0e0e0;
}

.checkout_table_wrapper#new_customers {
    margin-top: 110px;
}

h3.m-xs-top-bottom {
    margin-bottom: 30px;
}

.o-or-divider:after,
.o-or-divider:before {
    position: absolute;
    content: "";
    display: block;
    padding: 55px 0;
    border-left: 1px solid #7d7d7d;
    border-right: 1px solid #e0e0e0;
    left: 50%;
}

.o-or-divider {
    color: #7d7d7d;
    font-size: 20px;
    font-weight: bold;
    padding-top: 115px;
}

.o-or-divider:before {
    top: -10px;
}

.o-or-divider:after {
    top: 155px;
    padding-top: 70px;
}

.nb-custom-image,
.nb-video {
    border: 0;
}

.nb-custom-image img {
    height: 125px;
    object-fit: cover;
}

iframe#nb_video_iframe,
iframe#ub_video_iframe {
    width: 100%;
    min-height: 250px;
}

/*FINANCE IN*/
div#used_vehicle_page div#representative_example .rep-header-title {
    white-space: normal;
}

#used_vehicle_detail .financebuttons .customisenow {
    background: black;
    border: black;
    font-size: 1rem;
  border-radius: 0;
}

#used_vehicle_detail .financebuttons a.customisenow.finance_from_cta {
    background: #333;
    border: #333;
    font-size: 1rem;
    color: white;
}

#used_vehicle_detail .financebuttons a.customisenow.finance_check_cta {
    background: transparent;
    outline: 1px solid #333;
    font-size: 1rem;
    color: #333;
    border: none;
}

#used_vehicle_detail .financebuttons a.customisenow.finance_check_cta:after, #used_vehicle_detail .financebuttons a.customisenow.finance_from_cta:after {
    content: "\25b8";
    position: absolute;
    transition: all 0.15s ease-in-out;
    margin-left: 0.5rem;
    font-size: 1.5rem;
    font-weight: normal;
}

@media (min-width: 992px) {
#used_vehicle_detail .financebuttons a.customisenow.finance_check_cta:hover:after, #used_vehicle_detail .financebuttons a.customisenow.finance_from_cta:hover:after {
    margin-left: 1rem;
}
  
#used_vehicle_detail .financebuttons a.customisenow.finance_from_cta:hover {
    background: #222;
    border: #222;
}
  
#used_vehicle_detail .financebuttons a.customisenow.finance_check_cta:hover {
    background: #f8f8f8;
}	
}

@media (max-width: 575.98px) {
#used_vehicle_detail .financebuttons .customisenow {
    font-size: 1rem !important;
}
}
/*FINANCE OUT*/


#used_vehicle_detail .main_image {
    height: auto;
}


#vehicle_list .grid-card .used_bike_desc,
#vehicle_list .grid-card #used_bike_form_buttons,
#vehicle_list .grid-card ul.used_bike_attributes {
    display: none;
}

#vehicle_list .grid-card {
    height: 325px;
}

#vehicle_list .grid-card .buttons_row {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 15px;
}

.selectusedhome.submit {
    color: #FFF;
    padding: 14px;
    margin: 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    background: url(../../images/icons/selector-go.png) right no-repeat #CC0000;
}

.selectusedhome.submit:hover {
    background: url(../../images/icons/selector-go.png) right no-repeat #666;
    color: #FFF !important;
}

.usedrangebuttons {
    padding: 10px 0;
    background: #CC0000;
}

.homefeature_usedbikesearch {
    overflow: hidden;
    background: #000;
}

.used_search_fiter_wrapper .banner_used_search select.form-control {
    height: 50px;
    font-weight: bold;
}

#search_results {
    overflow: hidden;
}

#search_button {
    cursor: pointer;
}

#load_more_btn.loading .loadingspinner {
    display: inline-block;
}

#load_more_btn.loading .loadmore-text.loading {
    display: inline-block;
}

#load_more_btn.loading .loadmore-text.loadmore {
    display: none;
}

#load_more_btn .loadingspinner {
    display: none;
}

#load_more_btn .loadmore-text.loading {
    display: none;
}

#load_more_btn .loadmore-text.loadmore {
    display: inline-block;
}

/* New Vehicles */

.yt-hd-thumbnail:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/images/yt_icon_mono_light.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -50px;
    opacity: .9;
}

.yt-hd-thumbnail:hover:after {
    content: "";
    background-image: url(/images/yt_icon_rgb.png);
}

#newbike-page .colour.colour-item .pricing {
    font-weight: bold;
    display: block;
    margin-top: 5px;
    color: inherit;
}

/* New Vehicles Out */


/*Container text class*/

.container-text {
    width: 100%;
    /*    padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto !important;
    margin-left: auto !important
}


.short-text .container-text {
    padding-left: 0px;
    padding-right: 0px;
}



.custom-black-container{
background-color: #000;
  color:#FFF
}

.custom-grey-container{
background-color: #F4F3F8;
  color:#000
}

/* Account Management */

.sign_in_details #password a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.list-group.account-navigation .list-group-item:hover {
    background-color: #f8f9fa;
}

.account_management_details #edit_account_details,
.account_management_details #add_shipping_address {
    cursor: pointer;
}

.list-group.account-navigation .list-group-item:hover {
    background-color: #f8f9fa;
    color: #000;
    cursor: pointer;
}


/* CART */
.actions .fa-trash {
    color: #dc3545;
}

.actions .fa-trash:hover {
    cursor: pointer;
}

#cart a:hover {
    text-decoration: none;
}

ul .currencies_dd {
    color: white;
    background: beige;
    z-index: -1;
}

#currencies a {
    position: absolute;
    background-color: #000000;
    color: #F0F0F0;
}


/*Fix Pagination Shop*/

#shop ul.pagination.pull-right {
    float: none;
}

.product_list_side_categories .checkbox {
    width: 100%;
}

.fullwidth-content {
    margin-left: -15px;
    margin-right: -15px;
}



/*Blog image size fix*/

.card.blog-card {
    overflow: hidden;
}

.fitnews {
    height: 420px;
    object-fit: cover;
    width: 100%;
    object-position: top center;
}

.blog-card .carouselimagewrap.blog {
    max-height: 420px;
    height: 420px;
}



.no-padding .col-12 {
    padding-left: 0px;
    padding-right: 0px;
}



/*Blog Hover Fix*/

.blog-wrapper .blog-item {
    height: 100%;
}


.navbar-brand {
    margin-right: 0rem;

}



/*Section Fix*/

section {
    position: static !important
}


section.halfbannerbrand,
section.fullwidth-content.px-xl-3.px-lg-4.hero-area.hero-height,
section.fullwidth-content,
section.bannerbrand.fullwidth-content,
section.range-size,
section.hero-area,
section#tabs {
    position: relative !important;
}



/*dropdown-fix*/
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}


/*
.bodycontent.col-md-12 {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.fw-container .col-12, .fw-container .col-sm-12, .fw-container .col-md-12   {
    padding-left: 15px!important;
    padding-right: 15px!important;
}
*/


/*
Used bike image fix

.fitbike {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    height: 280px;
    object-fit: cover;
    width: 100%;
}


 
.carouselimagewrap.usedvehicle{
height: 280px;
}
*/

#vehicle_list .main_image .caption p {
    font-size: 22px;
}


/*Parallax fix*/

.parallax__container {
    position: absolute !important;

}

.max-p-size {
    max-height: 1520px;
}


h2.parallax-heading,
h3.parallax-heading {
    padding-left: 0px !important;
    padding-right: 0px !important;
}



/* Used Bike Overlay Image */

#used_vehicle_detail .main_image .caption.ub_overlay {
    background: none;
}

#used_vehicle_detail .main_image .caption.ub_overlay img {
    opacity: 0.7;
    max-width: 33%;
    float: left;
    transform: rotate(-20deg);
}


/* Used Bike V2 Layout Changes IN */
body.listview #used_vehicle_page a.used_photo_thumb_holder.listview span.hidden-sm-down {
    display: block !important;
}

body.listview #vehicle_list .listviewtype.adtype_used {
    display: none;
}

body.listview * form#vehicle_filter, body.listview * form#vehicle_filter .btn, body.listview * form#vehicle_filter .select, body.listview * #vehicle_filter select {
    font-family: sans-serif !important;
    font-size: 1rem !important;
}

body.listview .vehicles.ubv2 #used_vehicle_page .used-vehicle-list-item .main_image .caption {
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    width: auto;
    color: #fff;
    padding: 0.5rem 1rem;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    background: #000000;
}

body.listview .vehicles.ubv2 #used_vehicle_page .used-vehicle-list-item .main_image .caption p {
    font-size: 0.8rem;
    margin: auto;
}

body.detailview #used_vehicle_detail .detailimagewrap .main_image .caption {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    width: auto;
    color: #fff;
    padding: 0.5rem 1rem;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    background: #000000;
    z-index: 10;
}

body.detailview #used_vehicle_detail .detailimagewrap .main_image .caption p {
    font-size: 1.5rem;
    margin: auto;
}

body.listview .vehicles.ubv2 #vehicle_list .used-vehicle-list-item.clearancelistbike::before {
    position: absolute !important;
    content: "" !important;
    visibility: hidden !important;    
}

body.detailview #used_vehicle_detail .clearancedetailbike::before {
    position: absolute !important;
    content: "" !important;
    visibility: hidden !important;  
}

body.listview #vehicle_list .card-body span.saveprice:after {
    content: "SALE";
    padding: 0.15rem 0.3rem;
    background: black;
    margin-left: 0.5rem;
    color: white;
    font-size: 0.7rem;
}

body.detailview #used_vehicle_detail span.save-price:after {
    content: "SALE";
    padding: 0.35rem 0.5rem;
    background: black;
    margin-left: 0.5rem;
    color: white;
    font-size: 0.7rem;
    display: inline-block;
}

body.listview #vehicle_list .listviewtype.adtype_new, body.detailview #used_vehicle_detail .detailviewtype.adtype_new, body.listview #vehicle_list .listviewtype.adtype_classic, body.detailview #used_vehicle_detail .detailviewtype.adtype_classic, body.listview #vehicle_list .listviewtype.adtype_ex_demo, body.detailview #used_vehicle_detail .detailviewtype.adtype_ex_demo,  body.listview #vehicle_list .listviewtype.adtype_pre_registered, body.detailview #used_vehicle_detail .detailviewtype.adtype_pre_registered {
    background: #000;
    color: #FFF; 
    border: none;
}

body.listview #used_vehicle_detail .detailviewtype.adtype_used, body.detailview #used_vehicle_detail .detailviewtype.adtype_used {
    display: none !important;
}

@media (max-width: 575.98px) {
body.listview #vehicle_list .listphotowrap {
    flex: 0 0 100%;
    max-width: 100%;
}
    
body.listview #vehicle_list .listdetails {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0.5rem !important;
}
    
body.listview div#vehicle_list .attributes-icons .veh_attribute {
    display: inline-block;
    padding: 10px 10px 10px 40px;
    width: 49%;
}
    
body.listview #vehicle_list .listdescription {
    display: none;
}
}

/* Used Bike V2 Layout Changes OUT */

/*Bike custom info fix*/

div#custom-info-area {
    padding: 40px 15px !important;
}

.custom-info-area-container a {
    color: #000;
    text-decoration: underline;
}

.custom-info-area-container {
    color: #000;
    text-align: center;
}


/*Offers filter fix*/


#bike-offers-wrapper .navbar-toggler {
    font-size: 1.3rem;
    color: #000;
    /* margin-bottom: 40px; */
}

.row.offer-cards {
    padding-top: 30px;
}

.offers-bg-body {
    padding-top: 30px;
    padding-bottom: 30px;
}



/*Modal Fix*/

.modal {
    z-index: 99999 !important;
}


.searchoverlay button {
    padding: 26px !important;

}


/*BLOG FIX*/

.blog_title h1 {
    font-size: 2rem !important
}

div#blog {
    padding: 0px !important
}


/*ADDING FLEX FILL FROM BS 4.1*/

.flex-fill {
    flex: 1
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

/*Payal Buy Now (Bikes) IN*/

.bodycontent .newdepositbutton-outer {
    text-align: center;
    margin: 10px auto;
}

.bodycontent .btn.depositbutton,
.bodycontent .btn.depositbutton-new {
    padding: 15px 10px !important;
    border-radius: 3px !important;
    color: #000 !important;
    text-transform: none !important;
    border: 2px solid #ffab00 !important;
    background: url(https://www.paypalobjects.com/webstatic/en_US/i/buttons/PP_logo_h_100x26.png) no-repeat 95% 7px #FFc124 !important;
    width: 250px !important;
    text-align: left !important;
    font-size: 13px !important;
    max-width: 100% !important;
    line-height: normal !important;
}

.bodycontent .btn.depositbutton-new {
    width: 100% !important;
}

.bodycontent .btn.depositbutton:hover,
.bodycontent .btn.depositbutton-new:hover {
    background: url(https://www.paypalobjects.com/webstatic/en_US/i/buttons/PP_logo_h_100x26.png) no-repeat 95% 7px #Facb56 !important;
    border: 2px solid #ffab00 !important;
    color: #000 !important;
}

.bodycontent .btn.depositbutton:after,
.bodycontent .btn.depositbutton-new:after {
    display: none !important;
}


/*Brande buy now buttons*/
.bodycontent .btn.depositbutton-new,
.triumph .bodycontent .btn.depositbutton,
.ducati .bodycontent .btn.depositbutton {
    background: url(https://www.paypalobjects.com/webstatic/en_US/i/buttons/PP_logo_h_100x26.png) no-repeat 95% 9px #e9e9e9 !important;
    border: none !important;
}

.bodycontent .btn.depositbutton-new:hover,
.triumph .bodycontent .btn.depositbutton:hover,
.ducati .bodycontent .btn.depositbutton:hover {
    background: url(https://www.paypalobjects.com/webstatic/en_US/i/buttons/PP_logo_h_100x26.png) no-repeat 95% 9px #cacaca !important;
    border: none !important;
}

/*Payal Buy Now (Bikes) OUT*/

#bike_findercontent .gdpr-container input {
    margin-right: 10px;
}

#bike_findercontent .multi-select-wrapper .btn-group {
    width: 100%;
}

#account_management #wish_list {
    padding: 0px 15px;
    margin: auto;
}


/*BIKE FINANCE*/

.option_to_purchase_text.col-12 {
    font-size: 0.6rem;
}


p.dealer-price {
    margin-top: 10px !important;
    font-size: 1.4rem !important;
}

.widget-accordion .card-header:after {
    font-family: 'FontAwesome 5 Free';
    content: "\002d";
    float: right;
    font-weight: 900;
    font-size: 40px;
    line-height: 10px;
}

.widget-accordion .card-header.collapsed:after {
    font-family: 'FontAwesome 5 Free';
    content: "\002b";
    float: right;
    font-weight: 900;
    font-size: 25px;
    line-height: 15px;
}

/*FORM STYLIING IN*/

form#frm_standalone_finance_application .form-control {
    border-radius: 5px;
}

form#frm_standalone_finance_application legend {
    border: none;
    background: none;
    color: #000;
    padding: 30px 0 0;
}

form#frm_standalone_finance_application fieldset {
    border: none;
}

form#frm_standalone_finance_application .form-group,
form#frm_standalone_finance_application .col-md-12 {
    width: 100%;
    float: left;
    padding: 0;
}

form#frm_standalone_finance_application .card {
    margin: 40px auto;
    padding: 0 0 20px 0;
    background: rgba(0, 0, 0, 0.01);
    border-radius: 5px;
}

form#frm_standalone_finance_application .card-header {
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
    border-radius: 5px 5px 0 0;
    border: none;
    font-weight: bold;
}

form#frm_standalone_finance_application .card-body {
    flex: 1 1 auto;
    padding: 10px 15px 0px;
}

form#frm_standalone_finance_application span.requiredtext {
    color: red;
}

form#frm_standalone_finance_application .radio {
    max-width: none;
}

form#frm_standalone_finance_application div#div_gdpr {
    max-width: 100%;
}

form#frm_standalone_finance_application div#div_gdpr .col-md-12 {
    padding: 0;
}

form#frm_standalone_finance_application div#div_gdpr .gdpr-container {
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid green;
    color: #000;
    border-radius: 5px;
}

form#frm_standalone_finance_application .radio label {
    line-height: normal;
    margin: 5px auto;
}

form#frm_standalone_finance_application .radio input[type="radio"],
form#frm_standalone_finance_application input[type='checkbox'] {
    margin: auto 10px auto auto;
    border-radius: 5px;
    border: 1px solid #888;
    cursor: pointer;
    background: #FFF;
}

form#frm_standalone_finance_application input[type='radio']:checked:before {
    background: #000;
    border-radius: 3px;
    line-height: normal;
    margin: auto;
    width: 18px;
    height: 18px;
}

form#frm_standalone_finance_application input[type="date"] {
    padding-left: 60px;
    display: inline;
    width: auto;
}

form#frm_standalone_finance_application span.fa.fa-calendar.open-datepicker {
    display: none;
}

/*FORM STYLIING OUT*/


/*GDPR Fix*/

div#div_gdpr {
    width: 100%;
    max-width: 100%;
}




/*HONDA FINANCE TEMPLATE FIX*/


#hondafinance table {
border-top: 2px solid #339965;
margin-bottom:100px;
}


#hondafinance.container {
margin: 0;
    width: 100% !important;
}
  
#hondafinance .terms p{
font-size:10px;}	


#hondafinance .greyhonda {
  background-color:#f4f3f8;
}

#hondafinance .textarea	 {
  max-width:800px;
  padding:20px;
  margin:0 auto
}

#hondafinance td {
width:50%;
padding:8px;
text-align:center;
font-family:Tahoma, Helvetic,sans-serif;
font-size:16px;
color:#DC182D;
border-bottom: 1px solid #DFDFDF;

}


#hondafinance th {
border-right: 1px solid #DFDFDF;
font-family:Tahoma, Helvetic,sans-serif;
font-size:16px;
font-weight:normal;
padding:8px;
border-bottom: 1px solid #DFDFDF;
}

#hondafinance h1 {
font-family: 'Roboto Condensed', Tahoma, Helvetica, sans-serif;
font-weight:400;
color: #DC182D;
line-height:1em;
font-size:34px;
letter-spacing: 0.5px;
}


#hondafinance h2 {
font-family: 'Roboto Condensed', Tahoma, Helvetica, sans-serif;
font-weight:400;
color: #3B3B3B;
line-height:1em;
font-size:26px;
letter-spacing: 0.5px;
}

#hondafinance h3 {
font-family: 'Roboto Condensed', Tahoma, Helvetica, sans-serif;
font-weight:400;
color: #3B3B3B;
line-height:1em;
font-size:20px;
letter-spacing: 0.5px;
}



#hondafinance p {
font-family:Tahoma, sans-serif;
font-size:16px;
line-height:1.4em
}


#hondafinance tr:nth-child(even) {background: #f4f3f8}
#hondafinance tr:nth-child(odd) {background: #FFF}

/*END HONDA FINANCE TEMPLATE FIX*/




/*FCA TEXT IN FOOTER FIX SK*/

.fca p {
    font-size: 0.75rem!important;
}







@media screen\0 {

    /* Conditional IE styles */
    .parallax__container .parallax {
        position: initial !important;
        background-attachment: fixed;
    }
}


@media screen and (min-width: 576px) {
    .container-text {
        max-width: 540px;
    }

    #bike_findercontent .multi-select-wrapper .btn-group {
        width: auto;
    }
}



@media screen and (min-width: 768px) {
    .container-text {
        max-width: 720px;
    }


    /*FINANCE ON NEW BIKE FIX*/

    .rep-text {
        text-align: left;
        font-size: 0.75rem;
        line-height: 0.99em;
        padding: 0px 0px 5px 5px;
        /*  font-weight: bold;*/
    }


    .rep-value {
        text-align: left;
        font-size: 0.75rem;
        padding: 0px 0px 5px 5px;
    }






}


@media screen and (min-width: 992px) {
    .container-text {
        max-width: 960px;
    }

    .rep-sub-title {
        margin-bottom: 0;
        font-size: 0.75rem;
    }

}

@media screen and (min-width: 1200px) {
    .container-text {
        max-width: 1310px;
    }
  
  /*Bike hero min height fix*/



.hero-height {
    min-height: 760px;
}
}

@media screen and (min-width: 1369px) {
    .product-list-container.navigation {
        width: auto;
        top: auto;
    }
  
  
  .carousel {
    margin-top: 0px!important;
}
  
}

@media screen and (min-width: 1600px) {
    .container-text {
        max-width: 1560px;
    }
}

@media screen and (max-width:1199.98px) {

    /*Blog image size fix*/

    .fitnews {
        height: 300px;
        object-fit: cover;
        width: 100%;
        object-position: top center;
    }

    .blog-card .carouselimagewrap.blog {
        max-height: 300px;
        height: 300px;
    }


    p.dealer-price {
        color: inherit !important;
        line-height: normal !important;
    }


    /*
Mobile sticky nav fix
*/

    nav.navbar.fixed-top {
        max-height: 100%;
        overflow-y: auto;
    }

    .affix {
        max-height: 100%;
        overflow-y: auto;
    }







}

@media screen and (max-width:991px) {

    /*Blog image size fix*/

    .fitnews {
        height: 320px;
        object-fit: cover;
        width: 100%;
        object-position: top center;
    }

    .blog-card .carouselimagewrap.blog {
        max-height: 320px;
        height: 320px;
    }

    .carousel .banner-text {
        width: 100%;
        max-width: 100%;
    }

}



@media screen and (max-width:780px) {


    .blog_title h1 {
        font-size: 1.4rem !important
    }

    /*Blog image size fix

.fitnews {
    height: 370px;
    object-fit: cover;
    width: 100%;
    object-position: top center;
}

.blog-card .carouselimagewrap.blog {
    max-height: 370px;
    height: 370px;
}*/
}








@media screen and (max-width:768px) {

    .o-or-divider:after,
    .o-or-divider:before {
        display: none;
    }

    .o-or-divider {
        padding-top: 15px;
    }

    .checkout_table_wrapper#new_customers {
        margin-top: 10px;
    }

}

@media screen and (max-width:767.98px) {
  
  
    #dealer-nav .navbar {
    overflow: auto;
    max-height: 85vh;
}
  

    select#nb_detail_year_select {
        font-size: 0.75rem !important;
    }

    .blog_title h1 {
        font-size: 1.4rem !important
    }

}


/*HONDA FINANCE TABLE FIX*/
@media only screen and (max-width: 798px)  {
#hondafinance td {
font-size:12px;
}


#hondafinance th {
font-size:12px;
}


}



@media only screen and (max-width: 499px)  {
#hondafinance img {
width:100%!important;
height:auto!important;
}

}

/*END HONDA FINANCE TABLE FIX*/


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

/* Reserve this bike PayPal button width on mobile */
#depositModal .modal-footer .bike_deposit {
    width: 100%;
}

}





@media screen and (max-width: 575.98px) {
  
#used_vehicle_detail .financebuttons .customisenow {
    font-size: 0.85rem;
}	
  

  

    .fitnews {
        height: auto;
        object-fit: cover;
        width: 100%;
        object-position: top center;
    }

    .blog-card .carouselimagewrap.blog {
        max-height: 100%;
        height: auto;
    }

    .blog-card .card-block {
        height: auto !important;
        overflow: hidden;
    }

}



@media screen and (max-width: 460px) {}

.modal-xxl {
    max-width:90%;
}

@media (max-width: 768px) {
    .modal-xxl {
        max-width: 100%;
    }
}

/* GLOBAL SWIPER SETTINGS */
section[data-container-type="swiper"] {
    position: relative !important;
    max-width: 1600px;
    margin: auto;
    overflow: visible;
}

section[data-container-type="swiper"] .swiper-slide {
  cursor: grab;
}

section[data-container-type="swiper"] .swiper-pagination {
    position: relative;
    margin-top: 5rem;
}

section[data-container-type="swiper"] .swiper-scrollbar {
    position: relative;
    margin: 1rem auto;
}

section[data-container-type="swiper"] .swiper-autoheight .swiper-wrapper {
    height: max-content !important;
}

section[data-container-type="swiper"] section.swiper-slide .row {
    height: 100%;
    margin: auto !important;
}

section[data-container-type="swiper"] .sections-wrapper {
  height: 100%;
}

section[data-container-type="swiper"] > div[class^="swiper-button-"]{
  color: var(--color-primary);
}

section[data-container-type="swiper"] .swiper-pagination-bullet-active, section[data-container-type="swiper"] .swiper-scrollbar-drag {
  background: var(--color-primary);
}

.swiper-autoheight .swiper-wrapper {
    display: flex;
    width: max-content;
    will-change: transform;
}

.swiper.swiper-initialized.swiper-horizontal {
   overflow: visible !important;
   width: 100%; 
}

  .swiper.swiper-initialized.swiper-horizontal .swiper-slide {
    min-width: 300px;
    height: 100%;
    flex-shrink: 0;
    background-color: initial;
    padding: 0;
    user-select: none;
    cursor: grab;
}

.swiper-slide  {
transition: all 0.2s ease;
}


.swiper.swiper-initialized.swiper-horizontal .swiper-slide .card {
    height: 100%;
    width: 100%;
}

.swiper.swiper-initialized.swiper-horizontal a.swiper-slide, .swiper.swiper-initialized.swiper-horizontal .swiper-slide a {
    text-decoration: none;
}

.swiper.swiper-initialized.swiper-horizontal .swiper-pagination {
    position: relative;
    margin: 1rem auto;
    padding-bottom: 1rem;
}

.swiper.swiper-initialized.swiper-horizontal .swiper-scrollbar {
    height: 7px !important;
}

.swiper.swiper-initialized.swiper-horizontal .swiper-scrollbar-drag {
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    background-color: var(--color-primary);
    cursor: grab;
}

.swiper.swiper-initialized.swiper-horizontal .swiper-button-next, .swiper.swiper-initialized.swiper-horizontal .swiper-button-prev {
    color: var(--color-primary);
}

.swiper.swiper-initialized.swiper-horizontal .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}

.swiper.swiper-initialized.swiper-horizontal .swiper-slide .card, .swiper.swiper-initialized.swiper-horizontal .swiper-slide h5.card-title {
    text-align: left !important;
}

[data-type="component-new_vehicles"] .swiper, [data-type="component-blog"]  .swiper, [data-type="component-used_bikes"]  .swiper, [data-type="component-offers"]  .swiper{
     text-align: left;
}

[data-type="component-new_vehicles"] .swiper.swiper-initialized.swiper-horizontal .swiper-slide .card-block {
    padding: 0 1.5rem !important;
    border-left: 5px solid var(--color-primary);
}

[data-type="component-new_vehicles"] .swiper.swiper-initialized.swiper-horizontal .swiper-slide .card, [data-type="component-used_bikes"] .swiper.swiper-initialized.swiper-horizontal .swiper-slide .card, [data-type="component-blog"] .swiper.swiper-initialized.swiper-horizontal .swiper-slide .card, [data-type="component-offers"] .swiper.swiper-initialized.swiper-horizontal .swiper-slide .card, [data-type="component-vehicle_list"] .swiper.swiper-initialized.swiper-horizontal .swiper-slide .card  {
    margin-bottom: 1rem;
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
    transition: ease transform 0.25s;
    border-radius: var(--border-radius);
    overflow: hidden;
    border: none;
}

[data-type="component-offers"] .swiper.swiper-initialized.swiper-horizontal .swiper-slide .card  {
    padding-bottom: 0;
}

[data-type="component-new_vehicles"] .swiper.swiper-initialized.swiper-horizontal .swiper-pagination, [data-type="component-used_bikes"] .swiper.swiper-initialized.swiper-horizontal .swiper-pagination, [data-type="component-blog"] .swiper.swiper-initialized.swiper-horizontal .swiper-pagination, [data-type="component-offers"] .swiper.swiper-initialized.swiper-horizontal .swiper-pagination {
    margin: 2.5rem auto 1rem;
}

/* NEW BIKES WIDGET SWIPER */
[data-type="component-new_vehicles"] .swiper .swiperimagewrap.newrange {
    padding: 3rem;
}

[data-type="component-new_vehicles"] .swiper .card-title {
    margin-bottom: 0.5rem !important;
}

/* BLOG WIDGET SWIPER */
[data-type="component-blog"] .swiper .carouselimagewrap.blog {
    max-height: none;
    height: 300px;
}

[data-type="component-blog"] .swiper .carouselimagewrap.blog img.fitnews {
    object-fit: cover;
    height: 100%;
}

[data-type="component-blog"] .swiper .card-block {
   height: 130px;
}

[data-type="component-blog"] .swiper .card-text {
   text-align: left;
}

/* USED BIKES WIDGET SWIPER */
[data-type="component-used_bikes"] .swiper .swiperimagewrap.usedvehicle {
    max-height: none;
    height: 300px;
}

[data-type="component-used_bikes"] .swiper .swiperimagewrap.usedvehicle img {
    object-fit: cover;
    height: 100%;
}

/* OFFERS WIDGET SWIPER */
[data-type="component-offers"] .swiper .used_photo_thumb_holder {
    max-height: none;
    height: 300px;
    display: block;
}

[data-type="component-offers"] .swiper .used_photo_thumb_holder img {
   aspect-ratio: 16 / 9;
}


@media (min-width: 992px) {
.swiper.swiper-initialized.swiper-horizontal .swiper-slide:hover {
    transform: translateY(-10px);
}

.swiper.swiper-initialized.swiper-horizontal a.swiper-slide:hover .revealonhover {
    display: inline-flex !important;
}
}