html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #f2f2f2;
    /*min-height: 100vh;*/
}

.row {
    margin: 0px;
}

main {
    /*margin-top: 66px;*/
    margin-bottom: 278px;
}
/*@media (max-width: 1199px) and (min-width: 992px) {	
    main {	
        margin-top: 56px;	
    }	
}	
@media (max-width: 575px) {	
    main {	
        margin-top: 56px;	
    }	
}*/
.pivot-container-header {
    width: 100%;
    padding: 40px 48px 32px 48px;
}

@media (max-width: 767px) {
    .pivot-container-header {
        padding: 32px 0;
    }
}

@media (max-width: 767px) {
    .pivot-container-header .section-title h3 {
        font-size: 25px;
        font-family: "fontbold";
        padding-left: 0;
    }
}

.main-container {
    padding: 72px 66px;
    background-color: #fff;
}

@media (max-width: 1199px) {
    .main-container {
        padding: 72px 35px;
    }
}

@media (max-width: 991px) {
    .main-container {
        padding: 15px 0;
    }
}

.pivot-container-main,
.pivot-container-news {
    width: 100%;
    padding: 48px;
}

@media (max-width: 767px) {
    .pivot-container-main {
        padding: 0;
    }
}

.pivot-container-news {
    padding: 48px;
}

@media (max-width: 1199px) {
    .pivot-container-news {
        padding: 48px 36px;
    }
}

@media (max-width: 767px) {
    .pivot-container-news {
        padding: 0;
    }
}

.pivot-container {
    padding: 0 33px;
}

@media (max-width: 991px) {
    .pivot-container {
        padding: 0;
    }
}

.bike-det-container {
    padding: 0 66px;
}

@media (max-width: 1199px) {
    .bike-det-container {
        padding: 0 33px;
    }
}

@media (max-width: 767px) {
    .bike-det-container {
        padding: 0;
    }
}

.prod-px {
    padding: 72px 144px;
}

.contact-section.prod-px {
    padding: 48px 144px;
}

@media (max-width: 991px) {
    .prod-px,
    .contact-section.prod-px {
        padding: 48px 0;
    }
}

h1 {
    font-family: "fontbold";
    color: #fff;
    font-size: 70px;
}

@media (max-width: 991px) {
    h1 {
        font-size: 32px;
    }
}

h2 {
    font-family: "fontbold";
    color: #000;
    font-size: 46px;
}

h3 {
    font-family: "fontbold";
    color: #000;
    font-size: 38px;
}

@media (max-width: 767px) {
    h3 {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .contact-section.prod-px h3 {
        font-size: 32px;
    }
}

h4 {
    font-family: "fontbold";
    color: #000;
    font-size: 31px;
}

@media (max-width: 767px) {
    h4 {
        font-size: 24px;
    }
}

h5 {
    font-family: "fontbold";
    color: #000;
    font-size: 24px;
}

h6 {
    font-family: "fontregular";
    color: #000;
    font-size: 18px;
}

center,
p {
    font-family: "fontregular";
    font-size: 16px;
    color: #000;
    word-break: break-word;
}

li {
    word-wrap: break-word;
}

.font-regular {
    font-family: 'fontregular' !important;
}

.font-bold {
    font-family: 'fontbold' !important;
}

.font-semibold {
    font-family: 'fontsemibold';
}

.font-semibold-italic {
    font-family: 'fontsemibolditalic';
}

.font-extra-bold {
    font-family: 'fontextrabold';
}

.font-bold-italic {
    font-family: 'fontbolditalic';
}

.font-extra-bolditalic {
    font-family: 'fontextrabolditalic';
}

.font-extra-light {
    font-family: 'fontextralight';
}

.font-extra-lightitalic {
    font-family: 'fontextralightitalic';
}

.font-italic {
    font-family: 'fontitalic';
}

.font-light {
    font-family: 'fontlight' !important;
}

.font-light-italic {
    font-family: 'fontlightitalic';
}

.font-medium {
    font-family: 'fontmedium';
}

.font-medium-italic {
    font-family: 'fontmediumitalic';
}

.font-thin {
    font-family: 'fontthin';
}

.font-thin-italic {
    font-family: 'fontthinitalic';
}

.font-black {
    font-family: 'fontblack';
}

hr {
    border: 1px solid #e8e8e8;
    margin: 72px 0;
}

@media (max-width: 1199px) {
    hr {
        margin: 15px 0;
    }
}

@media (max-width: 767px) {
    hr {
        border: none;
        margin: 0;
    }
}

hr:not([size]) {
    height: 0px;
}

.font-24 {
    font-size: 24px;
}

.font-18 {
    font-size: 18px;
}

.font-14 {
    font-size: 14px;
}

.vertical-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.vertical-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (min-width: 1200px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
    padding: 11px 16px;
    border-radius: 0;
    font-family: "fontmedium";
    font-size: 15px;
}

    .btn:hover {
        color: #fff;
        text-decoration: none;
    }

    .btn:focus {
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-pivot-primary {
    color: #fff;
    background-color: #00a0df;
    height: 48px;
    white-space: nowrap;
}

.btn.btn-pivot-primary:hover {
    background-color: #0092cd !important;
}

.btn-pivot-primary i {
    color: #fff;
}

@media (max-width: 991px) {
    .btn-pivot-primary i.fa-long-arrow-alt-right {
        display: none;
    }
}

.btn-pivot-grey {
    color: #000;
    background-color: #f7f7f7;
}

.btn.btn-pivot-grey:hover {
    color: #000;
}

.btn-pivot-outline {
    color: #000;
    border: 1px solid #000;
}

    .btn-pivot-outline.border-grey {
        border: 1px solid #e8e8e8;
    }

    .btn-pivot-outline:hover {
        color: #fff;
        background-color: #00a0df;
        border-color: #00a0df;
    }

.header-section .container-fluid {
    margin-left: 48px;
    margin-right: 48px;
    padding-left: 33px;
    padding-right: 33px;
}

@media (max-width: 1199px) {
    .header-section .container-fluid {
        padding: 0 15px;
        margin: 0;
    }
}

@media (max-width: 1199px) {
    .header-section .container-fluid .menu-responsive {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0px 20px;
    }
}
/*@media (max-width: 575px)	
{	
    .header-section .container-fluid .menu-responsive	
    {	
        padding: 10px 15px;	
    }	
}*/
.header-section .container-fluid .menu-cart-icon {
    font-size: 18px;
}

.menu-icon i {
    color: #000;
}

.section-details {
    padding: 72px 0px;
}

@media (max-width: 767px) {
    .section-details {
        padding: 48px 0;
    }
}

.footer-section {
    background-color: #000;
    background-color: #000;
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .footer-section .container-fluid {
        padding-left: 65px;
        padding-right: 65px;
    }

@media (max-width: 1199px) {
    .footer-section .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .footer-section .container-fluid {
        padding: 0;
    }
}

.footer-section .footer {
    padding: 49px 0 32px;
}

@media (max-width: 1199px) {
    .footer-section .footer {
        padding: 15px 0;
    }
}

.footer-section h5 {
    color: #fff;
    font-size: 18px;
    font-family: "fontbold";
    margin-bottom: 26px;
    white-space: normal;
    word-break: break-word;
}

.footer-section ul li a {
    font-family: "fontregular";
    font-size: 13px;
    color: #fff;
}

.footer-section .search-footer {
    margin-bottom: 40px;
}

    .footer-section .search-footer input.form-control {
        border: 2px solid #00a0df;
        border-radius: 0;
        height: 56px;
    }

    .footer-section .search-footer .btn-success {
        background-color: #00a0df;
        border-color: #00a0df;
        font-family: "fontregular";
        font-size: 14px;
    }

        .footer-section .search-footer .btn-success:not(:disabled):not(.disabled).active,
        .footer-section .search-footer .btn-success:not(:disabled):not(.disabled):active,
        .footer-section .search-footer .show > .btn-success.dropdown-toggle {
            color: #fff;
            background-color: #00a0df;
            border-color: #00a0df;
        }

            .footer-section .search-footer .btn-success:not(:disabled):not(.disabled).active:focus,
            .footer-section .search-footer .btn-success:not(:disabled):not(.disabled):active:focus,
            .footer-section .search-footer .show > .btn-success.dropdown-toggle:focus {
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        .footer-section .search-footer .btn-success:hover {
            color: #fff;
            background-color: #00a0df;
            border-color: #00a0df;
        }

.footer-section .pivot-social-media {
    margin-bottom: 32px;
}

    .footer-section .pivot-social-media ul li {
        list-style-type: none;
        text-decoration: none;
        display: inline-block;
        padding-left: 25px;
    }

@media (max-width: 575px) {
    .footer-section .pivot-social-media ul li {
        padding: 0 25px 0 0;
    }
}

.footer-section .pivot-social-media ul li a i {
    font-size: 24px;
}

.footer-section .copyright {
    /*margin-bottom: 32px;*/
}

    .footer-section .copyright p {
        color: rgba(255, 255, 255, 0.58);
        font-family: "fontregular";
        font-size: 15px;
    }

.form-control {
    display: block;
    width: 100%;
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #f7f7f7;
    background-clip: padding-box;
    border: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    height: 48px;
    border-radius: 0;
}

    .form-control:focus {
        color: #000;
        background-color: #f7f7f7;
        border-color: none;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }

.search .input-group {
    width: 60%;
}

@media (max-width: 991px) {
    .search .input-group {
        width: 100%;
    }
}

.search .input-group input.form-control {
    border-radius: 0;
    height: 48px;
    z-index: 0;
    font-size: 14px;
}

.search .input-group .btn-success {
    background-color: #00a0df;
    border-color: #00a0df;
    font-family: "fontregular";
    font-size: 14px;
}

    .search .input-group .btn-success:not(:disabled):not(.disabled).active,
    .search .input-group .btn-success:not(:disabled):not(.disabled):active,
    .search .input-group .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #00a0df;
        border-color: #00a0df;
    }

        .search .input-group .btn-success:not(:disabled):not(.disabled).active:focus,
        .search .input-group .btn-success:not(:disabled):not(.disabled):active:focus,
        .search .input-group .show > .btn-success.dropdown-toggle:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .search .input-group .btn-success:hover {
        color: #fff;
        background-color: #00a0df;
        border-color: #00a0df;
    }

.header-section #floating-nav-content {
    display: none;
    position: fixed;
    top: 66px;
    width: 100%;
    background-color: #f2f2f2;
    z-index: 99;
}

@media (max-width: 1199px) {
    .header-section #floating-nav-content {
        top: 35px;
    }
}

@media (max-width: 575px) {
    .header-section #floating-nav-content {
        height: auto;
    }
}
/*.header-section #floating-nav-content .float-nav-scroll {	
    overflow-x: auto;	
    width: calc(100% - 110px);	
}*/
/*@media (max-width: 991px) {	
    .header-section #floating-nav-content .float-nav-scroll {	
        width: calc(100% - 80px);	
    }	
}*/
.header-section #floating-nav-content .collapse {
    position: relative;
    width: 100%;
}

.header-section #floating-nav-content .form-inline {
    width: 96px;
    position: absolute;
    right: 15px;
}

@media (min-width: 1200px) {
    .header-section #floating-nav-content .form-inline {
        right: 0;
    }
}

@media (max-width: 991px) {
    .header-section #floating-nav-content .form-inline {
        right: 15px;
        width: 66px;
    }
}

@media (max-width: 767px) {
    .header-section #floating-nav-content .form-inline {
        right: 0;
    }
}

.header-section #floating-nav-content ul.navbar-nav li.nav-item a {
    font-family: "fontmedium";
    border-bottom: 4px solid transparent;
    white-space: nowrap;
}

.header-section #floating-nav-content .navbar-dark .navbar-nav .nav-link.active,
.header-section #floating-nav-content .navbar-dark .navbar-nav .nav-link:hover {
    border-bottom: 4px solid #00a0df;
    padding-bottom: 14px !important;
    color: #000;
}

@media (min-width: 1366px) {
    .header-section #floating-nav-content ul.navbar-nav li.nav-item {
        padding: 0 14px;
    }
}

@media (min-width: 1600px) {
    .header-section #floating-nav-content ul.navbar-nav li.nav-item {
        padding: 0 30px;
    }
}

@media (min-width: 1200px) {
    .header-section ul.navbar-nav.nav-hover li.nav-item.active a.nav-link,
    .header-section ul.navbar-nav.nav-hover li.nav-item a.nav-link:hover {
        border-bottom: 4px solid #00a0df;
        padding-bottom: 14px !important;
        color: #000;
    }

    .header-section #floating-nav-content ul.navbar-nav li a.nav-link {
        padding-bottom: 10px !important;
        padding-top: 8px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .header-section #floating-nav-content .navbar-dark .navbar-nav .nav-link.active,
    .header-section #floating-nav-content .navbar-dark .navbar-nav .nav-link:hover {
        padding-bottom: 6px !important;
        padding-top: 8px !important;
    }
}

.header-section #floating-nav-content ul.navbar-nav li a.nav-link {
    height: 48px;
}

@media (max-width: 1199px) {
    .header-section #floating-nav-content ul.navbar-nav li.nav-item a {
        padding: 8px 10px 16px !important;
    }
    /*.header-section ul.navbar-nav.nav-hover li.nav-item.active a.nav-link,	
    .header-section ul.navbar-nav.nav-hover li.nav-item a.nav-link:hover	
    {	
        color: #00a0df;	
    }*/
}

@media (max-width: 575px) {
    .header-section #floating-nav-content ul.navbar-nav li.nav-item a {
        padding: 8px 10px 9px !important;
        font-size: 12px;
    }

    .header-section #floating-nav-content ul.navbar-nav li a.nav-link {
        height: 38px;
    }

    .header-section #floating-nav-content .navbar-dark .navbar-nav .nav-link:hover {
        padding-bottom: 10px !important;
        padding-top: 8px !important;
        /*border-bottom: none;*/
    }
}

.header-section #floating-nav-content ul.navbar-nav li.nav-item.active a {
    border-bottom-color: #00a0df;
}

.small-border-blue {
    width: 48px;
    height: 0px;
    border: 1px solid #00a0df;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-24 {
    font-size: 24px;
}

.sliding-container {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slide-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.arrow-btns {
    border: 1px solid #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: transparent;
    padding: 0;
}

.tbl-content {
    border-top: 1px solid #e8e8e8;
    padding: 15px;
    font-size: 16px;
}

    .tbl-content.tbl-first-child {
        height: 84px;
        border-top: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

label {
    font-weight: 700;
}

.width-100 {
    width: 100%;
}

@media (min-width: 768px) {
    /* show 3 items */
    .carouselPrograms .carousel-inner .active,
    .carouselPrograms .carousel-inner .active + .carousel-item,
    .carouselPrograms .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }

    .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carouselPrograms
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carouselPrograms
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        -webkit-transition: none;
        transition: none;
    }

    .carouselPrograms .carousel-inner .carousel-item-next,
    .carouselPrograms .carousel-inner .carousel-item-prev {
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carouselPrograms .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .carouselPrograms .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item,
    .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be abso position for animations */
    .carouselPrograms .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .carouselPrograms .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item,
    .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

    .carouselPrograms .carousel-item {
        margin-right: 0;
    }
}

.carouselPrograms .carousel-control-next,
.carouselPrograms .carousel-control-prev {
    bottom: auto;
    border: 1px solid #000;
    opacity: 1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    right: -70px;
    text-align: center;
    background-color: transparent;
    padding: 0;
    z-index: 0;
}

@media (max-width: 767px) {
    .carouselPrograms .carousel-control-next,
    .carouselPrograms .carousel-control-prev {
        bottom: -50px;
    }
}

.carouselPrograms .carousel-control-next {
    top: 100px;
}

@media (max-width: 767px) {
    .carouselPrograms .carousel-control-next {
        top: auto;
        right: 120px;
    }
}

.carouselPrograms .carousel-control-prev {
    left: auto;
    top: 160px;
}

@media (max-width: 767px) {
    .carouselPrograms .carousel-control-prev {
        left: -20px;
        top: auto;
        right: auto;
    }
}

.carouselPrograms .carousel-item.co-tbl {
    margin-right: 0;
    padding: 0;
}

#reviews-slider.carouselPrograms .carousel-control-next,
#reviews-slider.carouselPrograms .carousel-control-prev {
    bottom: auto;
    border: 1px solid #000;
    opacity: 1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    right: 75px;
    text-align: center;
    background-color: transparent;
    padding: 0;
}

@media (max-width: 1199px) {
    #reviews-slider.carouselPrograms .carousel-control-next,
    #reviews-slider.carouselPrograms .carousel-control-prev {
        bottom: -50px;
    }
}

#reviews-slider.carouselPrograms .carousel-control-next {
    top: 172px;
}

@media (max-width: 1199px) {
    #reviews-slider.carouselPrograms .carousel-control-next {
        top: auto;
    }
}

#reviews-slider.carouselPrograms .carousel-control-prev {
    left: 70px;
    top: 172px;
    right: auto;
}

@media (max-width: 1199px) {
    #reviews-slider.carouselPrograms .carousel-control-prev {
        top: auto;
    }
}

#product-slider.carouselPrograms .carousel-control-next {
    top: 20px;
}

#product-slider.carouselPrograms .carousel-control-prev {
    top: 90px;
}

@media (min-width: 768px) {
    #product-slider.carouselPrograms
    .carousel-inner
    .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        right: -25%;
    }
}

@media (max-width: 767px) {
    #product-slider.carouselPrograms .carousel-control-next,
    #product-slider.carouselPrograms .carousel-control-prev,
    #athletes-slider.carouselPrograms .carousel-control-next,
    #athletes-slider.carouselPrograms .carousel-control-prev {
        bottom: -50px;
    }
}

@media (max-width: 767px) {
    #product-slider.carouselPrograms .carousel-control-next,
    #athletes-slider.carouselPrograms .carousel-control-next {
        top: auto;
    }
}

@media (max-width: 767px) {
    #product-slider.carouselPrograms .carousel-control-prev,
    #athletes-slider.carouselPrograms .carousel-control-prev {
        left: 20px;
        top: auto;
        right: auto;
    }
}

#my-bikes-slider.carouselPrograms .carousel-control-next,
#my-bikes-slider.carouselPrograms .carousel-control-prev {
    position: static;
    border: 1px solid #000;
    opacity: 1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: transparent;
    padding: 0;
}

.col-card.owl-item {
    margin: 0 10px;
    padding: 32px;
    border: solid 1px #e8e8e8;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 3px #00000029;
    box-shadow: 0px 1px 3px #00000029;
    opacity: 1;
    height: 415px;
}

.crew-slider .col-card.owl-item {
    height: auto;
}

@media (max-width: 767px) {
    .crew-slider .col-card.owl-item {
        padding: 32px 16px;
        margin: 0 20px 0 0;
    }
}

@media (min-width: 1780px) {
    .crew-slider, .reviews-slider {
        justify-content: center;
    }

        .crew-slider .bbb_viewed_slider_container.col-lg-10 {
            flex: 0 0 1300px;
            max-width: 1300px;
        }

        .reviews-slider .bbb_viewed_slider_container.col-lg-10 {
            flex: 0 0 1260px;
            max-width: 1260px;
        }
}

.col-card-bikes {
    margin: 0 24px;
    padding: 48px;
    border: solid 1px #e8e8e8;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 3px #00000029;
    box-shadow: 0px 1px 3px #00000029;
    opacity: 1;
    height: auto;
}

    .col-card-bikes .btn.btn-pivot-primary {
        width: 168px;
        height: 40px;
        border-radius: 3px;
        font-size: 14px;
        font-family: "fontregular";
        line-height: normal;
    }

.demo-slider .owl-carousel .owl-item.col-card-bikes img {
    margin: 0 auto;
}

@media (max-width: 767px) {
    .space-slider-nav {
        padding-bottom: 50px;
    }
}

.bg-gray {
    background-color: #f7f7f7;
}

.breadcrumb {
    font-family: "fontregular";
    background-color: #fff;
    padding: 0;
}

    .breadcrumb .breadcrumb-item {
        color: #000;
        font-size: 12px;
    }

        .breadcrumb .breadcrumb-item a {
            color: #000;
            text-decoration: underline;
        }

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-clip: border-box;
    opacity: 1;
    border: 2px solid #fff;
    background-color: transparent;
}

    .carousel-indicators li.active {
        background-color: #fff;
    }

@media (min-width: 1200px) {
    .mega-dropdown .dropdown-toggle::after {
        content: none;
    }
}

.mega-dropdown .dropdown-menu.mega-menu {
    font-size: 18px;
    min-width: 303px;
    -webkit-box-shadow: 0px 1px 2px #00000029;
    box-shadow: 0px 1px 2px #00000029;
    border: 0;
    top: calc(100% + 0px);
    border-radius: 0;
    margin-top: 0;
}

@media (max-width: 1199px) {
    .mega-dropdown .dropdown-menu.mega-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        min-width: 100%;
        background-color: transparent;
    }
}

.mega-dropdown .dropdown-menu.mega-menu h6.sub-title {
    font-family: "fontbold";
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}

@media (max-width: 1199px) {
    .mega-dropdown .dropdown-menu.mega-menu h6.sub-title {
        display: none;
    }
}

.mega-dropdown .dropdown-menu.mega-menu .list-unstyled li {
    padding: 10px 0;
}

.mega-dropdown .dropdown-menu.mega-menu .list-unstyled .menu-item {
    font-family: "fontmedium";
    padding: 0 !important;
    font-size: 16px;
    text-transform: uppercase;
}
    .mega-dropdown .dropdown-menu.mega-menu .list-unstyled .menu-item:hover, .mega-dropdown .dropdown-menu.mega-menu .list-unstyled li:hover .submenutoogle i,
    .mega-dropdown .dropdown-menu.mega-menu .list-unstyled li:hover > a {
        color: #00a0df;
    }
@media (max-width: 1199px) {
    .mega-dropdown .dropdown-menu.mega-menu .list-unstyled .menu-item {
        font-family: "fontregular";
    }
}

@media (min-width: 1200px) {
    .lg-megadropdown.mega-dropdown .dropdown-menu.mega-menu {
        width: 520px;
    }

    .mega-dropdown .dropdown-menu.mega-menu {
        background-color: #f7f7f7;
        padding: 2rem;
    }
}

.responsive-list.list-unstyled li {
    padding: 10px 0;
}

    .responsive-list.list-unstyled li a {
        font-size: 18px;
        color: #000 !important;
    }

.responsive-list.list-unstyled .menu-item {
    font-family: "fontmedium";
    padding: 0 !important;
}

@media (max-width: 1199px) {
    .responsive-list.list-unstyled .menu-item {
        font-family: "fontregular";
    }
}

@media (max-width: 1199px) {
    .btn.btn-cart-icon {
        padding: 0.25rem 0.75rem;
        font-size: 18px;
    }
}

.navbar-toggler {
    padding-right: 0;
    width: 30px;
}

@media (max-width: 1199px) {
    .navbar-toggler {
        font-size: 18px;
        height: 40px;
    }
}

.navbar-toggler[aria-expanded="true"] .fa-bars:before {
    content: "\f00d";
}

@media (max-width: 1199px) {
    .spacing-menu {
        padding: 0 12px 48px;
    }
}

@media (max-width: 575px) {
    .spacing-menu {
        padding: 0 15px 48px;
    }
}

@media (max-width: 1199px) {
    .spacing-menu .responsive-list.list-unstyled:last-child {
        margin: 0;
    }
}

@media (max-width: 1199px) {
    .spacing-menu .responsive-list.list-unstyled:last-child li:last-child {
        padding-bottom: 0;
    }
}

@media (max-width: 575px) {
    .navbar-brand {
        width: 160px;
    }
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    outline: none;
}

@media (max-width: 1199px) {
    .menu-md-shadow.menu-responsive {
        -webkit-box-shadow: 0px 3px 6px #00000029;
        box-shadow: 0px 3px 6px #00000029;
        padding-left: 45px;
        padding-right: 50px;
    }
}

@media (max-width: 767px) {
    .menu-md-shadow.menu-responsive {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

ul.footer-list {
    list-style: none;
    padding-left: 0;
}

    ul.footer-list li,
    .footer-section ul.footer-list li a {
        font-family: "fontbold";
        font-size: 19px;
        color: #fff;
        padding: 10px 0;
        text-transform: uppercase;
    }

.footer-gray-list ul {
    list-style: none;
    padding-left: 0;
}

    .footer-gray-list ul li {
        padding: 5px 0;
    }

        .footer-gray-list ul li a {
            color: rgba(255, 255, 255, 0.58);
        }

.slider-nav i {
    border: 1px solid #000;
    opacity: 1;
    border-radius: 50%;
    text-align: center;
    background-color: transparent;
    padding: 11px 12px;
}

.demo-slider .slider-title,
.slider-athletes .slider-title {
    width: 100%;
    display: inline-block;
}

    .demo-slider .slider-title h6,
    .slider-athletes .slider-title h6 {
        font-family: "fontmedium";
        font-size: 24px;
        color: #000;
        margin-bottom: 24px;
    }

    .demo-slider .slider-title .bbb_viewed_nav_container,
    .slider-athletes .slider-title .bbb_viewed_nav_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

@media (max-width: 991px) {
    .demo-slider .slider-title .bbb_viewed_nav_container .bbb_viewed_nav.bbb_viewed_prev,
    .slider-athletes .slider-title .bbb_viewed_nav_container .bbb_viewed_nav.bbb_viewed_prev {
        text-align: right;
        width: 100%;
    }
}

.demo-slider .slider-title .bbb_viewed_nav_container .bbb_viewed_nav.bbb_viewed_prev.reviews_prev,
.slider-athletes .slider-title .bbb_viewed_nav_container .bbb_viewed_nav.bbb_viewed_prev.reviews_prev {
    text-align: right;
    width: 100%;
}

.demo-slider .bikes-demo-slider,
.slider-athletes .bikes-demo-slider {
    width: 328px;
    margin-right: 20px;
    float: left;
}

.demo-slider .bik-img,
.slider-athletes .bik-img {
    background-color: #f7f7f7;
    padding: 61px 32px;
    margin-bottom: 16px;
}

.demo-slider .bike-size div,
.slider-athletes .bike-size div {
    margin-bottom: 10px;
    display: block;
}

    .demo-slider .bike-size div span,
    .slider-athletes .bike-size div span {
        font-family: "fontmedium";
        font-size: 16px;
        color: #000;
    }

.demo-slider .bbb_viewed_title_container i,
.slider-athletes .bbb_viewed_title_container i {
    border: 1px solid #000;
    padding: 11px 12px;
    border-radius: 50%;
    cursor: pointer;
}

.demo-slider .owl-carousel .owl-item img,
.slider-athletes .owl-carousel .owl-item img {
    width: auto;
}

@media (max-width: 991px) {
    .demo-slider .bbb_viewed_slider_container,
    .slider-athletes .bbb_viewed_slider_container {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 991px) {
    .demo-slider .left-nav,
    .slider-athletes .left-nav {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 15px;
    }
}

@media (max-width: 991px) {
    .demo-slider .right-nav,
    .slider-athletes .right-nav {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding-top: 15px;
    }
}

.slider-athletes .bikes-demo-slider,
.slider-trail .bikes-demo-slider,
.bikes-slider .bikes-demo-slider {
    width: 300px;
}

@media (max-width: 991px) {
    .slider-athletes .slider-title,
    .slider-trail .slider-title,
    .bikes-slider .slider-title {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 991px) {
    .slider-athletes .left-nav,
    .slider-trail .left-nav,
    .bikes-slider .left-nav {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 991px) {
    .slider-athletes .right-nav,
    .slider-trail .right-nav,
    .bikes-slider .right-nav {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.header-section.bike-categories ul.navbar-nav li a {
    color: #fff;
}

.header-section.bike-categories ul.list-unstyled li a {
    color: #000;
}

.header-section.bike-categories nav {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
    z-index: 9999;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
}

.header-section.bike-categories .navbar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-section.bike-categories nav.scroll .navbar {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
}

.header-section.bike-categories nav.scroll ul.navbar-nav li a {
    color: #000;
}

.header-section.bike-categories .menu-responsive a {
    background-image: url(../img/footer-logo.png);
    width: 182px;
    height: 34px;
    background-repeat: no-repeat;
    display: inline-block;
}

@media (max-width: 767px) {
    .header-section.bike-categories .menu-responsive a {
        background-image: url(../img/PivotcyclesLogo_black.png);
    }
}

.header-section.bike-categories .scroll .menu-responsive a {
    background-image: url(../img/PivotcyclesLogo_black.png);
}

@media (max-width: 767px) {
    .space-slider-nav {
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .space-pixels {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 1200px) {
    .space-pixels {
        padding-left: 33px !important;
        padding-right: 33px !important;
    }
}

.space-pixels .mg-row {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .space-pixels .mg-row {
        margin: 0 -30px;
    }
}

.space-pixels-sm {
    padding-left: 33px !important;
    padding-right: 33px !important;
}

@media (max-width: 767px) {
    .space-pixels-sm {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 575px) {
    .space-pixels-sm {
        padding: 0 15px !important;
    }
}

.space-pixels-sm .mg-row {
    margin: 0 -15px;
}

@media (max-width: 575px) {
    .space-pixels-sm .mg-row {
        margin: 0 -15px;
    }
}

.career-accordion .accordion .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

    .career-accordion .accordion .card-header[aria-expanded="true"] i.fa-chevron-down:before {
        content: "\f077";
        -webkit-transition: content 2s ease;
        transition: content 2s ease;
    }

@media (max-width: 1024px) {
    .career-banner-section .section-details {
        padding: 32px 0;
    }
}

@media (max-width: 767px) {
}

a.pacific-blue {
    color: #00a0df;
}

.section-padding-xs.section-details {
    padding: 35px 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding: 0 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}

.blog-category:last-child {
    margin-bottom: 15px !important;
}

.mg-minus-row {
    margin: 0 -15px;
}

.pivot-container.sales-product {
    padding-bottom: 72px;
}

@media (max-width: 991px) {
    .pivot-container.sales-product {
        padding-bottom: 30px;
    }
}

.select-small {
    width: 100%;
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #f7f7f7;
    background-clip: padding-box;
    border: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    border-radius: 0;
}

@media (max-width: 374px) {
    .col-6.demo-check-field {
        flex: 0 0 58%;
        max-width: 58%;
    }

    .col-6.distance-field {
        flex: 0 0 38%;
        max-width: 38%;
    }

        .col-6.distance-field .form-control {
            padding-right: 0;
        }
}

.select-small .form-control {
    min-height: 28px;
    padding: 0 0.75rem;
    max-height: 28px;
}

.text-black {
    color: #000;
}

.text-light-grey {
    color: rgba(0, 0, 0, 0.38);
}

.mg-row-sm {
    margin: 0 -15px;
}

@media (min-width: 1920px) {
    .image-slider-spacing {
        /*width: 600px;*/
        margin-left: 152px;
        margin-right: 96px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .image-slider-color {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media (min-width: 1440px) {
    .image-slider-spacing .col-lg-2.slider-title,
    .image-slider-color .col-lg-2.slider-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px;
    }
}

@media (min-width: 1440px) {
    .image-slider-spacing .col-lg-10.bbb_viewed_slider_container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 60px);
        flex: 0 0 calc(100% - 60px);
        max-width: calc(100% - 60px);
    }
}

@media (min-width: 992px) {
    .image-slider-color .col-lg-2.slider-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px;
    }

    .image-slider-color .col-lg-10.bbb_viewed_slider_container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 60px);
        flex: 0 0 calc(100% - 60px);
        max-width: calc(100% - 60px);
    }
}

@media (min-width: 1920px) {
    .slider-trail.image-slider-spacing,
    .slider-trail.image-slider-color {
        width: 600px;
        margin-left: 152px;
        margin-right: 96px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .slider-trail.image-slider-color {
        width: auto;
        margin: 0;
    }
}

.search-section {
    height: calc(100vh - 339px);
}

@media (max-width: 575px) {
    .search-section {
        height: auto;
    }
}

@media (max-height: 768px) {
    .search-section {
        height: auto;
    }
}

@media (max-width: 767px) {
    .title-space-24 {
        padding: 24px 0;
    }
}

.pb-25 {
    padding-bottom: 25px;
}

@media (min-width: 1500px) {
    .bikes-slider.demo-slider.col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1440px;
        flex: 0 0 1440px;
        max-width: 1440px;
    }
}

.col-hover:hover {
    cursor: pointer;
}

    .col-hover:hover h6,
    .col-hover:hover p.title-blue-hover,
    .col-hover:hover .title-blue-hover {
        color: #00a0df;
    }

.componet-mod {
    font-size: 13px;
}

.all-p-font {
    font-size: 14px;
}

.all-h-s {
    min-height: 413px;
}

@media (min-width: 576px) and (max-width: 767px) {
    .all-h-s {
        min-height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .all-h-s {
        min-height: 317px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .all-h-s {
        min-height: 320px;
    }
}

.section-details.section-comment-space {
    padding: 21px 0 72px;
}

img {
    object-fit: contain;
}

.mySlides img {
    height: calc(100vh - 130px);
}

@media (max-width: 1199px) {
    .mySlides img {
        height: 100%;
    }
}

@media (max-height: 600px) {
    .mySlides img {
        height: calc(100vh - 130px);
    }
}

.demo-slider.col-12 .cycle-det h6 {
    white-space: nowrap;
    margin-bottom: 20px;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

@media (max-width: 575px) {
    /*.owl-stage	
    {	
        display: flex;	
        width: 100% !important;	
    }*/
    .owl-stage .col-card.owl-item,
    .owl-stage .owl-item {
        flex: 0 0 100% !important;
        /*max-width: 100% !important;	
            width: 100% !important;*/
        height: auto;
        /*margin: 0;*/
        box-shadow: none;
    }

        .image-slider-color .owl-stage .owl-item,
        .owl-stage .owl-item.prod-img-card {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 128px !important;
            flex: 0 0 128px !important;
            max-width: 128px !important;
            width: 128px !important;
            height: 139px;
            margin-right: 15px;
        }
    /* .demo-slider .bikes-demo-slider,	
  .slider-athletes .bikes-demo-slider {	
    width: 100%;	
  } */
    .Athletes_viewed_nav.Athletes_viewed_next.athletes_next {
        float: left;
    }

    .Athletes_viewed_nav.Athletes_viewed_prev.athletes_prev {
        float: right;
    }

    .review_viewed_nav.review_viewed_prev.reviews_prev {
        float: right;
    }

    .review_viewed_nav.review_viewed_next.reviews_next {
        float: left;
    }
}

.bg-grey {
    background-color: #f7f7f7;
}

.popover {
    padding: 1rem;
    max-width: 100%;
}

    .popover .popover-header,
    .popover .popover-body {
        padding: 0;
    }

.popover-header {
    background-color: #fff;
    border-bottom: none;
    position: relative;
    margin-bottom: 0.5rem;
}

    .popover-header i.close {
        position: absolute;
        right: 0;
        font-size: 1rem;
        cursor: pointer;
    }

.popover .popover-arrow::after,
.popover .popover-arrow::before {
    display: none;
}
/* @media (max-width: 767px) {	
  .addToSlide {	
    display: table-cell !important;	
  }	
} */
@media (max-width: 1199px) {
    .pivot-social-media {
        padding: 10px 0 0;
    }
}

@media (min-width: 375px) {
    .nowrap-mobile {
        flex-wrap: nowrap !important;
    }
}

@media (max-width: 1439px) {
    .br-laptop {
        display: none;
    }
}

@media (max-width: 374px) {
    .button-find-deler {
        display: flex;
    }

        .button-find-deler .btn-find {
            white-space: nowrap;
        }
}
/*body {	
    position: relative;	
}*/
/*-----------------------------*/
.bike-prod .prod-dec center {
    text-align: justify;
}

.slider-full .categories-details h6 p {
    color: #ffffff;
    font-family: fontregular;
    font-size: 15px;
}
/*-----------------------------*/
@media (max-width: 680px) {
    .addToSlide {
        display: table-cell !important;
    }
}

.tabbable-line .tab-content .card img {
    cursor: pointer;
}

.card.hover-b-black {
    border: 1px solid transparent;
}

    .card.hover-b-black:hover {
        border-color: #00a0df;
    }

.slider-tables-pivot table th:first-child, td:first-child {
    /*background-color: #fff !important;*/
}

@media (min-width: 1200px) {
    .nav-hover .dropdown-menu.show {
        display: none;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        z-index: 9999;
    }
}

@media (max-width: 680px) {
    .table-bike .order-2.order-lg-1 {
        display: none;
    }

    .table-bike .order-1.order-lg-2 {
        display: none;
    }
}

.product-detail .title-blue-hover a {
    color: #000;
    font-size: 0.956rem;
}

    .product-detail .title-blue-hover a:hover {
        color: #00a0df;
        text-decoration: none;
    }

.product-detail .order-one {
    cursor: context-menu;
}
/* ---------------------------- */
/* Common CSS Start */
/*********** HEADER ***********/
.admin-header-links {
    background-color: #333;
    text-align: center;
    color: #ffffff;
    /*position: fixed;*/
    width: 100%;
    z-index: 1000;
    top: 0;
}

    .admin-header-links * {
        display: inline-block;
        margin: 0 5px;
        line-height: 35px;
        font-size: 11px;
        font-weight: bold;
        font-family: fontregular;
        font-weight: normal;
    }

    .admin-header-links .impersonate {
        display: inline-block;
    }

        .admin-header-links .impersonate a {
            background-color: #555;
            padding: 0 15px;
        }

            .admin-header-links .impersonate a:hover {
                background-color: #666;
            }

.admin-header-links {
    z-index: 99999 !important;
}

    .admin-header-links a {
        border: none;
        color: #fff;
    }

.ajax-loading-block-window {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: url(../img/loading.gif) center no-repeat;
}

.bar-notification {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 100000;
    width: 100%;
    padding: 15px 25px 15px 10px;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
}

    .bar-notification.success {
        background-color: #4bb07a;
    }

    .bar-notification .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        margin: 7px;
        background: #fff url(../img/close.png) center no-repeat;
        cursor: pointer;
        opacity: 1;
    }

    .bar-notification .content {
        margin: 0 10px 0 0;
    }

    .bar-notification .content {
        color: #fff;
        text-align: center;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }
/* Common CSS End */
/* -----------26/03/2020-------------- */
.demo-slider .owl-carousel .owl-item img, .slider-athletes .owl-carousel .owl-item .product-det-imgslide img {
    width: 100%;
    height: 62px;
}

.owl-item.prod-img-card.slider-p-imf.mr-3 {
    display: inline-block;
}
/* -----------26/03/2020-------- */
/*--------------28/03/2020----------------*/
/* Demo bike sale page */
.p-bike-sale {
    background-color: #fff;
    color: #000;
    /*height: 100vh;*/
    overflow: auto;
}

    .p-bike-sale .sale-container {
        width: 100%;
        padding: 40px 48px 32px 48px;
    }

    .p-bike-sale .bg-grey-container.sale-container {
        background-color: #F7F7F7;
        padding: 48px;
    }

@media (max-width: 767px) {
    .p-bike-sale .bg-grey-container.sale-container {
        padding: 15px;
    }
}

.p-bike-sale .sale-container .row {
    margin: 0;
}

.p-bike-sale .sale-container .box-record {
    background-color: #fff;
    padding: 48px;
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .p-bike-sale .sale-container .box-record {
        padding: 15px 0;
        margin-bottom: 15px;
    }
}

.p-bike-sale .sale-container .row-mg-md:last-child .box-record {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .p-bike-sale .sale-container .row.row-mg-md {
        padding: 0 0 0 15px;
    }
}

@media (max-width: 1024px) {
    .p-bike-sale .bike-demo .sale-container {
        padding: 30px 48px;
    }

    .p-bike-sale .bike-demo .bg-grey-container.sale-container {
        padding: 48px;
    }
}

.p-bike-sale .bike-demo .section-title {
    padding-left: 15px;
}

@media (max-width: 767px) {
    .p-bike-sale .bike-demo .section-title {
        padding-left: 0;
    }

    .p-bike-sale .bike-demo .bg-grey-container.sale-container {
        padding: 15px;
    }
}

.p-bike-sale .bike-demo .section-title h3 {
    margin-bottom: 16px;
    padding: 0;
}

@media (max-width: 767px) {
    .p-bike-sale .bike-demo .sale-container {
        padding: 15px 0;
    }

    .p-bike-sale .sale-container .section-title h3 {
        font-size: 25px;
        font-family: "fontbold";
        padding-left: 0;
    }
}

.p-bike-sale .bike-demo .section-title p {
    margin-bottom: 24px;
}

.p-bike-sale .btn-outline-primary {
    color: #00a0df;
    border: 1px solid #00a0df;
}

.p-bike-sale .btn-primary {
    background-color: #00a0df;
    border-color: #00a0df;
}

    .p-bike-sale .btn-primary:hover,
    .p-bike-sale .btn-primary:not(:disabled):not(.disabled).active,
    .p-bike-sale .btn-primary:not(:disabled):not(.disabled).active:focus,
    .p-bike-sale .btn-primary:not(:disabled):not(.disabled):active:focus,
    .p-bike-sale .show > .btn-primary.dropdown-toggle:focus,
    .p-bike-sale .btn-primary:not(:disabled):not(.disabled):active,
    .p-bike-sale .show > .btn-primary.dropdown-toggle,
    .p-bike-sale .btn-primary.focus,
    .p-bike-sale .btn-primary:focus {
        background-color: #0a8ec1;
        border-color: #0a8ec1;
        box-shadow: none;
    }

.p-bike-sale .btn-primary,
.p-bike-sale .btn-outline-primary,
.p-bike-sale .btn-danger,
.p-bike-sale .btn-outline-danger {
    border-radius: 0;
}

    .p-bike-sale .btn-outline-primary:hover {
        color: #fff;
        background-color: #00a0df;
        border-color: #00a0df;
    }

.p-bike-sale .demo-prod-title {
    font-size: 26px;
    font-family: "fontbold";
}

@media (max-width: 767px) {
    .p-bike-sale .demo-prod-title {
        font-size: 18px;
    }
}

.p-bike-sale .demo-prod-subtitle {
    font-size: 20px;
    font-family: "fontmedium";
}

@media (max-width: 767px) {
    .p-bike-sale .demo-prod-subtitle {
        font-size: 16px;
    }
}

.p-bike-sale .demo-prod-desc {
    font-family: "fontlight";
}

.p-bike-sale .trail-img .col {
    max-width: 25%;
    padding: 0;
    margin: 0 15px 15px 0;
}

@media (max-width: 767px) {
    .p-bike-sale .trail-img .col:first-child {
        padding-left: 15px;
    }
}

.p-bike-sale .trail-img .col:last-child {
    margin-right: 0;
    padding-right: 15px;
}

.p-bike-sale .modal.modal-image-full {
    display: none;
    position: fixed;
    z-index: 1071;
    padding: 64px 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.54);
}
/* Modal Content */
.p-bike-sale .modal-image-full .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */
.p-bike-sale .modal-image-full .close {
    color: black;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    text-align: right;
    cursor: pointer;
}

    .p-bike-sale .modal-image-full .close:hover,
    .p-bike-sale .modal-image-full .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

.p-bike-sale .modal-image-full .prev,
.p-bike-sale .modal-image-full .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */
.p-bike-sale .modal-image-full .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
    /* On hover, add a black background color with a little bit see-through */
    .p-bike-sale .modal-image-full .prev:hover,
    .p-bike-sale .modal-image-full .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
    }

.p-bike-sale .hover-cursor {
    cursor: pointer;
}

@media (max-width: 767px) {
    .p-bike-sale .height-img-parts,
    .p-bike-sale .height-img-parts .col-12 {
        padding: 0 7px;
    }

        .p-bike-sale .height-img-parts .col-12 img.hover-cursor {
            height: 160px;
        }
}

.p-bike-sale .mySlides img {
    height: calc(100vh - 130px);
    object-fit: cover;
}

@media (max-width: 1199px) {
    .p-bike-sale .mySlides img {
        height: 100%;
    }
}

@media (max-height: 600px) {
    .p-bike-sale .mySlides img {
        height: calc(100vh - 130px);
    }
}
/*--------------28/03/2020----------------*/
/*-------------03/30/2020---------------*/
/*Tech Info footer page*/
body {
    background-color: #f2f2f2;
}

.p-tech-info {
    background-color: #fff;
    padding: 30px;
    /*height: 650px;*/
}

    .p-tech-info .p-tech-title h1.tech-h1 {
        font-family: "fontbold";
        color: #000;
        font-size: 32px;
        text-align: center;
    }

    .p-tech-info .p-tech-drop {
        padding: 40px 0;
    }

        .p-tech-info .p-tech-drop .form-control {
            display: block;
            width: 100%;
            min-height: calc(1.5em + 0.75rem + 2px);
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #000;
            background-color: #f7f7f7;
            background-clip: padding-box;
            border: none;
            -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
            height: 48px;
            border-radius: 0;
        }

        .p-tech-info .p-tech-drop .filter-p {
            margin: 0 auto;
            /*width: 40%;*/
        }

    .p-tech-info .file-down {
        background-color: #f2f2f2;
        border: 1px solid #f2f2f2;
        padding: 9px;
        color: #000;
        font-family: "fontmedium";
        font-size: 16px;
    }

    .p-tech-info a:hover {
        text-decoration: none;
    }

    .p-tech-info .file-down:hover {
        background-color: #fff;
        border: 1px solid #0092cd;
        padding: 9px;
        color: #000;
        font-size: 16px;
    }

    .p-tech-info .file-down img {
        cursor: pointer;
    }
/*-------------03/30/2020---------------*/
.message-error ul li {
    color: red;
}
/*--------------------- 04/04/20 --------------------*/
.field-validation-error {
    color: #f00 !important;
    font-family: 'fontlight';
    font-size: 14px;
}

#inventorylist_wrapper .dataTables_filter, #pricelist_wrapper .dataTables_filter {
    float: left;
    text-align: left;
}

#inventorylist_wrapper .dt-buttons, #pricelist_wrapper .dt-buttons {
    float: right;
}

.validation-summary-errors ul li {
    color: #f00 !important;
}

.inventory-grid-p {
    width: 100%;
    overflow: auto;
}

.inventory-data {
    width: 100%;
    overflow: auto;
}
/*--------------------- 04/04/20 --------------------*/
/*--------------------- 05/04/20 --------------------*/
/*.prod-spec-btn .btn.btn-grey.btn-blue-border {	
    background-color:#fff;	
}*/
.breadcrumb.store-b-product {
    background-color: #fff;
}
/*--------------------- 05/04/20 --------------------*/
/*--------------------- 04/04/20 --------------------*/
/*--------------------- 06/04/20 --------------------*/
#techspecs-tab .file-down {
    padding: 10px;
    color: #000;
    font-family: "fontmedium";
    font-size: 16px;
}

#techspecs-tab a:hover {
    text-decoration: none;
}

#techspecs-tab .file-down:hover {
    background-color: #fff;
    border: 1px solid #0092cd !important;
    padding: 9px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

#techspecs-tab .file-down img {
    cursor: pointer;
}
/*--------------------- 06/04/20 --------------------*/
/*--------------------- 07/04/20 --------------------*/
.demo-slider-det .d-b-demo-img img {
    width: 100% !important;
    height: auto;
}

@media (max-width: 1199px) {
    .demo-slider-det .d-b-demo-img img {
        width: 100% !important;
        height: auto;
    }
}

@media (max-width: 575px) {
    .cycle-det h5 {
        font-size: 13px;
        font-family: "fontregular";
    }

    .cycle-det h6 {
        font-size: 14px;
        font-family: "fontmedium";
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .cycle-det h5 {
        font-size: 20px;
        font-family: "fontregular";
    } 
    .cycle-det h6 {
        font-size: 16px;
        font-family: "fontmedium";
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cycle-det h5 {
        font-size: 15px;
        font-family: "fontregular";
    }

    .cycle-det h6 {
        font-size: 13px;
        font-family: "fontmedium";
    }

    .all-bikes .bikes-size-det h6 {
        font-size: 13px;
        font-family: "fontmedium";
        white-space:nowrap;
    }
}

.Athletes_viewed_item .bikes-demo-slider img.imgsize {
    width: 100%;
    height: 276px;
}
/*--------------------- 07/04/20 --------------------*/
/*--------------------- 08/04/20 --------------------*/
.r-img-d {
    position: relative;
}

.d-play-icon img {
    width: 80px;
    height: 80px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
}
/*--------------------- 08/04/20 --------------------*/
/*--------------------- 09/04/20 --------------------*/
.title-p-l {
    text-transform: uppercase;
}

.tabs-checkout label.custom-control-label {
    font-weight: normal;
}

.border-top {
    border-top: 1px solid #e8e8e8 !important;
}

.nav-tabs {
    border-bottom: 1px solid #e8e8e8;
}

#nav-billing table tr td > label {
    font-weight: normal;
}

#nav-tabContent label {
    /*text-transform: uppercase;*/
}

#nav-tabContent h4.title-cart.font-weight-bold {
    font-size: 25px;
}

.totals-item totals-item-total .totals-value {
    font-family: "falmabold";
    color: #000;
}

.bike-thankyou .section-title h3 {
    font-size: 32px;
}

.login-pagede .w-radio, .register-pagede .w-radio {
    display: flex;
    align-items: baseline;
}

    .login-pagede .w-radio .w-radio-input, .register-pagede .w-radio .w-radio-input {
        margin-right: 5px;
    }

.eu-cookie-bar-notification {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 20px;
    z-index: 999;
}

.ok-button.button-1 {
    background-color: #0092cd;
    padding: 11px 16px;
    color: #fff;
    border: 2px solid #0092cd;
}
/*--------------------- 09/04/20 --------------------*/
/*--------------------- 10/04/20 --------------------*/
.dropdown-menu.social-media-icon {
    width: 202px;
    padding: 0;
}

.social-media-icon .font-social {
    margin: 0 10px;
}

    .social-media-icon .font-social i {
        font-size: 28px;
    }

.reviews-slider.demo-slider.p-s-center .owl-stage-outer {
}

    .reviews-slider.demo-slider.p-s-center .owl-stage-outer .owl-stage {
        /*width: auto !important;
        display: flex;*/
        /*justify-content: center;*/
        margin: 0 auto;
    }

        .reviews-slider.demo-slider.p-s-center .owl-stage-outer .owl-stage .owl-item {
            margin: 0 auto;
        }

            .reviews-slider.demo-slider.p-s-center .owl-stage-outer .owl-stage .owl-item .reviewCount.owl-item {
                margin: 0 10px;
                padding: 35px 50px;
            }

@media (max-width: 575px) {
    .demo-slider .bikes-demo-slider, .slider-athletes .bikes-demo-slider {
        width: auto;
    }

    .reviews-slider.demo-slider.p-s-center .owl-stage-outer .owl-stage .owl-item {
        margin: 0 auto;
        height: 390px;
    }

        .reviews-slider.demo-slider.p-s-center .owl-stage-outer .owl-stage .owl-item .reviewCount.owl-item {
            padding: 20px 20px;
        }

    .demo-slider .bikes-demo-slider, .slider-athletes .bikes-demo-slider {
        margin: 0;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .demo-slider .bikes-demo-slider, .slider-athletes .bikes-demo-slider {
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .demo-slider .bikes-demo-slider, .slider-athletes .bikes-demo-slider {
        width: auto;
    }
}
/*@media (min-width: 992px) and (max-width: 1199px) {	
    .demo-slider .bikes-demo-slider, .slider-athletes .bikes-demo-slider {	
        width: 230px;	
    }	
}*/
a.hide-p-f {
    color: #0d6efd;
    cursor: pointer;
}

    a.hide-p-f:hover {
        color: #0d6efd;
        text-decoration: underline;
        cursor: pointer;
    }

.slider-c {
    margin: 0 auto;
}

.sale-p-d .btn-outline-danger:hover {
    background-color: #fff;
    color: #dc3545;
}

.sale-p-d .btn-outline-primary:hover {
    background-color: #fff;
    color: #0d6efd;
}

@media (max-width: 575px) {
    .sale-p-d label {
        padding-left: 0px;
    }
}
/*--------------------- 10/04/20 --------------------*/
/*--------------------- 13/04/20 --------------------*/
#aShareProduct {
    background-color: transparent;
    border: none;
}

.custom-control.custom-checkbox label, #email-form label {
    margin-left: 10px;
    font-family: "fontregular";
}

.flatpickr-current-month {
    padding: 0 !important;
}

.wishlist-result-p .result {
    text-align: center;
    padding: 60px 10px;
    font-size: 24px;
    color: #00a0df;
    font-weight: 600;
}
/*--------------------- 13/04/20 --------------------*/
/*--------------------- 14/04/20 --------------------*/
.bike-lists .bike-box .bikes-imgs {
    height: 230px;
}

@media (min-width: 1366px) {
    .cycle-det h5 {
        font-size: 15px;
    }
}

.l-p-header .dropdown-toggle .div-button::before {
    display: inline-block;
    margin-left: 0;
    margin-right: 15px;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.l-p-header .dropdown-toggle::after {
    display: none;
}

.l-p-header .btn.btn-secondary.dropdown {
    color: #000;
    background-color: transparent;
    border-color: #000;
}

@media (max-width: 1359px) and (min-width: 1200px) {
    .l-p-header .btn.btn-secondary.dropdown {
        width: 135px;
        min-width: 135px;
        max-width: 135px;
        padding: 11px 10px;
    }
}

.l-p-header .btn.btn-secondary.dropdown:hover {
    color: #000;
    background-color: transparent;
    border-color: #000;
}
/*--------------------- 14/04/20 --------------------*/
/*--------------------- 15/04/20 --------------------*/
.ragister-b {
    text-align: center;
    margin: 90px 0;
}

    .ragister-b .title-r-b .result {
        padding: 80px 0;
    }
/* Account - Order 14/4 */
.accordion-tbl .card {
    border-radius: 0;
}

.accordion-tbl .card-header {
    padding: 15px 0 0 0;
    font-family: "fontregular";
    position: relative;
}

    .accordion-tbl .card-header .show-coll-icon {
        /*position: absolute;	
        top: 20px;	
        left: 5px;*/
        color: #00a0df;
    }

    .accordion-tbl .card-header[aria-expanded="true"] .show-coll-icon {
        color: #ddd;
    }

        .accordion-tbl .card-header[aria-expanded="true"] .show-coll-icon:before {
            content: "\f146";
        }

.accordion-tbl .card-body {
    padding: 15px 0 0;
}

.accordion-tbl .font-regular {
    font-family: "fontregular";
    font-size: 16px;
}

@media (max-width: 575px) {
    .accordion-tbl .font-regular {
        font-size: 12px;
    }
}

.accordion-tbl .font-18 {
    font-size: 18px;
}

.accordion-tbl .input-qty {
    width: 60px;
    padding: 3px 5px;
    border: 1px solid #e8e8e8;
    text-align: center;
    font-family: "fontregular";
}

.bike-account .content-all.order-p-x {
    width: 100%;
}

.result.recover-e-p {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 0 50px 0;
    color: #00a0df;
    font-weight: normal;
    font-family: 'fontbold';
}

.btn.btn-outline-secondary.w-100.mb-3.disabled:hover {
    color: #6c757d;
}
/*--------------------- 15/04/20 --------------------*/
/*--------------------- 16/04/20 --------------------*/
/* Order section 15-4 */
/* md-order-dtl */
.md-order-dtl .text-light-blue {
    color: #00a0df;
}

@media (min-width: 1024px) {
    .md-order-dtl .border-lg-right {
        border-right: 1px solid #e8e8e8;
    }
}
/* shipped-prod-dtl */
.shipped-prod-dtl .overview-section {
    border: 1px solid #e8e8e8;
    border-width: 0 1px 1px;
}

@media (max-width: 767px) {
    .shipped-prod-dtl .overview-section {
        border-width: 1px 0 0;
    }

    .shipped-prod-dtl .overview-sub {
        border: 1px solid #e8e8e8;
        border-width: 0 1px 1px;
    }
}

.shipped-prod-dtl .overview-head {
    background-color: #e8e8e8;
    font-family: "fontmedium";
}

.shipped-prod-dtl .overview-head,
.shipped-prod-dtl .overview-body {
    padding: 10px 15px;
}
/*--------------------- 16/04/20 --------------------*/
/*--------------------- 16/04/20 A--------------------*/
.best-perfor-bike .world-product-title .choose-color ul {
    display: block;
    text-align: center;
    padding: 0;
}

.bike-det-container .sm-bike-detail img.buildBikeImg {
    width: 650px;
    height: 420px;
    object-fit: contain !important;
}

@media (max-width: 575px) {
    .bike-det-container .sm-bike-detail img.buildBikeImg {
        width: 650px;
        height: 250px !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .bike-det-container .sm-bike-detail img.buildBikeImg {
        width: 650px;
        height: 250px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bike-det-container .sm-bike-detail img.buildBikeImg {
        width: 650px;
        height: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

.wishl-c-p {
    text-align: center;
    margin: 50px 0 50px 10px;
}

.product-quantity .message-error ul {
    padding: 0;
    list-style: none;
    margin-top: 6px;
}

.Athletes_viewed_item .bikes-demo-slider .font-weight-bold {
    color: #000;
}

    .Athletes_viewed_item .bikes-demo-slider .font-weight-bold:hover {
        color: #00a0df;
    }

.review_viewed_item .bikes-demo-slider div.font-weight-bold {
    font-family: "fontmedium";
    font-size: 16px;
    min-height: 50px;
}

.review_viewed_item .bikes-demo-slider h5.font-weight-bold {
    font-family: "fontbold";
    font-size: 25px;
}

.textellipsis {
    margin-bottom: 20px;
}

.zui-scroller .bikeGeometry .tbl-geometry tr td:first-child {
    background-color: #fff;
}
/*--------------------- 16/04/20 --------------------*/
/*--------------------- 17/04/20 --------------------*/
.p-f-not h1 {
    color: #e83e3e;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 40px;
}

.p-f-not .page-body {
    font-size: 16px;
    padding-bottom: 80px;
}

.p-f-not .topic-block-body > p > strong {
    font-size: 22px;
    font-weight: 700;
}

a:hover {
    text-decoration: none;
}
/*--------------------- 17/04/20 --------------------*/
/*--------------------- 21/04/20 --------------------*/
.add-to-cart .btn-link-cart:hover {
    color: #00a0df;
}

.add-to-cart .product .product-details .product-title a:hover {
    color: #00a0df;
}

@media (max-width: 575px) {
    .finddealer-msg h5 {
        text-align: left !important;
    }
}
/*--------------------- 21/04/20 --------------------*/
/*--------------------- 23/04/20 --------------------*/
.demoSliderOne .owl-stage-outer .bbb_viewed_item.d-flex.flex-column .bikes-demo-slider .bik-img .d-b-demo-img img {
    height: 180px;
    object-fit: contain;
}

@media (max-width: 575px) {
    .container-detail .demo-slider-det .demo-slider .bikes-demo-slider {
        width: 290px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-detail .demo-slider-det .demo-slider .bikes-demo-slider {
        width: 250px;
    }

    .demoSliderOne .owl-stage-outer .bbb_viewed_item.d-flex.flex-column .bikes-demo-slider .bik-img .d-b-demo-img img {
        height: 115px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container-detail .demo-slider-det .demo-slider .bikes-demo-slider {
        width: 350px;
    }
}
/*--------------------- 23/04/20 --------------------*/
/*--------------------- 24/04/20 --------------------*/
@media (max-width: 575px) {
    .explo-menu {
        position: relative;
        top: -30px;
    }

    .social-menu-f {
        position: relative;
        top: 2px;
    }
}

.product-code {
    margin-bottom: 10px;
}

    .product-code h6 {
        font-family: "fontmedium";
        font-size: 16px;
        float: left;
        margin-right: 8px;
    }

    .product-code .additional-details {
        font-family: "fontregular";
        font-size: 14px;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .reviewNext.slider-title.right-nav .bbb_viewed_title_container {
        text-align: right;
    }
}

.ORDER-This-build {
    font-family: "fontmedium" !important;
    font-size: 16px !important;
    font-style: normal !important;
}

.bike-checkout .product .product-details .product-title a:hover {
    color: #00a0df;
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 3.75rem auto;
    }
}
/*--------------------- 24/04/20 --------------------*/
/*--------------------- 27/04/20 --------------------*/
@media (max-width: 575px) {
    main {
        margin-bottom: 629px;
        /*margin-bottom: 582px;*/
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    main {
        margin-bottom: 405px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    main {
        margin-bottom: 355px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    main {
        margin-bottom: 254px !important;
    }
}

.collapse.navbar-collapse.d-flex .float-nav-scroll {
    margin: 0 auto;
    display: block;
}

@media (max-width: 575px) {
    .collapse.navbar-collapse.d-flex .float-nav-scroll ul li {
        padding: 0 10px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .collapse.navbar-collapse.d-flex .float-nav-scroll ul li {
        padding: 0 10px;
    }
}

.bikes-demo-slider .bike-size p {
    word-break: normal;
}

@media (max-width: 575px) {
    .container-detail .demo-slider .bike-size div span {
        font-size: 14px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .container-detail .demo-slider .bike-size div span {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-detail .demo-slider .bike-size div span {
        font-size: 14px;
    }
}

.add-new-location-add {
    padding-top: 42px;
    font-family: fontregular;
    font-size: 14px;
}

@media (max-width: 575px) {
    .add-new-location-add {
        padding-top: 10px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .add-new-location-add {
        padding-top: 10px;
    }
}
/*--------------------- 27/04/20 --------------------*/
/*--------------------- 28/04/20 --------------------*/
.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
    right: 12px;
}

@media (min-width: 576px) and (max-width: 767px) {
    .flatpickr-calendar.inline {
        display: block;
        position: relative;
        top: 2px;
        right: 13px;
    }
}

@media (max-width: 575px) {
    .accordion.accordion-tbl .card-header .col-sm {
        text-align: left !important;
    }
}

.m-device-f .textwidget.custom-html-widget ul {
    padding: 0;
}

    .m-device-f .textwidget.custom-html-widget ul li:first-child {
        padding-left: 0;
    }

@media (max-width: 575px) {
    .m-device-f .textwidget.custom-html-widget ul li:last-child {
        padding-right: 0;
    }
}

.acc-record-detail .text-blue a {
    color: #000;
}

    .acc-record-detail .text-blue a:hover {
        color: #00A0DF;
    }

.acc-record-detail .text-secondary {
    font-family: "fontregular";
}

.acc-record-detail div strong {
    font-family: "fontmedium";
}

.acc-record-detail {
    /*font-family: "fontmedium";*/
    font-family: "fontregular";
}

.shipped-prod-dtl .overview-sub .overview-body a {
    color: #000;
}

    .shipped-prod-dtl .overview-sub .overview-body a:hover {
        color: #00A0DF;
    }

.Athletes_viewed_slider_container .owl-item {
    color: #000;
}

    .Athletes_viewed_slider_container .owl-item:hover .bikes-demo-slider > div {
        color: #00A0DF;
    }

    .Athletes_viewed_slider_container .owl-item .bikes-demo-slider > div {
        font-family: "fontmedium";
    }

.qq-uploader-selector.qq-uploader .btn.btn-default:hover {
    color: #000;
}

.title-acc-info input {
    font-family: "fontregular";
}

.custom-control.custom-checkbox .w-radio .w-form-label {
    font-family: "fontlight";
    font-weight: normal;
}
/*--------------------- 28/04/20 --------------------*/
/*--------------------- 29/04/20 --------------------*/
@media (max-width: 575px) {
    .nav-account .entity-container .row.row-mg-md, .bike-account .entity-container .row.row-mg-md {
        padding: 0;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .nav-account .entity-container .row.row-mg-md, .bike-account .entity-container .row.row-mg-md {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bike-account .entity-container .box-record {
        padding: 0 29px;
    }

    .nav-account .entity-container .row.row-mg-md, .bike-account .entity-container .row.row-mg-md {
        padding: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-account .entity-container .row.row-mg-md, .bike-account .entity-container .row.row-mg-md {
        padding: 0 11px;
    }
}

@media (max-width: 575px) {
    .add-new-location-add {
        padding: 0 15px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .add-new-location-add {
        padding: 0 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .add-new-location-add {
        padding: 15px 15px;
        font-size: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .add-new-location-add {
        padding: 15px 15px;
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .price-detail-a {
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .prod-head-ap, .product-main-dap {
        padding: 0;
    }
}

.produ-name-d {
    font-family: "fontmedium";
}

@media (max-width: 575px) {
    .login-pagede h5 > div {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bike-checkout .sale-container .box-record {
        padding: 24px 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bike-checkout .sale-container .box-record {
        padding: 24px 15px;
    }
}

#nav-billing .card-body div > input {
    margin-right: 5px;
}

#nav-billing .card-body div + div {
    padding-left: 24px;
    font-family: fontregular;
    font-size: 14px;
}

.sale-container .align-items-end h3 {
    font-size: 32px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dealers-filter {
        padding: 24px 29px;
    }
}

.add-to-cart .totals .totals-item label, .add-to-cart .totals .totals-item .totals-value {
    font-family: "fontregular";
}

.tab-accinfo .card.card-entity .card-body div + div {
    font-family: "fontregular";
    font-size: 16px;
}
/*--------------------- 29/04/20 --------------------*/
/*--------------------- 30/04/20 --------------------*/
.add-to-cart .product .product-quantity input:focus {
    outline-color: #00a0df;
}

.accordion-tbl .input-qty:focus {
    outline-color: #00a0df;
}

.nav-account .sub-menu label {
    font-family: "fontbold";
    font-size: 16px;
}

@media (max-width: 575px) {
    .add-to-cart {
        padding: 0;
    }

    .prod-summary-order-a {
        padding: 0;
    }
}
/*--------------------- 30/04/20 --------------------*/
/*--------------------- 01/05/20 --------------------*/
@media (min-width: 1024px) {
    .zui-scroller-slider.specifiaction.fixspec .tbl-slider thead {
        display: block;
        /*padding-right: 17px;*/
    }

    .zui-scroller-slider.specifiaction.fixspec .tbl-slider tbody {
        /*overflow: auto;	
        height: 600px;*/
        display: block;
    }
    /*.zui-scroller-slider {	
        padding-left: 149px;	
        overflow-x: auto;	
        overflow-y: hidden;	
    }*/
    .tbl-slider tr th, .tbl-slider tr td {
        border: 1px solid #E8E8E8;
        padding: 16px 18px;
        text-align: center;
        width: 412px;
        /*max-width: 412px;*/
        min-width: 150px;
        height: 80px;
    }

        .tbl-slider tr th:first-child, .tbl-slider tr td:first-child {
            text-align: left;
            width: 151px;
            background-color: #f7f7f7 !important;
            left: 0;
            /*position: absolute;*/
            top: auto;
            z-index: 1;
            min-height: 100%;
            color: #000 !important;
            white-space: normal;
        }
}

@media (max-width: 1023px) {
    .tbl-slider tr th:first-child, .tbl-slider tr td:first-child {
        text-align: left;
        width: 151px;
        background-color: #f7f7f7 !important;
        left: 0;
        position: absolute;
        top: auto;
        z-index: 1;
        min-height: 100%;
        color: #000 !important;
        white-space: normal;
    }

    .zui-scroller-slider {
        padding-left: 149px;
        overflow-x: auto;
        overflow-y: hidden;
    }
}

@media (max-width: 575px) {
    .demo-slider-det .demo-det .pivot-btn {
        float: left !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .demo-slider-det .demo-det .pivot-btn {
        float: left !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .demo-slider-det .demo-det .pivot-btn {
        float: left !important;
    }
}
/*--------------------- 01/05/20 --------------------*/
/*--------------------- 04/05/20 --------------------*/
@media (max-width: 575px) {
    .Athletes_viewed_item .bikes-demo-slider img.imgsize {
        width: 276px;
        height: 276px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .Athletes_viewed_item .bikes-demo-slider img.imgsize {
        width: 276px;
        height: 276px;
    }

    .slider-title .bbb_viewed_title_container.right-nav .athletes_prev {
        float: right;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .Athletes_viewed_item .bikes-demo-slider img.imgsize {
        width: 276px;
        height: 276px;
    }

    .slider-title .bbb_viewed_title_container.right-nav .athletes_prev {
        float: right;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .Athletes_viewed_item .bikes-demo-slider img.imgsize {
        width: 276px;
        height: 276px;
    }
    /*.slider-title .bbb_viewed_title_container.left-nav .athletes_next {	
        float: right;	
    }*/
}
/*--------------------- 04/05/20 --------------------*/
/*--------------------- 05/05/20 --------------------*/
.demo-slider-det .demo-det h5 {
    word-break: break-word;
}

@media (max-width: 575px) {
    .bike-checkout .tabs-checkout .nav-tabs .nav-link {
        font-size: 16px;
        padding: .5rem 6px;
    }
}

.select-box-bike .bbb_viewed_item .d-flex.align-items-center {
    margin-bottom: 11px;
}

.select-box-bike span {
    font-family: "fontmedium";
    text-align: center;
    font-size: 16px;
}

.select-box-bike.activecolor {
    padding: 8px !important;
}
/*@media (max-width: 575px) {	
    .reviews-slider.demo-slider.p-s-center .owl-stage-outer .owl-stage .owl-item .reviewCount.owl-item {	
        margin-left: 5px;	
    }	
}*/
@media (min-width: 576px) and (max-width: 767px) {
    .reviewPrev.slider-title.left-nav .review_viewed_prev.reviews_prev {
        float: right;
    }

    .reviewNext.slider-title.right-nav .review_viewed_next.reviews_next {
        float: left;
    }

    .owl-stage .col-card.owl-item,
    .owl-stage .owl-item {
        flex: 0 0 50% !important;
        /*max-width: 100% !important;	
            width: 100% !important;*/
        /*height: auto;*/
        /*margin: 0;*/
        box-shadow: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .reviewPrev.slider-title.left-nav .review_viewed_prev.reviews_prev {
        float: right;
    }

    .reviewNext.slider-title.right-nav .review_viewed_next.reviews_next {
        float: left;
    }

    .owl-stage .col-card.owl-item,
    .owl-stage .owl-item {
        flex: 0 0 50% !important;
        /*max-width: 100% !important;	
            width: 100% !important;*/
        /*height: auto;*/
        /*margin: 0;*/
        box-shadow: none;
    }
}
/*--------------------- 05/05/20 --------------------*/
/*--------------------- 06/05/20 --------------------*/
.payment-n-b tr td input {
    display: block;
    width: 100%;
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #f7f7f7;
    background-clip: padding-box;
    border: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    height: 48px;
    border-radius: 0;
}

.billing-location-p {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px !important;
}

    .billing-location-p > div {
        margin-bottom: 30px !important;
        font-family: fontregular;
        font-size: 14px;
    }

@media (max-width: 575px) {
    .pad-confim-p {
        padding: 0;
    }

    .main-pad-chack {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .pad-confim-p {
        padding: 0;
    }

    .main-pad-chack {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pad-confim-p {
        padding: 0;
    }

    .main-pad-chack {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pad-confim-p {
        padding: 0;
    }

    .main-pad-chack {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cycle-det h5 {
        font-size: 20px;
    }
}

.wishlist-all-p {
    padding: 0;
}

@media (max-width: 575px) {
    .wishlist-all-p {
        padding: 0 15px;
    }
}

@media (max-width: 575px) {
    .image-slider-color .owl-stage .owl-item, .owl-stage .owl-item.prod-img-card {
        width: 94px !important;
        /* margin: 0 !important; */
        flex: 0 0 80px !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 991px) {
    .image-slider-color .owl-stage .owl-item, .owl-stage .owl-item.prod-img-card {
        width: 98px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .image-slider-color .owl-stage .owl-item, .owl-stage .owl-item.prod-img-card {
        width: 118px;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .image-slider-color .owl-stage .owl-item, .owl-stage .owl-item.prod-img-card {
        width: 118px;
    }
}

@media (max-width: 575px) {
    /*.search-demo-bikem {	
        margin-top:10px;	
    }*/
    .search-demo-bb {
        margin-top: 10px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    /*.search-demo-bikem {	
        margin-top: 20px;	
    }*/
    .search-demo-bb {
        margin-top: 10px;
    }
    /*.m-p-search {	
        padding-left: 0;	
    }	
    .sec-a {	
        padding-left: 0;	
    }	
    .sec-c {	
        padding-right: 0;	
    }*/
}

@media (min-width: 768px) and (max-width: 991px) {
    .search-demo-bikem {
        margin-top: 20px;
    }

    .search-demo-bb {
        margin-top: 10px;
    }

    .m-p-search {
        padding-left: 0;
        padding-right: 0;
    }

    .sec-a {
        padding-left: 0;
    }

    .sec-c {
        padding-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .search-demo-bikem {
        margin-top: 20px;
    }

    .sec-a {
        padding-left: 0;
    }

    .sec-c {
        padding-right: 0;
    }

    .m-p-search {
        padding-left: 0;
        padding-right: 0;
    }
}

ul.login-det.d-none.d-xl-flex li:last-child a {
    padding-right: 0 !important;
}
/*--------------------- 06/05/20 --------------------*/
/*--------------------- 07/05/20 --------------------*/
.tabbable-panel .tabbable-line {
    margin-top: 10px;
    /*float: left;*/
}

@media (min-width: 768px) and (max-width: 991px) {
    .btndemo-p {
        padding-left: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sale-p-d {
        padding: 0;
    }

    .btndemo-p {
        padding: 0;
    }
}
/*--------------------- 07/05/20 --------------------*/
/*--------------------- 08/05/20 --------------------*/
.btn-inventory-cart {
    font-size: 13px;
    padding: 8px;
}

#dynamictable #inventorylist tbody tr td {
    font-size: 13px;
    padding: 8px 6px;
}
/*.inventory-td4	
{	
    white-space: nowrap;	
    width: 100px;	
    overflow: hidden;	
    text-overflow: ellipsis;	
    display: block;	
    line-height: 37px;	
}*/
.inventory-th5, .inventory-th6 {
    white-space: normal !important;
}

#dynamictable .dataTables_wrapper.no-footer table.dataTable thead tr:first-child th {
    font-size: 16px;
    font-family: "fontbold";
}

#dynamictable .dataTables_wrapper.no-footer table.dataTable thead th {
    padding: 10px 16px 10px 6px;
}

.pallpi-0 {
    padding: 0;
}
/*@media (max-width: 575px)	
{	
    .pallpi-0	
    {	
        padding: 0 15px;	
    }	
}*/
/*--------------------- 08/05/20 --------------------*/
/*--------------------- 11/05/20 --------------------*/
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.top-header-msg {
    color: #000;
    font-size: 18px;
    text-align: center;
    /*padding: 18px 20px;*/
    font-family: "fontregular";
}

    .top-header-msg .alert {
        margin-bottom: 0;
        border-radius: 0;
        border: 0;
    }

    .top-header-msg .alert-warning {
        color: #000;
        background-color: #ecec30;
    }

        .top-header-msg .alert-warning a {
            color: #000;
            text-decoration: underline;
        }

    .top-header-msg .alert .close {
        opacity: 1;
        color: #000;
        padding: .50rem 1.25rem;
        text-shadow: none;
    }

.login-pagede .login-all-padd {
    margin-top: 20px;
}

.register-pagede {
    margin-top: 20px !important;
}
/*.register-pagede .login-all-padd {	
        padding-top:35px;	
    }*/
.login-pagede .login-all-padd form {
    margin-bottom: 70px;
}

.register-pagede .login-all-padd form {
    margin-bottom: 70px;
}

.container-login {
    max-width: 1140px;
    margin: 0 auto;
}
/*--------------------- 11/05/20 --------------------*/
/*--------------------- 12/05/20 --------------------*/
.nav-account.sub-page-menu {
    /*position: sticky;*/
    position: fixed;
}

.bike-account .bike-demo .content-all {
    padding-top: 110px !important
}

.ridersidebarheader a {
    text-transform: uppercase;
}

.add-to-cart .buttons > button {
    margin-bottom: 10px;
}

#product-details-form .slider-trail .bbb_viewed_item img {
    height: auto;
}

.btn.btn-primary:hover {
    background-color: #0092cd;
}
/*--------------------- 12/05/20 --------------------*/
/*----------------------- 12/05/20 Yashika ---------------------*/
.bike-account .btn-primary,
.bike-account .btn-primary:hover, .bike-account .btn-primary:focus {
    color: #fff;
}

.warranty-page .bike-account .btn-primary,
.warranty-page .bike-account .btn-outline-primary,
.warranty-page .bike-account .btn-outline-secondary {
    display: flex;
    align-items: center;
}

textarea.form-control, textarea.form-control:focus {
    height: auto;
}

.tabs-warranty-four .nav.nav-tabs {
    justify-content: center;
}

    .tabs-warranty-four .nav.nav-tabs .nav-link, .tabs-warranty-four .nav.nav-tabs .nav-link:hover {
        color: #707070;
        border-color: transparent;
        font-family: "fontmedium";
    }

        .tabs-warranty-four .nav.nav-tabs .nav-link.active {
            color: #00a0df;
            border-color: transparent transparent #00a0df;
            border-bottom-width: 2px;
        }

@media (max-width: 767px) {
    .tabs-warranty-four .nav.nav-tabs {
        justify-content: flex-start;
        overflow: auto;
        flex-wrap: nowrap;
    }

        .tabs-warranty-four .nav.nav-tabs .nav-link, .tabs-warranty-four .nav.nav-tabs .nav-link:hover {
            white-space: nowrap;
        }
}
/* datatables start */
.datatable-acc {
    border: 0;
}

    .datatable-acc tr {
        border: 0;
        border-bottom: 1px solid #ced4da;
        padding: 15px;
        background-color: #fff;
    }

    .datatable-acc .long-td {
        width: 140px;
    }

    .datatable-acc .medium-td {
        width: 100px;
    }

    .datatable-acc .small-td {
        width: 70px;
    }

.bike-account .btn-primary,
.bike-account .btn-primary:hover, .bike-account .btn-primary:focus {
    color: #fff;
}

.warranty-page .bike-account .btn-primary,
.warranty-page .bike-account .btn-outline-primary,
.warranty-page .bike-account .btn-outline-secondary {
    display: flex;
    align-items: center;
}

textarea.form-control, textarea.form-control:focus {
    height: auto;
}

.tabs-warranty-four .nav.nav-tabs {
    justify-content: center;
}

    .tabs-warranty-four .nav.nav-tabs .nav-link, .tabs-warranty-four .nav.nav-tabs .nav-link:hover {
        color: #707070;
        border-color: transparent;
        font-family: "fontmedium";
    }

        .tabs-warranty-four .nav.nav-tabs .nav-link.active {
            color: #00a0df;
            border-color: transparent transparent #00a0df;
            border-bottom-width: 2px;
        }

@media (max-width: 767px) {
    .tabs-warranty-four .nav.nav-tabs {
        justify-content: flex-start;
        overflow: auto;
        flex-wrap: nowrap;
    }

        .tabs-warranty-four .nav.nav-tabs .nav-link, .tabs-warranty-four .nav.nav-tabs .nav-link:hover {
            white-space: nowrap;
        }
}
/* datatables start */
.datatable-acc {
    border: 0;
}

    .datatable-acc tr {
        border: 0;
        border-bottom: 1px solid #ced4da;
        padding: 15px;
        background-color: #fff;
    }

    .datatable-acc .long-td {
        width: 140px;
    }

    .datatable-acc .medium-td {
        width: 100px;
    }

    .datatable-acc .small-td {
        width: 70px;
    }

    .datatable-acc .collapse-list {
        background-color: #efefef;
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-bottom: 1px solid #ced4da;
    }

        .datatable-acc .collapse-list:last-child {
            border-bottom: none;
        }

table.dataTable.customDatatable thead th, table.dataTable.customDatatable tbody td {
    padding: 10px 15px;
}

table.dataTable.customDatatable thead th {
    background-color: #efefef;
}

.customDatatable.datatable-acc.table thead th,
.customDatatable.datatable-acc.table-bordered td,
.customDatatable.datatable-acc.table-bordered th {
    border-color: #e8e8e8;
    vertical-align: middle;
}

.customDatatable.datatable-acc.table-bordered tfoot th,
.customDatatable.datatable-acc.table-bordered tbody td,
.customDatatable.datatable-acc.table-bordered thead td,
.customDatatable.datatable-acc.table-bordered thead th {
    border-width: 1px 0;
}

table.dataTable.customDatatable.dtr-inline > tbody > tr.odd > td:first-child, table.dataTable.customDatatable.dtr-inline > tbody > tr.even > td:first-child, table.dataTable.customDatatable.dtr-inline > tbody > tr.odd > th:first-child, table.dataTable.customDatatable.dtr-inline > tbody > tr.even > th:first-child {
    padding-left: 15px;
    cursor: pointer;
}

    table.dataTable.customDatatable.dtr-inline > tbody > tr.odd > td:first-child:before, table.dataTable.customDatatable.dtr-inline > tbody > tr.even > td:first-child:before, table.dataTable.customDatatable.dtr-inline > tbody > tr.odd > th:first-child:before, table.dataTable.customDatatable.dtr-inline > tbody > tr.even > th:first-child:before {
        content: none;
    }

table.dataTable.customDatatable.dtr-inline.collapsed > tbody > tr {
    cursor: pointer;
}

    table.dataTable.customDatatable.dtr-inline.collapsed > thead > tr > th:first-child,
    table.dataTable.customDatatable.dtr-inline.collapsed > tbody > tr.odd > td:first-child,
    table.dataTable.customDatatable.dtr-inline.collapsed > tbody > tr.even > td:first-child,
    table.dataTable.customDatatable.dtr-inline.collapsed > tbody > tr.odd > th:first-child,
    table.dataTable.customDatatable.dtr-inline.collapsed > tbody > tr.even > th:first-child {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
    }

        table.dataTable.customDatatable.dtr-inline.collapsed > tbody > tr.odd > td:first-child:before,
        table.dataTable.customDatatable.dtr-inline.collapsed > tbody > tr.odd > th:first-child:before,
        table.dataTable.customDatatable.dtr-inline.collapsed > tbody > tr.even > td:first-child:before,
        table.dataTable.customDatatable.dtr-inline.collapsed > tbody > tr.even > th:first-child:before {
            top: 12px;
            left: 4px;
            height: 18px;
            width: 18px;
            display: block;
            position: absolute;
            border: 1px solid #ddd;
            background-color: #ddd;
            color: #fff;
            text-align: center;
            line-height: 18px;
            box-sizing: content-box;
            content: "+";
            font-weight: 700;
            border-radius: 50%;
        }

    table.dataTable.customDatatable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
    table.dataTable.customDatatable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
        content: "-";
    }

table.dataTable.customDatatable.dtr-inline.compact.collapsed > tbody > tr > td:first-child,
table.dataTable.customDatatable.dtr-inline.compact.collapsed > tbody > tr > th:first-child {
    padding-left: 27px;
}

    table.dataTable.customDatatable.dtr-inline.compact.collapsed > tbody > tr > td:first-child:before,
    table.dataTable.customDatatable.dtr-inline.compact.collapsed > tbody > tr > th:first-child:before {
        top: 5px;
        right: 4px;
        height: 14px;
        width: 14px;
        border-radius: 1px;
        line-height: 12px;
    }

table.dataTable.customDatatable.dtr-column.collapsed > tbody > tr > td.control,
table.dataTable.customDatatable.dtr-column.collapsed > tbody > tr > th.control {
    position: relative;
    cursor: pointer;
}

    table.dataTable.customDatatable.dtr-column.collapsed > tbody > tr > td.control:before,
    table.dataTable.customDatatable.dtr-column.collapsed > tbody > tr > th.control:before {
        top: 50%;
        left: 50%;
        height: 16px;
        width: 16px;
        margin-top: -10px;
        margin-left: -10px;
        display: block;
        position: absolute;
        color: white;
        border-radius: 1px;
        text-align: center;
        line-height: 14px;
        box-sizing: content-box;
        content: "+";
    }

table.dataTable > tbody > tr.child {
    padding: 0.5em 1em;
}

table.datatable-acc.dataTable tbody tr.child:hover, table.datatable-acc.dataTable tbody tr.even:hover, .datatable-acc tbody tr:hover {
    background: transparent;
}

.datatable-acc tr.odd.shown + tr td, .datatable-acc tr.even.shown + tr td {
    padding: 0;
}

table.dataTable > tbody > tr.child ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.dataTables_wrapper table.dataTable ~ .dataTables_paginate .paginate_button.current, .dataTables_wrapper table.dataTable ~ .dataTables_paginate .paginate_button.current:hover {
    background: #fff;
}

table.dataTable > tbody > tr.child ul li {
    border-bottom: 1px solid #efefef;
    padding: 0.5em 0;
}

    table.dataTable > tbody > tr.child ul li:first-child {
        padding-top: 0;
    }

    table.dataTable > tbody > tr.child ul li:last-child {
        border-bottom: none;
    }

table.dataTable > tbody > tr.child span.dtr-title {
    display: inline-block;
    min-width: 125px;
    font-weight: bold;
}

table.dataTable.no-footer {
    border-bottom: #ced4da;
}

.custom-input .form-control {
    margin-left: 0px !important;
}

.tabs-warranty-four .tab-pane, .tabs-warranty-four .tab-pane > .row {
    min-height: 264px;
}

    .tabs-warranty-four .tab-pane .tab-nav {
        align-self: flex-end;
    }
/*.datepicker.datepicker-orient-bottom {	
    margin-top: 70px;	
}*/
/*----------------------- 12/05/20 Yashika ---------------------*/
/*----------------------- 13/05/20 ---------------------*/
@media (max-width: 575px) {
    .emailwishlist .sale-container .section-title h3 {
        font-size: 22px;
    }
}

.btn-account-info {
    padding: 0 15px;
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .account-info-personal {
        margin-left: 0 !important;
    }
}

.k-datepicker.k-header .k-dropdown-wrap .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input {
    border-radius: 0;
    height: 40px;
}

.k-datepicker.k-header .k-picker-wrap .k-icon {
    margin-top: 11px;
}

.qq-uploader-selector .qq-upload-button-selector {
    padding-left: 0px;
}
/*.qq-upload-list-selector.qq-upload-list {	
    display:none;	
    margin-bottom:10px;	
}*/
/*----------------Warranty Page--------------*/
.bike-account .btn-outline-primary.btn.btn-max-w-125 {
    max-width: 402px;
    min-width: 402px;
    white-space: nowrap;
    padding: 0;
}

    .bike-account .btn-outline-primary.btn.btn-max-w-125, .bike-account .btn-outline-primary.btn.btn-max-w-125:hover, .bike-account .btn-outline-primary.btn.btn-max-w-125:focus {
        background-color: #fff;
        color: #00a0df;
        border-color: #00a0df;
    }

        .bike-account .btn-outline-primary.btn.btn-max-w-125 .qq-upload-button-selector {
            width: 100%;
            padding: 11px 0;
        }

        .bike-account .btn-outline-primary.btn.btn-max-w-125 .qq-upload-list li.qq-upload-fail, .bike-account .btn-outline-primary.btn.btn-max-w-125 .qq-upload-list li.qq-upload-success, .bike-account .btn-outline-primary.btn.btn-max-w-125 .qq-upload-list li {
            background-color: #fff3cd;
            color: #000;
            margin-bottom: 5px;
        }

        .bike-account .btn-outline-primary.btn.btn-max-w-125 .qq-upload-list {
            /*margin-top: 15px;*/
            margin-top: 2px;
        }

        .bike-account .btn-outline-primary.btn.btn-max-w-125 #qqfileid ~ .form-group {
            max-width: 100%;
            width: 100%;
        }

@media (max-width: 767px) {
    .bike-account .btn-outline-primary.btn.btn-max-w-125 {
        max-width: 250px;
        min-width: 250px;
    }

        .bike-account .btn-outline-primary.btn.btn-max-w-125 .qq-upload-list li.qq-upload-fail {
            display: flex;
            overflow: hidden;
        }

        .bike-account .btn-outline-primary.btn.btn-max-w-125 .qq-upload-file {
            overflow: hidden;
        }
}

@media (max-width: 575px) {
    .bike-account .btn-outline-primary.btn.btn-max-w-125 {
        max-width: 125px;
        min-width: 125px;
    }
}
/*----------------Warranty Page--------------*/
/*----------------------- 13/05/20 ---------------------*/
/*----------------------- 14/05/20 ---------------------*/
@media (min-width: 1024px) and (max-width: 1366px) {
    .nav-account ul.navbar-nav li a.nav-link {
        font-size: 16px;
    }
}

#header-language {
    margin-left: 10px;
}

ul.navbar-nav.login-det.d-xl-flex li a.nav-link {
    /*padding-right: 10px !important;*/
    padding-left: 10px !important;
}

@media (max-width: 575px) {
    #header-language {
        margin-bottom: 15px;
        margin-left: 0px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #header-language {
        margin-bottom: 15px;
        margin-left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #header-language {
        margin-bottom: 15px;
        margin-left: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #header-language {
        margin-bottom: 15px;
        margin-left: 0px;
    }
}

.demo-slider-det a {
    color: #0081B8;
}

.bike-filter.bike-demo .section-title a {
    color: #0081B8;
}

    .bike-filter.bike-demo .section-title a:hover {
        color: #01A0DF;
    }

.estimate-shipping-result .shipping-results {
    padding: 0;
    list-style: none;
}

    .estimate-shipping-result .shipping-results li {
        font-size: 16px;
        font-family: "fontmedium";
    }

@media (max-width: 575px) {
    .zui-scroller .bikeGeometry table tr:last-child td {
        border-bottom: 0;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .zui-scroller .bikeGeometry table tr:last-child td {
        border-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .zui-scroller .bikeGeometry table tr:last-child td {
        border-bottom: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .zui-scroller .bikeGeometry table tr:last-child td {
        border-bottom: 0;
    }
}
/*----------------------- 14/05/20 ---------------------*/
/*----------------------- 15/05/20 ---------------------*/
.sales-product .product-det.img-home-banner img {
    object-fit: cover;
}

.prices .price-start {
    font-family: "fontregular";
    font-size: 16px;
}

h1.bg-text-h1 {
    font-family: "fontbold";
    color: #000;
    font-size: 38px;
}

h1.bg-text-h25 {
    font-family: "fontbold";
    color: #000;
    font-size: 25px;
}

h1.product-h1 {
    font-family: "fontbold";
    color: #000;
    font-size: 32px;
}

@media (max-width: 575px) {
    h1.bg-text-h1 {
        font-size: 32px;
    }

    .bg-text-h1.demo-h1 {
        font-size: 28px;
    }

    .p-tech-info .p-tech-title h1.tech-h1 {
        font-size: 25px;
    }

    h1.product-h1 {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    #divFilterMobile .select-small {
        padding: 0.375rem 0.3rem;
    }
}

.space-pixels {
    padding-bottom: 30px;
}
/*----------------------- 15/05/20 ---------------------*/
/*----------------------- 18/05/20 ---------------------*/
.summary-box h5 {
    word-break: break-word;
}

.container-detail .demo-slider .bike-size div .text-w:hover {
    color: #01A0DF;
}

.demo-slider-det a:hover {
    color: #01A0DF;
}
/*----------------------- 18/05/20 ---------------------*/
/*----------------------- 19/05/20 ---------------------*/
.product-d-img {
    margin-left: 152px;
    margin-right: 96px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.add-to-cart a {
    word-break: break-word;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-d-img {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-d-img {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .product-d-img {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.slider-p-imf {
    height: auto !important;
}
/*----------------------- 19/05/20 ---------------------*/
/*----------------------- 20/05/20 ---------------------*/
.pickup-point-info a {
    color: #0081B8;
}

    .pickup-point-info a:hover {
        color: #01A0DF;
    }

.billing-location-p a {
    color: #01A0DF;
}

    .billing-location-p a:hover {
        color: #0081B8;
    }
/*.tabbable-line .tab-content .tab-pane img {	
    width: 100%;	
    margin-top: 10px;	
}*/
/*.product-det-pivot + .product-detail a:hover {	
    color:red;	
}*/
.count-fileup {
    vertical-align: middle;
    margin: 12px 12px 12px 4px;
}

.first-file-upload {
    margin-left: 34px;
}

.first-mand {
    padding-top: 15px;
}

.blank-mand {
    padding-left: 10px;
}

.file-upload-p .field-validation-error {
    margin-left: 34px;
}
/*----------------------- 20/05/20 ---------------------*/
/*----------------------- 22/05/20 ---------------------*/
.pricegrid-list tr:nth-child(2) th:last-child {
    display: none;
}

.pricelist-wh {
    width: 100%;
}

.cn-more-info a {
    color: #0081B8 !important;
}

    .cn-more-info a:hover {
        color: #01A0DF !important;
    }
/*----------------------- 22/05/20 ---------------------*/
/*----------------------- 25/05/20 ---------------------*/
.add-new-location-add a {
    color: #0081B8;
}

    .add-new-location-add a:hover {
        color: #01A0DF;
    }

@media (max-width: 575px) {
    .payment-n-b table tr > td {
        width: 165px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .payment-n-b table tr > td {
        width: 180px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .payment-n-b table tr > td {
        width: 180px;
    }
}

.prod-spec-btn.active:hover {
    border: 1px solid #00a0df;
}
/*#geometrySection button {	
    display: none !important;	
}*/
.sticky + #product-details-form #floating-nav-content {
    position: fixed;
    top: 150px;
    width: 100%;
    background-color: #f2f2f2;
    z-index: 99;
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .zui-scroller .bikeGeometry table tr:last-child td {
        border-bottom: 0;
    }
}

. /*tabs-account a {	
    color: #0081B8;	
}	
.tabs-account a:hover {	
    color: #01A0DF;	
}*/
.warrant-alert-msg .box-record {
    background-color: #fff;
    padding: 0 15px 30px;
}

.warrant-msg-alp {
    padding: 34px 0 60px 0;
}

    .warrant-msg-alp span {
        font-family: "fontmedium";
        font-size: 32px;
    }
/*----------------------- 25/05/20 ---------------------*/
/*----------------------- 26/05/20 ---------------------*/
/*.alert.alert-warning.alert-dismissible.fade.show ~ .nav-account.sub-page-menu {	
    position: sticky;	
    top: 190px;	
    width: 100%;	
    z-index: 1030;	
}*/
/*----------------------- 26/05/20 ---------------------*/
/*----------------------- 27/05/20 ---------------------*/
.navbar-dark .navbar-nav .nav-link.active {
    color: #000;
}

.table-titles-spec {
    /*text-align: center;	
    margin: 0 auto;*/
    padding: 20px 0;
    font-size: 18px;
    font-family: "fontregular";
    font-style: italic;
}

@media (max-width: 575px) {
    .m-menu-res {
        z-index: 999;
        background: #fff;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .m-menu-res {
        z-index: 999;
        background: #fff;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .m-menu-res {
        z-index: 999;
        background: #fff;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .m-menu-res {
        z-index: 999;
        background: #fff;
    }
}
/*----------------------- 27/05/20 ---------------------*/
/*----------------------- 28/05/20 ---------------------*/
#table-data_wrapper .dataTables_length label {
    font-family: "fontmedium";
    font-size: 15px;
    font-weight: normal;
}

#table-data_wrapper .dataTables_filter label {
    font-family: "fontmedium";
    font-size: 15px;
    font-weight: normal;
}

#table-data_wrapper .datatable-acc.table tr td.dataTables_empty {
    font-family: "fontlight";
    font-size: 15px;
}

#table-data_wrapper .dataTables_info {
    font-family: "fontregular";
    font-size: 15px;
}

#table-data_wrapper .dataTables_paginate.paging_simple_numbers a {
    font-family: "fontregular";
    font-size: 15px;
}

#pricelist_wrapper .dataTables_filter input {
    /*display: block;	
    width: 100%;*/
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    color: #000;
    background-color: #f7f7f7;
    background-clip: padding-box;
    border: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    height: 48px;
    border-radius: 0;
    font-family: "fontregular";
}
/*.tabs-warranty-four .btnPrevious {	
    background-color: #00a0df;	
    border-color: #00a0df;	
}*/
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #00a0df;
    border-color: #00a0df;
}

.tabs-warranty-four .btnPrevious:hover {
    background-color: #0092cd;
    color: #fff;
}

.pricegrid-list {
    width: 100%;
    overflow: auto;
}
/*.padd-p {	
    padding-right: 6px;	
}*/
/*----------------------- 28/05/20 ---------------------*/
/*----------------------- 29/05/20 ---------------------*/
#inventorylist_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-left: 0px;
    font-family: fontregular;
}

@media (max-width: 575px) {
    #inventorylist_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0.5em .4em;
        margin-left: 0px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #inventorylist_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0.5em .6em;
        margin-left: 0px;
    }
}

#inventorylist_wrapper .dataTables_filter label {
    font-family: "fontmedium";
    font-size: 15px;
    font-weight: normal;
}

    #inventorylist_wrapper .dataTables_filter label input {
        min-height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: #000;
        background-color: #f7f7f7;
        background-clip: padding-box;
        border: none;
        -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        height: 48px;
        border-radius: 0;
        font-family: "fontregular";
    }

#inventorylist_wrapper .dataTables_filter .dataTables_info {
    font-family: "fontmedium";
    font-size: 16px;
}

#inventorylist_wrapper .dataTables_filter .dataTables_paginate.paging_simple_numbers {
    font-family: "fontmedium";
    font-size: 16px;
}

.columnfilter {
    /*display: block;	
    width: 100%;*/
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.50rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #f7f7f7;
    background-clip: padding-box;
    border: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    height: 48px;
    border-radius: 0;
    font-family: "fontregular";
}

.dt-button.buttons-pdf.buttons-html5 {
    background-color: #00a0df !important;
    border-color: #00a0df !important;
    color: #fff !important;
    height: 48px !important;
    background-image: none !important;
    font-family: "fontregular";
}

    .dt-button.buttons-pdf.buttons-html5:hover {
        background-color: #0092cd !important;
        background-image: none !important;
        border-color: #00a0df !important;
        font-family: "fontregular";
    }

#inventorylist tr td, #pricelist tr td {
    font-family: "fontregular";
    font-size: 16px !important;
}

#inventorylist_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current, #inventorylist_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #000 !important;
    background-color: #000 !important;
    background: none;
}

@media (max-width: 575px) {
    #inventorylist_wrapper .dataTables_filter, #pricelist_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }

    .pallpi-0.mp-pallpi-0 {
        padding: 0;
    }

    #inventorylist_wrapper .dataTables_info {
        float: none;
        text-align: center;
    }

    #inventorylist_wrapper.dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }

    #inventorylist_wrapper .dataTables_info {
        float: none;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    /*#inventorylist_wrapper .dataTables_info {	
        float: left;	
        text-align: center;	
    }*/
    /*#inventorylist_wrapper.dataTables_wrapper .dataTables_paginate {	
        float: right;	
        text-align: center;	
    }*/
}
/*@media (min-width: 576px) and (max-width: 767px) {	
    #inventorylist_wrapper .dataTables_info {	
        float: left;	
        text-align: center;	
    }	
    #inventorylist_wrapper.dataTables_wrapper .dataTables_paginate {	
        float: right;	
        text-align: center;	
    }	
}*/
@media (min-width: 768px) and (max-width: 991px) {
    #inventorylist_wrapper .dataTables_info {
        float: left;
        text-align: center;
    }

    #inventorylist_wrapper.dataTables_wrapper .dataTables_paginate {
        float: right;
        text-align: center;
        padding-top: 0.50em;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0.2em .70em !important;
    }
}

.btn-info.pickup-btn {
    background-color: #00a0df;
    border-color: #00a0df;
    color: #fff;
    height: 48px;
    background-image: none;
    font-family: "fontregular";
}

    .btn-info.pickup-btn:hover {
        background-color: #0092cd;
        background-image: none;
        border-color: #00a0df;
        font-family: "fontregular";
    }

.pickup-btn-p {
    text-align: center;
    margin-top: 20px;
}

.pickup-address-det {
    font-family: "fontregular";
    font-size: 13px;
}

.gm-style-iw.gm-style-iw-c {
    padding: 12px !important;
}

    .gm-style-iw.gm-style-iw-c .gm-ui-hover-effect {
        background: none;
        display: block;
        border: 0px;
        margin: 0px;
        padding: 0px;
        position: absolute;
        cursor: pointer;
        user-select: none;
        top: 0px !important;
        right: 0px !important;
        width: 30px;
        height: 30px;
    }

.pickup-point-info {
    margin-top: 20px;
}

.gm-style-iw.gm-style-iw-c img {
    width: 18px !important;
    height: 18px !important;
}

#pickupaddress address {
    font-family: "fontregular";
    font-size: 16px;
    margin: 20px 0;
}
/*----------------------- 29/05/20 ---------------------*/
/*----------------------- 01/06/20 ---------------------*/
@media (max-width: 575px) {
    .page.account-page.price-lists-page {
        padding: 0 15px !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .page.account-page.price-lists-page {
        padding: 0 15px !important;
    }
}

#pricelist_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current, #inventorylist_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #000 !important;
    background-color: #000 !important;
    background: none;
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0px !important;
    }
}

#inventorylist_filter input:focus {
    color: none;
}

.dt-buttons .dt-button.buttons-pdf.buttons-html5 {
    margin-right: 0;
    margin-bottom: 0;
    font-family: "fontregular";
    font-size: 15px;
}

.check-hid-dealer span {
    font-family: "fontmedium";
    font-size: 16px;
}

#pricelist_wrapper .dataTables_info, #inventorylist_wrapper .dataTables_info {
    font-family: "fontlight";
    font-size: 15px;
}

#pricelist_wrapper .dataTables_filter, #inventorylist_wrapper .dataTables_filter {
    font-family: "fontmedium";
    font-size: 16px;
}

#inventorylist_paginate {
    font-family: "fontregular";
    font-size: 15px;
}

@media (max-width: 575px) {
    #pricelist_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0.5em .8em;
    }
}

#pickupaddress address {
    font-family: "fontregular";
    font-size: 16px;
    margin: 20px 0;
}

#ShippingMethod.pickup-method {
    width: 100%;
}
/*----------------------- 01/06/20 ---------------------*/
/*----------------------- 02/06/20 ---------------------*/
.dataTables_paginate.paging_simple_numbers {
    font-family: "fontlight";
    font-size: 15px;
}

.product-det-pivot:hover ~ .product-detail a {
    color: #00a0df;
}
/*----------------------- 02/06/20 ---------------------*/
/*----------------------- 03/06/20 ---------------------*/
.btn-outline-primary:hover {
    color: #fff;
    background-color: #00a0df;
}
/*----------------------- 03/06/20 ---------------------*/
/*----------------------- 04/06/20 ---------------------*/
#reviewSection .reviewPrev.slider-title.left-nav .review_viewed_prev.reviews_prev {
    float: right;
}

.pivot-container-main.container-detail .col-12.pt-3.pt-md-0.px-xl-3.px-md-0 .error-message {
    font-family: "fontlight";
}

@media (min-width: 576px) and (max-width: 767px) {
    .reviews-slider.demo-slider.p-s-center .owl-stage-outer .owl-stage .owl-item .reviewCount.owl-item {
        margin: 0 10px;
        padding: 35px 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .reviews-slider.demo-slider.p-s-center .owl-stage-outer .owl-stage .owl-item .reviewCount.owl-item {
        margin: 0 10px;
        padding: 35px 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .reviews-slider.demo-slider.p-s-center .owl-stage-outer .owl-stage .owl-item .reviewCount.owl-item {
        margin: 0 10px;
        padding: 35px 20px;
    }
}
/*----------------------- 04/06/20 ---------------------*/
/*----------------------- 04/06/20 Mihir ---------------------*/
.overlay.pick-up-pop {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: #FFF;
    /*background-color: rgba(0,0,0, 0.9);*/
    overflow-y: hidden;
    transition: 0.5s;
    margin-top: 120px;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay.pick-up-pop a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
    z-index: 9999;
}

    .overlay.pick-up-pop a:hover, .overlay.pick-up-pop a:focus {
        color: #f1f1f1;
    }

.overlay.pick-up-pop .closebtn {
    position: absolute;
    top: -15px;
    right: 30px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay.pick-up-pop {
        overflow-y: auto;
    }

        .overlay.pick-up-pop a {
            font-size: 20px
        }

        .overlay.pick-up-pop .closebtn {
            font-size: 40px;
            top: 0px;
            right: 35px;
        }
}

@media (max-width: 575px) {
    .pick-adddres-det {
        margin-bottom: 130px;
    }

    .overlay.pick-up-pop {
        overflow: auto;
        margin-bottom: 130px;
    }

    .dealers-filter.pick-up-filter {
        padding-top: 84px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .pick-adddres-det {
        margin-bottom: 130px;
    }

    .overlay.pick-up-pop {
        overflow: auto;
        margin-bottom: 130px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pick-adddres-det {
        margin-bottom: 130px;
    }

    .overlay.pick-up-pop {
        overflow: auto;
        margin-bottom: 130px;
    }
}

@media (min-width: 992px) and (max-width: 1366px) {
    .pick-adddres-det {
        margin-bottom: 130px;
    }

    .overlay.pick-up-pop {
        /*overflow: auto;*/
        margin-bottom: 130px;
    }

    .pick-adddres-det .dealers-address {
        height: calc(100vh - 262px);
    }

    .map-location {
        height: calc(100vh - 272px);
    }
}
/*----------------------- 04/06/20 Mihir ---------------------*/
/*----------------------- 10/06/20  ---------------------*/
.btn-info.pick-btn:not(:disabled):not(.disabled).active, .btn-info.pick-btn:not(:disabled):not(.disabled):active {
    background-color: #00a0df;
    border-color: #00a0df;
}

.btn-info.pick-btn {
    background-color: #00a0df;
    border-color: #00a0df;
}

    .btn-info.pick-btn:hover {
        background-color: #0092cd;
    }

.overview-section .overview-sub .overview-body a {
    color: #000;
    font-style: normal;
}

    .overview-section .overview-sub .overview-body a:hover {
        color: #01A0DF;
        font-style: normal;
    }

.bik-label {
    font-family: "fontmedium";
    font-size: 16px;
}

.bik-input {
    font-family: "fontregular";
    font-size: 16px;
}

.content-wrap.builderstats .det-hd-sd {
    font-family: "fontmedium";
    font-size: 16px;
}

.ridersidebarheader {
    font-family: "fontmedium";
    font-size: 16px;
}
/*----------------------- 10/06/20  ---------------------*/
/*----------------------- 11/06/20  ---------------------*/
.btn-info.pick-btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.pickup-shiping {
    padding: 0 15px;
}

.complete-order-p {
    padding: 48px 78px !important;
}

.bike-orderinfo .bg-grey-container.sale-container.complete-order-dp {
    padding: 48px 63px;
}

@media (max-width: 575px) {
    .main-pad-chack#nav-tabContent {
        width: 100%;
        padding: 15px !important;
    }
}
/*----------------------- 11/06/20  ---------------------*/
/*----------------------- 12/06/20 Affirm Logo  ---------------------*/
.slider-full .img-demoike-sells img {
    height: calc(70vh - 66px);
}

.affirm-realtime-image {
    padding-bottom: 15px;
    padding-top: 5px;
}

.affirm-image img {
    width: 100%;
}

.demo-slider-det a.demobikesalesbtn {
    color: #fff;
}

@media screen and (min-width: 1367px) and (max-width: 1440px) {
    .button-find-deler .btn-pivot-primary {
        margin-right: 10px !important;
    }

    .share-btn {
        padding: 0px;
    }
}

@media (max-width: 1366px) {
    .button-find-deler .btn-pivot-primary {
        margin-right: 10px !important;
    }

    .share-btn {
        padding: 0px;
    }
}

@media (max-width: 1024px) {
    .affirm-realtime-image img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .container-detail .p-bike-demo .demo-slider .slider-title {
        display: inline-block !important;
    }

        .container-detail .p-bike-demo .demo-slider .slider-title h6 {
            margin-bottom: 15px;
        }

    .demo-slider-det a.demobikesalesbtn {
        margin-top: 15px;
    }

    .container-detail .p-bike-demo .demo-slider .bbb_viewed_title_container {
        position: relative;
        top: 23px;
    }
}

@media (max-width: 767px) {
    #demo-bikes-modal .p-bike-demo .demo-slider .slider-title .btn-primary {
        margin-bottom: 15px;
        color: #fff;
    }

    .affirm-realtime-image {
        padding-bottom: 10px;
        padding-top: 0px;
    }

    #demo-bikes-modal .p-bike-demo .demo-slider .slider-title h6 {
        width: 100%;
    }

    .slider-full .img-demoike-sells img {
        height: calc(60vh - 66px);
        object-position: 77% 0%;
    }

    .affirm-image {
        margin-top: 15px;
    }

        .affirm-image, .affirm-image img {
            width: 100%;
            max-width: 75% !important;
        }
}
/*----------------------- 12/06/20 Affirm Logo ---------------------*/
/*----------------------- 16/06/20 Bug fixes ---------------------*/
.btn:focus {
    box-shadow: none !important;
}

#pricelist.dataTable thead tr:first-child th {
    white-space: nowrap;
}

#modelStockQauntity .modal-title {
    white-space: normal;
    word-break: break-word;
}

#modelStockQauntity .modal-header .close {
    padding-right: 0px;
    right: 29px;
}

.pickuppointmodal .map-location, .pickuppointmodal .nodealer-section {
    height: calc(100vh - 296px);
    padding-bottom: 15px;
}

.pickuppointmodal .dealers-address {
    height: calc(100vh - 296px);
    padding: 0 48px 0 0px;
}

.pickuppointmodal .dealers-filter {
    padding: 0px 68px 24px 0px;
}

.pickuppointmodal .search-area .alert-warning {
    margin-top: 15px;
}

.pickuppointmodal #addressBoxes .col-xl-2 {
    display: none;
}

.pickuppointmodal .dealermap-set #addressBoxes {
    align-items: center;
    justify-content: center;
}

@media (max-width: 1366px) and (min-width: 992px) {
    .pickuppointmodal .pick-adddres-det {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width:991px) {
    .pickuppointmodal .dealers-filter, .pickuppointmodal .dealers-address {
        padding-right: 0px;
    }

    .pickuppointmodal .dealers-address {
        height: auto;
    }

    .nodealer-section {
        overflow-y: auto;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    #inventorylist_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0.5em 0.4em;
    }
}

@media only screen and (max-width:767px) {
    .pickuppointmodal .pick-adddres-det {
        margin-bottom: 0px;
    }

    .pickuppointmodal .map-location {
        height: 200px;
    }

    .pickuppointmodal .dealers-address .map-address {
        margin-top: 0px;
    }

    .pickuppointmodal .dealers-filter.pick-up-filter {
        padding-top: 12px;
        padding-bottom: 0px;
    }

    .header-section .navbar .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    #modelStockQauntity .modal-title {
        font-size: 18px;
        padding-right: 20px;
    }

    .modelspecifications .prod-spec li label, .modelspecifications .prod-spec-clr li label {
        font-size: 14px;
    }

    .modelspecifications .prod-spec, .modelspecifications .choose-color, .modelspecifications .choose-color ul {
        width: 100%;
    }

        .modelspecifications .prod-spec li.prod-spec-btn, .modelspecifications .prod-spec-clr li.prod-spec-btn {
            width: calc(50% - 8px);
        }

            .modelspecifications .prod-spec li.prod-spec-btn:nth-child(2n+0), .modelspecifications .prod-spec-clr li.prod-spec-btn:nth-child(2n+0) {
                margin-right: 0px !important;
            }
}
/*----------------------- 16/06/20 Bug fixes ---------------------*/
/*----------------------- 17/06/20 Bug fixes ---------------------*/
.tabs-checkout .w-radio.dealer-listing img {
    width: auto !important;
}

.dealermap-set .custom-radio {
    margin-left: -15px;
}

.top-header-msg .alert .close {
    position: absolute !important;
    right: 0px !important;
    top: 5px;
}

@media only screen and (max-width: 991px) {
    .pickuppointmodal .modal-content {
        margin-bottom: 30px;
    }

    .nodealer-section .dealers-address .map-address:last-child {
        margin-bottom: 5px;
    }

    .nodealer-section .dealers-address .map-address {
        padding: 15px;
        margin-bottom: 15px;
    }

    .slider-full .img-demoike-sells img {
        height: calc(100vh - 69px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pickuppointmodal .pick-adddres-det {
        margin-bottom: 0px !important;
    }

    .menu-md-shadow.menu-responsive, .header-section .navbar .navbar-collapse {
        padding-left: 44px;
        padding-right: 44px;
    }
}

@media only screen and (min-width:481px) and (max-width:823px) {
    .pickuppointmodal .map-location, .pickuppointmodal .nodealer-section {
        height: auto;
    }

    .price-lists-page #pricelist_wrapper .dt-buttons, #inventorylist_wrapper .dt-buttons {
        text-align: right !important;
    }
}

@media only screen and (max-width:767px) {
    .slider-full .img-demoike-sells img {
        height: calc(70vh - 69px);
    }

    .main-pad-chack#nav-tabContent {
        width: 100%;
        padding: 15px !important;
    }

    .nodealer-section .pickup-point-info ul {
        margin-bottom: 0px;
    }

    .nodealer-section .pickup-point-info {
        margin-top: 0px;
    }

    .pickuppointmodal .gm-style-iw-d {
        overflow: auto !important;
    }

    .nodealer-section .pickup-point-info .btn-info.pick-btn {
        font-size: 14px;
        padding: 7px;
        height: auto;
    }

    .modalstockmodal table {
        display: table;
    }

    .modalstockmodal .table-scroll thead {
        display: table-header-group;
        overflow-y: hidden;
    }

    .modalstockmodal .table-scroll tr {
        display: table-row;
    }

    .modalstockmodal .table-scroll td, .modalstockmodal .table-scroll th {
        display: table-cell;
        white-space: nowrap;
    }

    .modalstockmodal .table-scroll tbody {
        display: table-row-group;
    }
}

@media only screen and (max-width:520px) {
    .paymentmethodmain .w-radio.dealer-listing img {
        height: 62px !important;
    }

    .mob-pl-0 {
        padding-left: 0px;
    }
}
/*----------------------- 17/06/20 Bug fixes ---------------------*/
/*----------------------- 18/06/20 Bug fixes ---------------------*/
.inventory-data table thead select {
    min-width: 85px !important;
}

.inventory-data table.dataTable thead th, .inventory-data table.dataTable thead td {
    padding: 4px 16px 4px 5px !important;
}

.inventory-data table.dataTable tbody th, .inventory-data table.dataTable tbody td {
    padding: 4px 5px !important;
}

.complete-order-p {
    padding: 99px 78px !important;
}

.pickuppointmodal .pickup-point-info ul li:first-child {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}

@media only screen and (max-width:1024px) {
    .img-categories.img-home-banner.img-demoike-sells {
        background: url("../../../../content/images/thumbs/0005211_demo-bike-sales.jpeg") no-repeat;
        background-size: cover;
        background-position: 100% 58%;
        display: table;
        width: 100%;
    }

    .img-demoike-sells .half-div .categories-details {
        position: relative;
        z-index: 1;
    }

    .slider-full .img-demoike-sells img {
        display: none;
    }

    .img-demoike-sells .half-div {
        position: relative;
        background: none;
        padding-top: 50px;
    }

        .img-demoike-sells .half-div:after {
            content: "";
            position: absolute;
            left: 0px;
            display: inline-block;
            width: 100%;
            top: 0px;
            height: 100%;
            background: rgba(0,0,0,0.7);
            background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.7)), color-stop(100%, rgba(255,255,255,0)));
            background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%);
            background: -o-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%);
            background: -ms-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%);
            background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 );
        }
}
/*----------------------- 18/06/20 Bug fixes ---------------------*/
/*----------------------- 19/06/20 Bug fixes ---------------------*/
.select-small.sortbydropdown {
    display: inline-block;
    width: auto;
}

.rowdefault {
    margin: 0px -15px !important;
}

.orderninfodetails div {
    white-space: normal;
    word-break: break-word;
}

@media only screen and (max-width:1366px) {
    .complete-order-p {
        padding: 130px 78px !important;
    }
}

@media only screen and (max-width:1024px) {
    .affirm-image img {
        max-width: 85%;
    }

    .affirm-image {
        position: relative;
        top: -32px;
    }
}

@media only screen and (max-width:991px) {
    .bike-orderinfo .bg-grey-container.sale-container.complete-order-dp.orderinformation-section {
        padding: 15px 0px;
    }

    .affirm-image {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .complete-order-p {
        padding: 30px !important;
    }

    .button-find-deler button {
        padding: 0px;
        position: relative;
        left: 5px;
    }

    .nav-account .tab-overlay-menu {
        background: none;
    }

    .button-find-deler .btn-pivot-primary {
        margin-right: 3px !important;
        padding: 11px 13px;
    }
}

@media only screen and (max-width:767px) {
    .affirm-image {
        top: 25px;
    }

        .affirm-image a {
            text-align: center;
        }

        .affirm-image, .affirm-image img {
            margin: 0px auto;
        }
}
/*----------------------- 19/06/20 Bug fixes ---------------------*/
/*----------------------- 22/06/20 Bug fixes ---------------------*/
.select-small.sortbydropdown {
    background: none;
    padding: 0;
}

    .select-small.sortbydropdown select {
        /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
        background-color: #f7f7f7 !important;
        padding: 0.375rem 0.75rem;
        min-height: initial;
        /*background: url("../img/down-arrow.png") no-repeat;
    background-size: 13px;
    background-position: 92% center;*/
        max-height: initial;
        padding-right: 35px !important;
        padding-left: 5px;
    }

@media only screen and (max-width:767px) {
    #divFilterMobile .select-small {
        background: none;
        padding: 0px;
        width: auto;
    }

        #divFilterMobile .select-small select {
            background-color: #f7f7f7 !important;
            min-height: inherit;
            width: auto;
            padding: 0.375rem 0.75rem !important;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: url("../img/down-arrow.png") no-repeat;
            background-size: 13px;
            background-position: 93% center;
        }
}
/*----------------------- 22/06/20 Bug fixes ---------------------*/
/*----------------------- 24/06/20 Bug fixes ---------------------*/
#addressBoxes .alert-info {
    font-family: "fontmedium";
    height: auto !important;
    padding: 0.75rem 1.25rem;
    margin-left: 0px !important;
}

.orderlistsection .card-header div {
    white-space: normal;
    word-break: break-word;
}

.tabs-checkout .paymentmethodmain .w-radio.dealer-listing label {
    cursor: pointer;
}

.tabs-checkout .paymentmethodmain .w-radio.dealer-listing img {
    height: 50px;
    width: 100% !important;
}

.width-100 {
    width: 100%;
}

.d-block {
    display: block;
}

@media only screen and (max-width:520px) {
    .paymentmethodmain .w-radio.dealer-listing img {
        height: 21px !important;
        margin-bottom: 5px;
        object-fit: contain;
    }
}
/*----------------------- 24/06/20 Bug fixes ---------------------*/
/*----------------------- 29/06/20 Bug fixes ---------------------*/
.pickup-method {
    min-width: 700px;
}

#modalPickup .modal-body {
    padding: 1rem 0rem;
}

    #modalPickup .modal-body .bikesecheader {
        padding: 0px;
        margin: 0px 20px;
    }

#modalPickup {
    padding-top: 170px;
}

    #modalPickup .label-wrapper label {
        font-weight: normal;
        font-family: "fontregular";
        font-size:14px;
    }

.font-19 {
    font-size: 19px;
}

.font-16 {
    font-size: 16px;
}
/*----------------------- 29/06/20 Bug fixes ---------------------*/
/*----------------------- 30/06/20 A ---------------------*/
h1.product-details-titlesp {
    font-family: "fontbold";
    color: #000;
    font-size: 32px;
}

@media (max-width: 767px) {
    h1.product-details-titlesp {
        font-size: 25px;
    }
}
/*----------------------- 30/06/20 A ---------------------*/
/*----------------------- 01/07/20  ---------------------*/
@media (max-width: 767px) {
    .pickup-method {
        min-width: auto;
    }

    .pr-xs-0 {
        padding-right: 0px;
    }
}
/*----------------------- 01/07/20  ---------------------*/
/*----------------------- 02/07/20  ---------------------*/
@media (max-width:1024px) {
    .pickuppointmodal .map-location, .pickuppointmodal .nodealer-section {
        height: calc(100vh - 296px);
        padding-bottom: 15px;
    }
}

@media (max-width:991px) {
    .bike-orderinfo .bike-demo .sale-container.orderdetailscontainer {
        padding: 30px;
    }

    .plr-csm-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width:767px) {
    .pickuppointmodal .gm-style-iw.gm-style-iw-c, .pickuppointmodal .gm-style-iw-d {
        max-height: initial !important;
        max-width: 240px !important;
    }

    .pr-csm-0 {
        padding-right: 0px !important;
    }

    .pr-xs-15 {
        padding-right: 15px !important;
    }

    .bike-orderinfo .bike-demo .sale-container.orderdetailscontainer {
        padding: 15px 0px;
    }

    .mobile-inline-twocol {
        width: 40%;
        float: left;
    }

    .pl-xs-0 {
        padding-left: 0px !important;
    }

    .mb-xs-0 {
        margin-bottom: 0px !important;
    }
}
/*----------------------- 02/07/20  ---------------------*/
/*----------------------- 03/07/20  ---------------------*/
@media (max-width:1366px) {
    #modalPickup.modal-image-full .modal-content {
        width: 100% !important;
        max-width: 610px;
    }
}

@media (max-width:1024px) {
    #modalPickup {
        padding-bottom: 30px;
    }
}

@media (max-width:812px) {
    .xsm-width-auto {
        width: auto;
    }

    .pr-half-padding {
        padding-right: 7.5px;
    }
}

@media (max-width:767px) {
    .pl-tbl-0 {
        padding-left: 0px;
    }

    #modalPickup.modal-image-full .modal-content {
        max-width: 90%;
    }

    #modalPickup {
        padding-bottom: 30px;
    }

    .xs-width-auto {
        width: auto;
    }

    .dis-xs-none {
        display: none;
    }

    .shipped-prod-dtl .overview-section .mb-3 {
        margin-bottom: 0px !important;
    }

    .mpt-30.shipped-prod-dtl {
        padding-top: 35px;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : landscape) {
    #modalPickup {
        padding-top: 120px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
    #modalPickup {
        padding-top: 120px;
        padding-bottom: 30px;
    }
}
/*----------------------- 03/07/20  ---------------------*/
/*----------------------- 08/07/20  ---------------------*/
.overviewsectiontable tbody tr td {
    vertical-align: top;
}

.wordbreak {
    white-space: normal;
    word-break: break-word;
}

@media (max-width:812px) {
    .overviewsectiontable tbody tr td {
        white-space: nowrap;
    }

    .orderdetailscontainer .btn-primary {
        padding: 5px 10px;
        font-size: 12px;
    }
}

@media (max-width:767px) {
    .mobile-inline-twocol {
        width: 50%;
        margin-right: 15px;
    }
}

@media print {
    .printnooverflow {
        overflow-x: hidden !important;
    }

    .overviewsectiontable tbody tr td {
        white-space: normal;
    }

    .bike-orderinfo .sale-container .box-record {
        padding: 30px 0px !important;
        background: #ffffff !important;
    }

    .bike-orderinfo .bg-grey-container.sale-container.complete-order-dp, .bike-orderinfo .bg-grey-container.sale-container.complete-order-dp .container-fluid {
        padding: 0px 0px !important;
        background: #ffffff !important;
    }
}
/*----------------------- 08/07/20  ---------------------*/
/*----------------------- 09/07/20  ---------------------*/
@media (min-width:991px) and (max-width:1024px) {
    .sale-container.orderdetailscontainer {
        padding: 30px 15px !important;
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .bike-orderinfo .bg-grey-container.sale-container.complete-order-dp {
        padding: 48px 30px;
    }
}

@media (max-width:1024px) {
    .header-section .navbar .navbar-collapse {
        padding: 0px 30px;
    }

    .pickuppointmodal .map-location, .pickuppointmodal .nodealer-section {
        height: calc(100vh - 250px);
    }
}

@media (max-width:991px) {
    .bike-orderinfo .bg-grey-container.sale-container.complete-order-dp.orderinformation-section {
        padding: 48px 30px;
    }

    .affirmlinkproduct {
        width: 17% !important;
    }
}

@media (max-width:823px) {
    .bike-orderinfo .sale-container.orderdetailscontainer .section-title h3 {
        font-size: 20px;
    }

    .bike-orderinfo .bg-grey-container.sale-container.complete-order-dp.orderinformation-section {
        padding: 15px 0px;
    }
}

@media (max-width:520px) {
    #affirmLearnMore {
        margin-left: 0px !important;
        width: 100%;
        margin-top: 10px;
    }

    .affirmlinkmainproduct .affirm-modal-trigger {
        display: block;
    }

    .affirmlinkmainproduct {
        text-align: center;
    }

    .affirmlinkproduct {
        float: none;
        margin: 0 auto;
        width: 100% !important;
        max-width: 100px;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : landscape) {
    .bike-orderinfo .bg-grey-container.sale-container.complete-order-dp.orderinformation-section {
        padding: 48px 30px !important;
    }
}

@media (min-width:822px) and (max-width:823px) {
    .bike-orderinfo .bg-grey-container.sale-container.complete-order-dp.orderinformation-section {
        padding: 48px 30px !important;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .bike-orderinfo .bg-grey-container.sale-container.complete-order-dp.orderinformation-section {
        padding: 48px 30px !important;
    }

    .customipadwidth {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ipadinline {
        display: inline-block !important;
        vertical-align: middle;
        width: auto;
    }

    .searchboxinner.ipadinline {
        max-width: 430px;
        width: 100%;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : landscape) {
    .ipadinline {
        display: inline-block !important;
        vertical-align: middle;
        width: auto;
    }

    .searchboxinner.ipadinline {
        max-width: 450px;
        width: 100%;
    }

    .pickuppointmodal .dealers-filter {
        padding-bottom: 0px;
    }

    .dealers-address .map-address .map-add .address-title p {
        margin-bottom: 15px;
    }
}

@media only screen and (min-device-width : 1365px) and (max-device-width : 1366px) {
    .customipadwidth {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .affirmlinkproduct {
        width: 17% !important;
    }
}

@media only screen and (min-device-width : 1023px) and (max-device-width : 1024px) {
    .customipadwidth {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ipadinline {
        display: inline-block !important;
        vertical-align: middle;
        width: auto;
    }

    .searchboxinner.ipadinline {
        max-width: 450px;
        width: 100%;
    }

    .affirmlinkproduct {
        width: 17% !important;
    }
}

@media (max-width:812px) {
    .overviewsectiontable thead th {
        white-space: nowrap;
    }
}

@media (max-width:360px) {
    .orderdetailscontainer .btn-primary {
        padding: 5px 9px;
    }
}
/*----------------------- 09/07/20  ---------------------*/
/*----------------------- 13/07/20  ---------------------*/
@media (max-width:991px) {
    .overviewsectiontable .overview-head, .overviewsectiontable .overview-body {
        white-space: nowrap;
    }
}

@media (max-width:767px) {
    .overviewsectiontable, .overviewsectiontable thead, .overviewsectiontable tbody, .overviewsectiontable thead th, .overviewsectiontable tr, .overviewsectiontable tr td, .overviewsectiontable tr td label {
        display: block;
        width: 100%;
    }

        .overviewsectiontable .overview-body label {
            width: 50%;
            float: left;
        }

        .overviewsectiontable tr td {
            border-bottom: 1px solid #e8e8e8;
            margin: 0 !important;
        }

    .mobdisplay-none {
        display: none !important;
    }

    .printnooverflow table tr {
        margin-bottom: 15px !important;
    }

    .printnooverflow table, .overviewsectiontable .overview-sub {
        border: none;
    }

    .overviewsectiontable tbody tr td {
        border: 1px solid #e8e8e8;
        border-bottom: none;
    }

    .overviewsectiontable tr td:last-child {
        border-bottom: 1px solid #e8e8e8;
    }

    .mobfontbold {
        font-family: "fontbold" !important;
    }
}

@media (max-width:736px) {
    .overviewsectiontable label, .mobdisplay-block {
        display: block !important;
    }

    .overviewsectiontable .overview-body label {
        width: 100%;
        float: none;
    }

    .overviewsectiontable .overview-head, .overviewsectiontable .overview-body {
        white-space: normal;
    }
}
/*----------------------- 13/07/20  ---------------------*/
/*----------------------- 14/07/20  ---------------------*/
@media (min-width:1440px) {
    #product-details-form .product-d-img, #product-details-form .slider-trail.image-slider-spacing {
        margin-left: 0px;
    }
}

.germanpricediv a {
    color: #0081B8 !important;
}

.orderlistsection .btn-outline-primary:hover, .orderlistsection #btnpickup:hover {
    color: #fff !important;
}

.eu-cookie-bar-notification .text a {
    color: #0081B8 !important;
}

    .eu-cookie-bar-notification .text a:hover, .germanpricediv a:hover {
        color: #01A0DF !important;
    }
/*----------------------- 14/07/20  ---------------------*/
/*----------------------- 16/07/20  ---------------------*/
.mobileproducttable td a img {
    height: 100px;
    width: 100px;
    object-fit: contain;
}

@media (min-width:1920px) {
    .xlg-14-cell {
        width: 14%;
    }

    .xlg-25-cell {
        width: 25%;
    }
}

@media (max-width:767px) {
    .mobileproducttable td {
        border: none !important;
        word-break: break-word;
    }

    .mobonethird {
        width: 33.33% !important;
        float: left;
        text-align: center;
    }

    .mob-mb-xs-0 {
        margin-bottom: 0px !important;
    }

    .mobileproducttable tr {
        border: 1px solid #e8e8e8 !important;
        margin-bottom: 15px;
    }

    .mob-textcenter {
        text-align: center;
    }

    .mobfont18 {
        font-size: 18px;
    }

    .mob-pad-0 {
        padding: 0px !important;
    }

    .mobfont12 {
        font-size: 12px;
    }

    .mobfont14 {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    #modalPickup {
        padding-top: 100px;
    }

    .modal.modal-image-full {
        z-index: 99999;
    }
}
/*----------------------- 16/07/20  ---------------------*/
/*----------------------- 17/07/20  ---------------------*/
#modalPickup.modal-image-full .modal-content {
    width: 100% !important;
    max-width: 610px;
}

.modal.modal-image-full {
    z-index: 99999;
}

.nowrap {
    white-space: nowrap;
}

@media (max-width: 823px) {
    .xs-width-100 {
        width: 100%;
    }
}

@media (max-width:767px) {
    .mobdisplay-block {
        display: block !important;
    }
}

@media (min-width:576px) and (max-width: 767px) {
    .xs-d-block {
        display: block !important;
    }

    .overviewsectiontable .overview-body label {
        width: 100% !important;
        float: none;
    }
}
/*----------------------- 17/07/20  ---------------------*/
/*----------------------- 20/07/20  ---------------------*/
.orderlistsection .btn-outline-secondary:hover {
    color: #fff !important;
}

.orderlistsection .btn-outline-secondary.disabled:hover {
    color: #6c757d !important;
}

#nav-orders .btn:hover {
    color: #ffffff !important;
}
/*----------------------- 20/07/20  ---------------------*/
/*----------------------- 21/07/20  ---------------------*/
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {
    .captcha-box #recaptcha {
        transform: scale(0.89);
        -webkit-transform: scale(0.89);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
    .captcha-box #recaptcha {
        transform: scale(0.89);
        -webkit-transform: scale(0.89);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
    .captcha-box #recaptcha {
        transform: scale(1);
        -webkit-transform: scale(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media screen and (min-width: 410px) and (max-width: 411px) {
    .captcha-box #recaptcha {
        transform: scale(1);
        -webkit-transform: scale(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .captcha-box #recaptcha {
        transform: scale(0.70);
        -webkit-transform: scale(0.70);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
/*----------------------- 21/07/20  ---------------------*/
/*----------------------- 23/07/20  ---------------------*/
.dealertypes li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.dealertypes {
    padding: 0px 5px;
}

.map-location {
    height: calc(100vh - 162px) !important;
}
/*----------------------- 23/07/20  ---------------------*/
/*----------------------- 24/07/20  ---------------------*/
.map-add .btn-pivot i {
    font-size: 22px;
    /*color: #ee4935;*/
    /*color:#000;*/
    position: relative;
    right: 25px;
    top: -2px;
}

.pickuppointmodal .dealers-address {
    height: calc(100vh - 314px);
}

.pickuppointmodal .map-location {
    height: calc(100vh - 355px) !important;
    padding: 5px;
}

.map-location {
    padding: 5px;
}

.dealertypes ul {
    margin-bottom: 5px;
}
/*----------------------- 24/07/20  ---------------------*/
/*----------------------- 27/07/20  ---------------------*/
.relatedproductslider .owl-item .owl-item {
    width: 100%;
}

.demo-slider .owl-carousel.relatedproductslider .owl-item img {
    height: 200px;
}
/*----------------------- 27/07/20  ---------------------*/
/*----------------------- 28/07/20  ---------------------*/
.mapsectionright {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
}

.dealerpagemain {
    padding-bottom: 15px;
}

.mapsectionright .map-location {
    flex: none;
    max-width: 100%;
}

.dealertypes {
    padding: 15px 5px 5px;
}

@media (min-width: 1200px) {
    .mapsectionright {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66% !important;
        flex: 0 0 66.66% !important;
        max-width: 66.66% !important;
    }

    .dealers-address {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33% !important;
        flex: 0 0 33.33% !important;
        max-width: 33.33% !important;
    }
}

@media (min-width: 992px) {
    .mapsectionright {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.demo-slider .owl-carousel.relatedproductslider .owl-item img {
    height: 300px;
    object-fit: contain;
}

.relatedproductslider .bike-img-wrap {
    width: 100%;
}

.relatedproductslider .lg-grey-box {
    height: 100%;
}

.relatedproductslider a:hover .bike-name {
    color: #00a0df;
    text-decoration: none;
}

.relatedproductslider .lg-grey-box .bike-name {
    text-align: center;
}

.productdetailsection {
    width: 100%;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

@media screen and (max-width:1024px) {
    .demo-slider .owl-carousel.relatedproductslider .owl-item img {
        height: 200px;
    }
}

@media screen and (max-width:991px) {
    .customsection li:after {
        display: none;
    }

    .customsection li {
        width: 100%;
        margin-right: 0px !important;
        margin-bottom: 20px;
        background: #fafafa;
        padding: 15px 0px 0px 0px;
    }

    .iconouter {
        width: auto !important;
        background: none !important;
    }

    ul.customsection li .steps {
        margin-top: 15px;
    }

        ul.customsection li .steps ul li {
            padding: 0px 0px 0px 5px;
        }

    .mapsectionright {
        max-width: 100%;
        flex: 0 0 100%;
    }

        .mapsectionright .map-location {
            padding: 0px;
            height: calc(100vh - 405px) !important;
        }

    .dealertypes {
        text-align: center !important;
    }

        .dealertypes ul {
            padding: 0;
        }

    .relatedproductslider .lg-grey-box {
        height: 100%;
        display: table;
    }

    .slider-space-left .owl-carousel.relatedproductslider .owl-stage-outer {
        padding-left: 0px;
    }

    .sm-text-left {
        text-align: left;
    }

    .sm-plr-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .customsection li:after {
        display: none !important;
    }
}

@media screen and (max-width:575px) {
    .productdetailsection {
        padding: 15px 0px;
    }

    .relatedproductarrow {
        margin-bottom: 30px;
    }
}

.map-add .btn-pivot i {
    font-size: 22px;
    /*color: #ee4935;*/
    color: #000 !important;
    position: relative;
    right: 25px;
    top: -2px;
}

.customsection li {
    position: relative;
}

    .dottedline, .customsection .steps li:after, .customsection li:last-child:after {
        display: none !important;
    }

    .customsection li:last-child {
        margin-right: 0px;
    }

.dealertypes li span {
    font-family: "fontregular";
    font-size: 14px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .iconouter {
        width: 110px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .customsection li h5 {
        font-size: 21px;
        height: 53px;
    }

    .iconouter {
        width: 100px !important;
    }
}

.dealerinfomodal .modal-header {
    border: none;
    padding: 5px;
}

    .dealerinfomodal .modal-header .close {
        position: absolute;
        right: 15px;
        z-index: 99;
    }
/*----------------------- 28/07/20  ---------------------*/
/*----------------------- 28/07/20 mihir  ---------------------*/
.pivotpremier-img {
    width: 130px;
    margin-right: 35px;
}

.pivot-information {
    float: right;
}
/*----------------------- 28/07/20  ---------------------*/
/*----------------------- 29/07/20  ---------------------*/
.selectdealer.btn {
    font-family: "fontmedium";
}

.iconmain img {
    height: 60px !important;
}

.slider-full .img-demoike-sells p span {
    font-family: fontbold !important;
} 

@media (max-width:1440px) {
    .slider-full .img-demoike-sells p span {
        font-size: 20px !important;
    }

    .slider-full .img-demoike-sells h1 {
        font-size: 36px !important;
    }
}

@media (max-width:1366px) {
    .tabs-checkout .paymentmethodmain .w-radio.dealer-listing label input {
        margin-right: 5px !important;
    }

    .tabs-checkout .paymentmethodmain .w-radio.dealer-listing img {
        height: 40px;
    }
}

@media (min-width: 1200px) and (max-width: 1560px) {
    .pickuppointmodal .map-location {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
    .paymentmethodmain .col-md-6:first-child {
        max-width: 50%;
        flex: 0 0 50% !important;
    }

    .paymentmethodmain .col-md-6 {
        max-width: 50%;
        flex: 0 0 50% !important;
    }

    .paymentmethodmain .w-radio.dealer-listing img {
        height: 35px !important;
        margin-bottom: 0px;
    }
}

@media (max-width:991px) {
    .iconmain img {
        height: 40px !important;
    }
}

@media (max-width:575px) {
    .pickuppointmodal .pickup-btn-p {
        margin-top: 6px;
    }

    .pickuppointmodal .dealers-address .map-address .map-add .address-title p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .pickuppointmodal .dealertypes {
        padding: 0px;
    }

        .pickuppointmodal .dealertypes li {
            font-size: 12px;
        }

    .paymentmethodmain .col-md-6:first-child {
        max-width: 60%;
        flex: 0 0 60% !important;
    }

    .paymentmethodmain .col-md-6 {
        max-width: 40%;
        flex: 0 0 40% !important;
    }

    .paymentmethodmain .w-radio.dealer-listing img {
        height: 21px !important;
        margin-bottom: 0px;
    }

    .dealertypes li {
        margin-left: 10px;
    }
}

@media (max-width:375px) {
    .pickuppointmodal .dealers-address .map-address .map-add .address-title p span {
        display: inline-block;
        vertical-align: top;
    }

    .pickuppointmodal .dealers-address .map-address .map-add .address-title p .distance {
        font-size: 14px;
    }

    .pickuppointmodal .map-location {
        height: 350px !important;
    }

    .pickuppointmodal .dealers-address + div {
        padding: 0;
    }
}
/*----------------------- 29/07/20  ---------------------*/
/*----------------------- 30/07/20  ---------------------*/
.iconbg {
    padding: 0px !important;
    background: none !important;
}

.pickuppointmodal .pickup-point-info ul {
    margin-bottom: 0px;
}

.main-pad-chack label {
    font-family: "fontregular";
}

.dealertypes li img, .dealertypes li span {
    display: inline-block;
    vertical-align: middle;
}

.pickup-point-info ul li {
    font-family: "fontregular";
}

    .pickup-point-info ul li:first-child {
        font-family: "fontmedium";
    }

.dealerpagemain .dealers-address {
    height: calc(100vh - 110px);
}

.map-add .btn-pivot i {
    right: 0px;
}

.pivotpremier-img {
    margin-right: 20px;
}

@media (max-width:1366px) {
    .pickup-btn-p {
        margin-top: 10px;
    }

    .tabs-checkout .paymentmethodmain .w-radio.dealer-listing img {
        height: 36px;
    }

    .dealerinfomodal {
        z-index: 9999;
    }
}

@media (max-width:991px) {
    .pickuppointmodal .map-location, .pickuppointmodal .dealers-address {
        height: 500px !important;
    }

        .pickuppointmodal .dealers-address + div {
            padding: 0;
        }

    .pickuppointmodal .nodealer-section {
        height: auto;
    }

    .mapsectionright .map-location {
        height: 400px !important;
    }

    .mapsectionright .pickup-point-info {
        margin-top: 0px;
    }

    .pickuppointmodal .dealers-filter.pick-up-filter {
        padding-top: 12px;
        padding-bottom: 0px;
    }

    .pickuppointmodal .dealertypes {
        padding-top: 0px;
    }
}

@media (max-width:575px) {
    .pickuppointmodal .map-location, .pickuppointmodal .dealers-address {
        height: 400px !important;
    }

    .pickuppointmodal .pickup-point-info ul li:first-child {
        font-size: 16px;
    }

    .pickuppointmodal .pickup-point-info .pickup-address-det {
        font-size: 14px;
    }

    .dealerpagemain .dealers-address .map-address:last-child {
        margin-bottom: 5px;
    }

    .dealerpagemain {
        padding-bottom: 0px;
    }

    .dealerinfomodal .modal-header .close {
        padding: 10px;
        right: 9px;
    }

    .dealerinfomodal .modal-body {
        max-height: 450px;
        overflow-y: auto;
    }

    .pivotpremier-img {
        width: 87px;
        margin-right: 13px;
        position: relative;
        top: 6px;
    }

    .map-add .btn-pivot i {
        right: 0px;
    }

    .dealerpagemain .dealers-address .map-address .address-card .count-number {
        margin-right: 12px;
    }

    .dealers-filter .filter-bikes ul li, .dealers-filter .filter-bikes select, .d-inline-block.countrydropdown.align-middle select, .dealers-filter .search-area .addressinput input {
        font-size: 14px !important;
        padding: 0 10px;
    }
    
    .col-6.demo-check-field {
        flex: 0 0 58%;
        max-width: 58%;
    }

    .col-6.distance-field {
        flex: 0 0 38%;
        max-width: 38%;
    }
}

@media (max-width: 360px) {
    .paymentmethodmain .w-radio.dealer-listing img {
        height: 20px !important;
    }

    .dealers-address .btn-pivot .btn-pivot-outline.visit-btn {
        font-size: 14px;
    }
}

@media (min-width: 1200px) and (max-width:1366px) {
    .mapsectionright {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60% !important;
        flex: 0 0 60% !important;
        max-width: 60% !important;
    }
    /*.dealers-address {	
        -webkit-box-flex: 0;	
        -ms-flex: 0 0 40% !important;	
        flex: 0 0 40% !important;	
        max-width: 40% !important;	
    }*/
    .dealerpagemain .dealertypes ul {
        padding-right: 15px;
    }
}

@media (min-width: 1024px) and (max-width:1366px) {
    .dealerpagemain .map-location {
        height: calc(100vh - 214px) !important;
    }

    .dealerpagemain .dealers-address .map-address:last-child {
        margin-bottom: 5px;
    }

    .dealerpagemain .dealertypes ul {
        padding-left: 0;
        text-align: center;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .dealerpagemain .map-location {
        height: calc(100vh - 214px) !important;
    }

    .dealerpagemain .dealers-address {
        height: calc(100vh - 112px) !important;
    }
}

#dealerinfopickup {
    z-index: 9999999999;
    background: rgba(0,0,0,0.5);
}

.dealers-address .map-address .map-add .address-title p .distance {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    text-align: right;
}

.dealers-address .map-address .map-add .address-title p .title {
    width: 60%;
    display: inline-block;
    vertical-align: top;
}

@media (min-width:812px) and (max-width:813px) {
    .dealerpagemain .map-location {
        height: 450px !important;
    }
}
/*----------------------- 30/07/20  ---------------------*/
/*----------------------- 31/07/20  ---------------------*/
.dealerinfomodal .modal-header .close {
    position: absolute !important;
    right: 10px;
}

.map-add .btn-pivot i {
    top: 8px;
}

.dealertypes li:first-child {
    margin-left: 0px;
}

@media (max-width:991px) {
    .modal-backdrop {
        z-index: 9999;
    }

    topfixed-allitem sticky {
        z-index: 9999;
    }

    .dealerinfomodal, .modal {
        z-index: 99991;
    }

    .dealerpagemain .dealers-address {
        height: auto !important;
        margin-bottom: 15px;
    }

    .mapsectionright {
        padding: 0;
    }
}

@media (max-width: 575px) {
    .dealerinfomodal .modal-header .close {
        padding: 15px;
        right: 9px !important;
    }

    .dealerinfomodal .modal-body {
        padding-right: 25px;
    }

    .map-add .btn-pivot i {
        top: 2px;
        font-size: 18px;
    }

    .dealerpagemain .pivot-information {
        position: relative;
        top: 9px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1025px) {
    .dealertypes li img {
        width: 19px;
    }

    .dealertypes li span {
        font-size: 11.4px;
    }

    .dealers-filter .check-box .card ul li, .dealers-filter select {
        font-size: 15px !important;
    }

    .dealers-filter select {
        padding-left: 15px !important;
    }
    .add-to-cart .btn-link-cart { 
        font-size: 11px; 
    }
}

@media only screen and (min-width:1024px) {
    .dealerpagemain .map-location {
        height: calc(100vh - 163px) !important;
        padding-bottom: 0px;
    }

    .dealerpagemain .dealers-address {
        height: calc(100vh - 107px);
    }
}

@media only screen and (min-width: 1366px) {
    .dealerpagemain .dealers-address {
        -ms-flex: 0 0 40% !important;
        flex: 0 0 40% !important;
        max-width: 40% !important;
    }

    .dealerpagemain .mapsectionright {
        -ms-flex: 0 0 60% !important;
        flex: 0 0 60% !important;
        max-width: 60% !important;
    }

    .dealerpagemain .pivotpremier-img {
        margin-right: 10px;
        width: 110px;
        margin-top: -2px;
    }
}
/*----------------------- 31/07/20  ---------------------*/
/*----------------------- 05/08/20  ---------------------*/
.pickup-point-info ul li {
    list-style: none;
}

.validation-summary-errors ul li {
    font-family: "fontregular";
}

#errorSerialNum a {
    color: #0081B8;
}

    #errorSerialNum a:hover {
        color: #01A0DF;
    }

.login-pagede h5, .account-info-personal h5 {
    font-size: 25px;
}

@media (max-width:1366px) {
    .customerdetailmain {
        padding: 0px !important;
    }

        .customerdetailmain .row.row-mg-md {
            padding: 0px 96px !important;
        }

    .account-info-personal form {
        padding: 0px 48px;
    }

    .account-info-personal .col-xl-4 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: 25% !important;
    }
}

@media (max-width:991px) {
    .entity-container.bg-grey-container.customerdetailmain .row.row-mg-md {
        padding: 0px 25px !important;
    }

    .account-info-personal .col-xl-4 {
        max-width: 321px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        flex: none;
    }
}

@media (max-width:823px) {
    .account-info-personal {
        padding: 0px 39px;
    }
}

@media (max-width:767px) {
    .bike-account .tab-accinfo-edit .title-sub-account {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .account-info-personal h5 > div {
        font-size: 18px;
    }

    .account-info-personal h5 {
        max-width: 87%;
        margin: 0 auto;
    }

    .account-info-personal form, .entity-container.bg-grey-container.customerdetailmain .row.row-mg-md {
        padding: 0px !important;
    }

    .account-info-personal .col-xl-4 {
        max-width: 100% !important;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .entity-container.bg-grey-container.customerdetailmain .row.row-mg-md {
        padding: 0px !important;
        max-width: 540px;
        margin: 0px auto;
    }

    .account-info-personal form {
        padding: 0px;
    }

    .account-info-personal h5 {
        max-width: 93%;
        margin: 0px auto;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .entity-container.bg-grey-container.customerdetailmain .row.row-mg-md {
        padding: 0px !important;
        max-width: 540px;
        margin: 0px auto;
    }

    .account-info-personal form {
        padding: 0px 15px;
    }

    .account-info-personal .col-xl-4 {
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        flex: none;
        padding: 0;
    }
}

@media only screen and (min-device-width: 811px) and (max-device-width: 812px) {
    .entity-container.bg-grey-container.customerdetailmain .row.row-mg-md {
        padding: 0px !important;
        max-width: 720px;
        margin: 0px auto;
    }
}

@media (min-width: 730px) and (max-width:731px) {
    .entity-container.bg-grey-container.customerdetailmain .row.row-mg-md {
        padding: 0px !important;
        max-width: 540px;
        margin: 0 auto;
    }
}
/*----------------------- 05/08/20  ---------------------*/
/*----------------------- 06/08/20  ---------------------*/
@media (max-width:575px) {
    .addresscardleftdetail .custom-control-label {
        margin-left: 3px !important;
        margin-bottom: 0px;
    }
}

@media only screen and (min-width:411px) and (max-width:575px) {
    .addresscardleftdetail {
        max-width: 60%;
        margin-bottom: 0px !important;
    }

    .addressbookbuttons {
        max-width: 40%;
    }

        .addressbookbuttons .col-md-12 {
            margin-bottom: 1rem;
        }

            .addressbookbuttons .col-md-12:last-child {
                margin-bottom: 0px;
            }

            .addressbookbuttons .col-md-12 a {
                padding: 7px 13px;
                width: 100% !important;
                height: auto;
            }

    .addresscardbody.card-body {
        padding: 15px;
    }
}

@media (max-width:375px) {
    .addressbookbuttons .row {
        display: inline-block;
        vertical-align: middle;
    }

    .addresscardbody.card-body {
        padding: 15px;
    }

    .addressbookbuttons .col-md-12 {
        width: auto;
        display: inline-block;
        margin-right: 5px;
    }

        .addressbookbuttons .col-md-12:last-child {
            margin-right: 0px;
        }

        .addressbookbuttons .col-md-12 a {
            padding: 7px 10px;
            width: auto !important;
            height: auto;
            font-size: 11px;
        }
}
/*----------------------- 06/08/20  ---------------------*/
/*----------------------- 11/08/20  ---------------------*/
.techspecsactive #detailsSection {
    padding: 120px 0px 72px 0px;
}

@media (min-width: 992px) {
    .nav-account ul.navbar-nav li.nav-item {
        padding: 0 11px;
    }

    .nav-account ul.navbar-nav li a.nav-link {
        font-size: 13px;
    }
}
/*----------------------- 11/08/20  ---------------------*/
/*----------------------- 12/08/20  ---------------------*/
.tbl-slider tr th.active-slide, .tbl-slider tr td.active-slide {
    background-color: #ffffff;
}

.tbl-slider tr th:nth-child(odd), .tbl-slider tr td:nth-child(odd) {
    background-color: #f7f7f7 !important;
}

@media (min-width: 992px) {
    .nav-account ul.navbar-nav li a.nav-link {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .nav-account ul.navbar-nav li a.nav-link {
        font-size: 15px;
    }
}

@media (min-width: 1024px) and (max-width:1280px) {
    .zui-scroller-slider.specifiaction.fixspec .tbl-slider tbody {
        height: calc(350px - 58px) !important;
    }
}

@media (min-width: 1281px) {
    .zui-scroller-slider.specifiaction.fixspec .tbl-slider tbody {
        height: calc(400px - 68px) !important;
    }
}

@media (min-width: 1024px) {
    .tbl-slider tr th:first-child, .tbl-slider tr td:first-child {
        min-width: 180px;
    }

    .tbl-slider tr th, .tbl-slider tr td {
        height: auto;
    }

    .tbl-slider tr th, .tbl-slider tr td {
        padding: 6px 10px;
    }

    .table-bike .show-more-btn {
        margin-top: 10px;
    }
}

.pickuppointmodal .gm-style-iw-d, .pickuppointmodal .gm-style-iw.gm-style-iw-c {
    max-height: initial !important;
    overflow: auto !important;
}

.pickuppointmodal .pickup-point-info {
    margin-top: 10px;
}
/*----------------------- 12/08/20  ---------------------*/
/*----------------------- 13/08/20  ---------------------*/
.checkoutorderstatusmain .checkout-order-status #preseason-order {
    margin-right: 5px;
}

.checkoutorderstatusmain .checkout-order-status p {
    padding-right: 15px;
}

@media only screen and (max-width:1440px) {
    .shippingmethodinner label.custom-control-label {
        width: calc(100% - 19px);
        vertical-align: middle;
        margin: 0;
    }

    .shippingmethodinner input.custom-control-input {
        vertical-align: middle;
    }
}

@media (max-width:767px) {
    .checkoutorderstatusmain .checkout-order-status {
        padding: 0px 15px;
    }

        .checkoutorderstatusmain .checkout-order-status p {
            padding-right: 0px;
        }

    .shipmentmethodmain > label {
        padding-left: 15px !important;
    }
}

#inventorylist_wrapper .dt-buttons .dt-button.buttons-pdf.buttons-html5, #inventorylist_wrapper .dt-buttons .dt-button.buttons-pdf.buttons-html5:focus {
    font-family: "fontmedium";
    border: none;
    padding: 11px 16px;
}
/*----------------------- 13/08/20  ---------------------*/
/*----------------------- 14/08/20  ---------------------*/
.dealerpagemain .pivotpremier-img {
    width: 80px;
}

.pickuppointmodal .pivotpremier-img {
    width: auto;
    position: relative;
    top: 6px;
}

@media (max-width:1024px) {
    .dealerpagemain .pivotpremier-img {
        width: 95px;
    }
}

@media (max-width: 575px) {
    .pivotpremier-img {
        width: 82px !important;
        top: -2px;
    }

    .pickuppointmodal .pivotpremier-img {
        top: 0;
        margin-bottom: 0px !important;
    }

    .inventorynewpo .col-sm-6.pallpi-0 .dt-buttons {
        display: table;
        margin: 15px auto;
        float: none !important;
    }
}

@media (min-width: 576px) and (max-width:823px) {
    .dealerpagemain .pivotpremier-img {
        width: 120px;
        top: -10px;
        position: relative;
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    .dealerpagemain .pivotpremier-img {
        width: auto !important;
        top: 0px;
        position: relative;
        height: 49px;
    }
}

@media only screen and (min-width:1201px) and (max-width:1366px) {
    .dealerpagemain .pivotpremier-img {
        width: auto !important;
        top: 0px;
        position: relative;
    }
}

@media (max-width:991px) {
    .pickuppointmodal .pivotpremier-img {
        margin-bottom: 10px;
    }
}
/*----------------------- 14/08/20  ---------------------*/
/*----------------------- 17/08/20  ---------------------*/
.anchordefaultcolor, .add-new-location-add a, .faq-section .accordion .card-body p a {
    color: #01A0DF !important;
}

    .anchordefaultcolor:hover, .add-new-location-add a:hover, .faq-section .accordion .card-body p a:hover {
        color: #0081B8 !important;
    }

.pickuppointmodal .dealertypes img {
    height: 25px;
}

@media (min-width:1366px) {
    .dealerpagemain .pivotpremier-img {
        width: 110px !important;
    }

    .pickuppointmodal .pivotpremier-img {
        top: -3px;
        height: 50px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1025px) {
    .pickuppointmodal .pivotpremier-img {
        top: -3px;
        height: 50px;
    }
}

@media (max-width:575px) {
    .dealerpagemain .pivotpremier-img {
        width: 100px !important;
        top: -9px;
    }
}

@media (max-width: 823px) and (min-width: 576px) {
    .pickuppointmodal .pivotpremier-img {
        width: 120px;
        top: -10px;
    }
}
/*----------------------- 17/08/20  ---------------------*/
/*----------------------- 18/08/20  ---------------------*/
.openpoaccordian .btn {
    line-height: initial;
}

@media (min-width:1200px) and (max-width:1440px) {
    .openpoaccordian .customwidthten {
        max-width: 70%;
        flex: 0 0 70%;
    }

    .openpoaccordian .customwidthtwo {
        max-width: 30%;
        flex: 0 0 30%;
    }
}

@media (min-width:1023px) and (max-width:1024px) {
    .openpoaccordian .customwidthten {
        max-width: 71.5%;
        flex: 0 0 71.5%;
    }

    .openpoaccordian .customwidthtwo {
        max-width: 28.5%;
        flex: 0 0 28.5%;
    }

    .openpoaccordian .btn {
        padding: 10px 0px;
    }
}

@media (min-width:1200px) {
    .openpoaccordian .customwidthten {
        max-width: 71.5%;
        flex: 0 0 71.5%;
    }

    .openpoaccordian .customwidthtwo {
        max-width: 28.5%;
        flex: 0 0 28.5%;
    }

    .openpoaccordian .btn {
        padding: 10px 0px;
    }
}

@media (min-width:2559px) and (max-width:2560px) {
    .openpoaccordian .customwidthten {
        max-width: 85%;
        flex: 0 0 85%;
    }

    .openpoaccordian .customwidthtwo {
        max-width: 15%;
        flex: 0 0 15%;
    }

    .openpoaccordian .btn {
        padding: 10px 0px;
    }
}

@media (min-width:576px) and (max-width:823px) {
    .sminlineblock {
        display: block;
        vertical-align: middle;
        text-align: left;
        margin-top: 0px !important;
    }

        .sminlineblock .ordernum {
            display: inline-block;
            vertical-align: middle;
            max-width: initial;
            padding-right: 0;
            flex: none;
            width: auto;
        }
}

@media (min-width: 1024px) and (max-width: 1025px) {
    .nav-account ul.navbar-nav li a.nav-link {
        font-size: 13px !important;
        padding: 8px 0px !important;
    }

    .smpadlr0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (min-width: 576px) and (max-width: 823px) {
    .sminlineblock .ordernum {
        width: 100%;
        padding-right: 15px;
    }
}

@media (max-width:991px) {
    .openpoaccordian .customwidthten {
        max-width: 65%;
        flex: 0 0 65%;
    }

    .openpoaccordian .btn {
        padding: 10px 0px;
    }

    .openpoaccordian .customwidthtwo {
        max-width: 35%;
        flex: 0 0 35%;
    }

    .sminlineblock .ordernum:first-child {
        margin-bottom: 10px;
    }
}

.accordion-tbl .card-header .customwidthten[aria-expanded="true"] .show-coll-icon {
    color: #ddd;
}

    .accordion-tbl .card-header .customwidthten[aria-expanded="true"] .show-coll-icon:before {
        content: "\f146";
    }
/*----------------------- 18/08/20  ---------------------*/
/*----------------------- 20/08/20  ---------------------*/
.bar-notification {
    top: 0px !important;
    padding: 18px 40px;
    opacity: 1 !important;
}

@media (max-width:991px) {
    .saveopenpomodal {
        padding: 0px 15px;
    }

        .saveopenpomodal .modal-content {
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
            position: absolute;
            max-width: 90% !important;
        }
}

@media (min-width:576px) and (max-width:823px) {
    .saveopenpomodal .modal-content {
        max-width: 60% !important;
    }
}

.accordion-tbl .card-header .col-lg-12[aria-expanded="false"] .show-coll-icon:before {
    content: "\f0fe";
}

.accordion-tbl .card-header .col-lg-12[aria-expanded="true"] .show-coll-icon:before {
    content: "\f146";
}

.accordion-tbl .card-header .col-lg-12[aria-expanded="true"] .show-coll-icon {
    color: #ddd;
}

#btloadpo {
    color: #00a0df;
    border: 1px solid #00a0df;
    height: 48px !important;
    line-height: 1.5;
    padding: 11px 16px;
    border-radius: 0;
    font-family: "fontmedium";
    font-size: 16px !important;
}

    #btloadpo:hover {
        background-color: #00a0df !important;
        color: #fff !important;
    }

#btnDelete {
    color: #6c757d !important;
    background-color: transparent !important;
    border: 1px solid #6c757d !important;
    height: 48px !important;
    line-height: 1.5;
    padding: 11px 16px;
    border-radius: 0;
    font-family: "fontmedium";
    font-size: 16px !important;
    border-color: #6c757d !important;
}

    #btnDelete:hover {
        background-color: #6c757d !important;
        color: #fff !important;
    }
/*----------------------- 20/08/20  ---------------------*/
/*----------------------- 21/08/20  ---------------------*/
@media (max-width:575px) {
    .openpomodal .modal-content {
        max-width: 90% !important;
    }
}

@media (max-width: 991px) {
    .openpomodal .modal-content {
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        position: absolute;
        max-width: 90% !important;
    }
}

@media (max-width:767px) {
    .m-pl-15 {
        padding-left: 15px !important;
    }
}
/*----------------------- 21/08/20  ---------------------*/
/*----------------------- 25/08/20  ---------------------*/
.shippingmethodinner + span a {
    color: #01A0DF !important;
}

    .shippingmethodinner + span a:hover {
        color: #0081B8 !important;
    }

.uscanadaschedulepage .custombox {
    position: relative;
}

.uscanadaschedulepage .iconouter {
    width: 130px;
    height: 110px;
    margin: 0px auto;
    background: #fff;
    position: relative;
    z-index: 1;
}

.uscanadaschedulepage .steps ul {
    position: relative;
}

.uscanadaschedulepage .customsection li {
    list-style: none;
    float: left;
    width: calc(16.83% - 28px);
    margin-left: 10px;
    margin-right: 10px;
}

    .uscanadaschedulepage .customsection li h5, .demobikesalesdotsection .customsection li h5 {
        font-size: 16px !important;
    }

    .uscanadaschedulepage .customsection li .steps ul {
        padding-left: 0px;
    }

.uscanadaschedulepage ul.customsection li .steps ul li, .demouscanadadotsection ul.customsection li .steps ul li {
    width: 100%;
    position: relative;
    padding-left: 0px;
    font-size: 14px;
    font-family: "fontregular";
    text-transform: uppercase;
}

.uscanadaschedulepage .iconbg {
    background: #1f5987;
    text-align: center;
    width: 100px;
    height: 100px;
    margin: 0px auto;
    border-radius: 100%;
    display: flex;
    align-items: center;
    padding: 25px;
    justify-content: center;
}

    .uscanadaschedulepage .iconbg img {
        width: 100%;
    }

@media (min-width: 2135px) {
    .uscanadaschedulepage .customsection li {
        width: calc(16.67% - 20.67px);
    }

    .uscanadaschedulepage .iconouter {
        width: 120px;
    }
}

@media screen and (max-width:1024px) {
    .uscanadaschedulepage .iconbg {
        width: 80px;
        height: 80px;
    }

    .demobikesalesdotsection .iconouter {
        height: 90px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1600px) and (min-device-width: 1200px) and (min-resolution: 192dpi) {
    .uscanadaschedulepage .customsection li {
        width: calc(16.95% - 28px);
    }
}

@media only screen and (max-width: 1366px) and (min-width: 1365px) {
    .uscanadaschedulepage .iconouter {
        width: 105px;
    }

    .uscanadaschedulepage .iconbg {
        width: 90px;
    }
    .add-to-cart .btn-link-cart {
        font-size: 11px;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 1279px) {
    .uscanadaschedulepage .iconouter {
        width: 100px;
    }

    .uscanadaschedulepage .iconbg {
        width: 90px;
    }

    #builderSection .bike-det-container .button-find-deler .btn-pivot-primary {
        padding: 11px 5px;
        margin-right: 0px !important;
    }

    #builderSection .bike-det-container .col-xl-8.col-md-6.p-0 {
        max-width: 67%;
        flex: 0 0 67%;
    }

    #builderSection .bike-det-container .affirm-image a img {
        max-width: 90% !important;
    }

    #builderSection .bike-det-container .col.col-xl-4.col-md-6.col-12.p-0 {
        max-width: 33%;
        flex: 0 0 33%;
    }
}

@media only screen and (max-width: 1279px) and (min-width: 1097px) {
    .uscanadaschedulepage .iconouter {
        width: 90px;
    }

    .uscanadaschedulepage .iconbg {
        width: 80px;
    }
}

@media only screen and (max-width:769px) and (min-width: 768px) {
    .uscanadaschedulepage .customsection li {
        width: calc(50% - 8px) !important;
        margin-bottom: 20px !important;
        margin-right: 15px !important;
    }

        .uscanadaschedulepage .customsection li:nth-child(even) {
            margin-right: 0px !important;
        }

        .uscanadaschedulepage .customsection li:nth-child(3), .uscanadaschedulepage .customsection li:nth-child(7), .uscanadaschedulepage .customsection li:nth-child(11) {
            margin-right: 0px !important;
        }

        .uscanadaschedulepage .customsection li:nth-child(6) .steps ul li {
            min-height: 147px !important;
        }

    .uscanadaschedulepage ul.customsection li .steps ul li {
        width: 100% !important;
        padding: 0px 15px !important;
        min-height: 63px;
    }

    .uscanadaschedulepage .customsection li .steps ul {
        padding: 0px 15px !important;
    }

    .uscanadaschedulepage ul.customsection li:last-child .steps ul li {
        min-height: 106px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 1023px) {
    .dottedlines {
        top: 20px !important;
    }

    .uscanadaschedulepage .iconouter {
        width: 95px;
        height: 85px;
    }

    .uscanadaschedulepage .customsection li {
        width: calc(16.83% - 22px);
    }

    .dottedlines img {
        width: 100%;
    }

    .uscanadaschedulepage .customsection li h5, .demobikesalesdotsection .customsection li h5 {
        font-size: 13px !important;
        height: auto;
    }

    .uscanadaschedulepage ul.customsection li .steps ul li, .demobikesalesdotsection ul.customsection li .steps ul li {
        font-size: 11px;
    }

    .uscanadaschedulepage .iconbg, .demobikesalesdotsection .iconbg {
        width: 70px;
    }

    .uscanadaschedulepage .iconouter, .demobikesalesdotsection .iconouter {
        width: 70px !important;
    }
}

@media screen and (max-width:991px) {
    .uscanadaschedulepage .customsection li {
        width: 100%;
        margin-bottom: 20px;
    }

        .uscanadaschedulepage .customsection li ul {
            padding: 0rem 2rem !important;
            text-align: center;
        }
}
/*----------------------- 25/08/20  ---------------------*/
/*----------------------- 26/08/20  ---------------------*/
.demouscanadadotsection {
    display: flex;
    justify-content: center;
}

@media (max-width:1024px) {
    .demouscanadadotsection {
        display: block;
    }
}

.bike-checkout .estimate-text label {
    font-size: 15px;
    font-family: "fontbold";
    margin-bottom: 5px;
}

@media only screen and (min-width:1024px) {
    .dottedlines {
        left: 55%;
        width: 100%;
        margin: 0px auto !important;
        padding: 0 44px;
        position: absolute;
        top: 31px;
        text-align: center;
        right: 0;
        display: block;
    }

    .uscanadaschedulepage .customsection li:after {
        display: none;
    }

    .dottedlines img {
        width: 50px;
        height: 40px;
    }

    .uscanadaschedulepage .customsection li {
        margin: 0px 10px;
    }

    .width-5-p {
        width: 5% !important;
    }

    .width-12-p {
        width: 12.5% !important;
    }
}

@media only screen and (max-width:991px) {
    .dottedlines {
        display: none;
    }

    .uscanadaschedulepage .customsection li {
        margin-left: 0px !important;
    }
}
/*----------------------- 26/08/20  ---------------------*/
/*----------------------- 27/08/20  ---------------------*/
.demobikesalesdotsection ul.customsection li.width-16-p, .demobikesalesdotsection ul.customsection li.width-5-p {
    list-style: none;
}

.demobikesalesdotsection ul.customsection li .steps ul li {
    list-style: disc;
    font-size: 14px;
}

@media only screen and (min-width: 1024px) {
    .dottedlines {
        left: 0;
        padding: 0;
        position: relative;
    }

    .customsection li {
        margin: 0px !important;
    }

        .customsection li:after {
            display: none;
        }
}

@media only screen and (min-width:992px) and (max-width:1023px) {
    .uscanadaschedulepage .iconouter {
        width: 90px;
    }

    .dottedlines img {
        width: 100%;
    }

    .uscanadaschedulepage .customsection li {
        margin: 0px;
    }

    .customsection li:after {
        display: none;
    }

    .width-5-p {
        width: 5% !important;
    }

    .width-12-p {
        width: 12.5% !important;
    }

    .dottedlines {
        top: 27px;
        left: 0;
        position: relative;
    }

    .uscanadaschedulepage .customsection li h5 {
        font-size: 12px !important;
    }

    .uscanadaschedulepage ul.customsection li .steps ul li {
        font-size: 10px;
    }
}

@media (max-width:991px) {
    .demobikesalesdotsection ul.customsection li .steps ul li:last-child {
        margin-bottom: 0px;
    }

    .demobikesalesdotsection .customsection li h5 {
        font-size: 17px !important;
    }

    .demobikesalesdotsection ul.customsection li .steps ul li {
        font-size: 14px !important;
    }

    .customsection li.width-5-p {
        display: none;
    }

    .uscanadaschedulepage .iconouter {
        height: 90px;
    }

    .demobikesalesdotsection .customsection li ul {
        padding: 0px 15px 15px 30px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
    .uscanadaschedulepage .customsection li h5 {
        height: auto;
    }
}

@media only screen and (max-width:991px) and (min-width: 990px) {
    .uscanadaschedulepage .customsection li {
        width: calc(50% - 8px) !important;
        margin-bottom: 20px !important;
        margin-right: 15px !important;
    }

        .uscanadaschedulepage .customsection li:nth-child(even) {
            margin-right: 0px !important;
        }

        .uscanadaschedulepage .customsection li:nth-child(3), .uscanadaschedulepage .customsection li:nth-child(7), .uscanadaschedulepage .customsection li:nth-child(11) {
            margin-right: 0px !important;
        }

        .uscanadaschedulepage .customsection li:nth-child(6) .steps ul li {
            min-height: 147px !important;
        }

    .uscanadaschedulepage ul.customsection li .steps ul li {
        width: 100% !important;
        padding: 0px 15px !important;
        min-height: 43px;
    }

    .uscanadaschedulepage .customsection li .steps ul {
        padding: 0px 15px !important;
    }

    .uscanadaschedulepage ul.customsection li:last-child .steps ul li {
        min-height: 65px;
    }

    .uscanadaschedulepage .iconouter {
        height: 90px;
    }
}

@media only screen and (max-width: 1096px) and (min-width: 1025px) {
    .uscanadaschedulepage .iconbg, .uscanadaschedulepage .iconouter {
        width: 80px;
    }

    .dottedlines img {
        width: 100%;
    }
}

@media only screen and (min-width:992px) {
    .width-16-p {
        width: 16% !important;
    }

    .customsection li {
        float: left;
        margin: 0px !important;
    }

    .demobikesalesdotsection .dottedlines img {
        width: 100%;
    }
}
/*----------------------- 27/08/20  ---------------------*/
/*----------------------- 31/08/20  ---------------------*/
.inventory-page.inventorynewpo .modalstockmodal table.dataTable thead th, .inventory-page.inventorynewpo .modalstockmodal table.dataTable tbody td {
    padding: 8px 10px;
}

@media (max-width: 823px) and (min-width: 812px) {
    .bike-account.price-list-m .entity-container .box-record {
        padding: 0 44px;
    }
}
/*----------------------- 31/08/20  ---------------------*/
/*----------------------- 03/09/20  ---------------------*/
.message-failure {
    font-family: "fontlight";
    font-weight: normal;
    font-size: 14px;
}

.estimate-shipping-result .message-error ul {
    padding-left: 20px;
    margin-top: 5px;
}

.demo-slider .owl-carousel.relatedproductslider .owl-item img {
    height: 160px;
}

.slider-space-left .owl-carousel .owl-stage-outer {
    padding-left: 0px;
}

.relatedproductmain .slider-athletes.demo-slider {
    margin-left: 1rem !important;
}

@media (max-width:991px) {
    .relatedproductmain .slider-athletes.demo-slider {
        margin-left: 0rem !important;
    }
}
/*----------------------- 03/09/20  ---------------------*/
/*----------------------- 04/09/20  ---------------------*/
/*select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../img/down-arrow.png") no-repeat;
    background-size: 13px;
    background-position: calc(100% - 14px) center;
    padding: 0.375rem 0.75rem !important;
}*/

.relatedproductmain .productdetailsection {
    padding-bottom: 0px !important;
}

.addtocartbuttons {
    width: auto !important;
}

.message-error ul li {
    font-family: "fontlight";
}

.addtocartbuttons a {
    text-transform: capitalize;
}

.product-main-dap input.input-qty:focus {
    outline: none;
}

/*.graphicssectionarrow {
    margin-top: auto;
    height: 370px;
}*/

#detailsSection .small-border {
    /*background: #00A0DF;*/
    height: 1px;
    border: none;
    border-bottom: thin solid #00A0DF;
}

.modelspecifications .prod-spec li.active .btn-blue-border:hover {
    border: none;
}

@media (min-width:1365px) and (max-width:1366px) {
    .orderhistorybuttons .btn {
        font-size: 14px;
        padding: 11px 8px;
    }
}

@media (min-width:768px) and (max-width:769px) {
    .addtocartbuttons a {
        font-size: 11px !important;
    }

    .modelspecifications .prod-spec li.prod-spec-btn {
        width: calc(50% - 8px);
    }

        .modelspecifications .prod-spec li.prod-spec-btn:nth-child(2n+0) {
            margin-right: 0px !important;
        }

    .modelspecifications .prod-spec {
        width: 100%;
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .button-find-deler .btn-pivot-primary {
        padding: 11px 8px;
    }
}

@media (max-width:767px) {
    #builderSection .bike-det-container .affirm-image {
        top: 0;
    }

    #builderSection .bike-det-container .button-find-deler.mb-xl-0.mb-3 {
        margin-bottom: 0px !important;
    }
}

@media (max-width:1024px) {
    #builderSection .bike-det-container .prices h3 {
        font-size: 26px;
        font-family: "fontmedium";
    }

    .button-find-deler .btn-pivot-primary {
        padding: 11px 8px !important;
    }

    #builderSection .bike-det-container .col-xl-8.col-md-6.p-0 {
        flex: 0 0 62%;
        max-width: 62%;
    }

    #builderSection .bike-det-container .col.col-xl-4.col-md-6.col-12.p-0 {
        max-width: 38%;
        flex: 0 0 38%;
    }
    /*.zui-scroller-slider.specifiaction.fixspec.height-auto {
        height: auto !important; 
    }*/
    /*.zui-scroller-slider.specifiaction.fixspec {
        overflow-x: auto;
    }*/
}

@media (max-width:991px) {
    .modelspecifications .input-group.btn-add-no .btn {
        padding: 11px 10px;
    }

        .modelspecifications .input-group.btn-add-no .btn i {
            font-size: 13px;
        }

    .addtocartbuttons a {
        font-size: 12px;
    }

    .graphicssectionarrow {
        margin-top: 0px;
        height: auto;
    }

        .graphicssectionarrow .fullwidth {
            width: 100%;
        }

    .inventory-page.inventorynewpo .modalstockmodal table.dataTable thead th, .inventory-page.inventorynewpo .modalstockmodal table.dataTable tbody td {
        padding: 8px 25px 8px 10px;
    }

    .specification-slidermain.showmorespecification .zui-scroller-slider.specifiaction.fixspec.height-auto {
        height: auto !important;
    }

    .inventorynewpo .modalstockmodal .modal-header .modal-title {
        font-size: 22px;
    }

    .relatedproductmain .productdetailsection {
        padding-bottom: 1rem !important;
    }
}

@media (max-width:575px) {
    #builderSection .bike-det-container .col.col-xl-4.col-md-6.col-12.p-0 {
        margin-top: 30px;
    }

    #builderSection .bike-det-container .affirm-image {
        max-width: 100% !important;
    }

    #builderSection .bike-det-container .col-xl-8.col-md-6.p-0 {
        max-width: 60%;
        flex: 0 0 60%;
    }

    #builderSection .bike-det-container .affirm-image a img {
        max-width: 87% !important;
    }

    #builderSection .bike-det-container .col.col-xl-4.col-md-6.col-12.p-0 {
        max-width: 40%;
        flex: 0 0 40%;
    }

    .addtocartbuttons a {
        font-size: 11px;
    }

    .input-group.btn-add-no.mr-3 button {
        padding: 11px 10px;
    }

    .mobileproducttable .overviewsectiontable .mobonethird {
        width: 28.33% !important;
    }

    .slider-trail.slider-space-left.demo-slider.image-slider-color .owl-stage {
        width: 100% !important;
    }
}
/*----------------------- 04/09/20  ---------------------*/
/*----------------------- 07/09/20  ---------------------*/
@media (min-width: 1024px) {
    .relatedproductarrow {
        height: 192px;
        position: relative;
    }

    .arrowverticalalign_center {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }
}

@media (min-width:1441px) and (max-width:1919px) {
    #builderSection .bike-det-container .button-find-deler .btn-pivot-primary {
        padding: 11px 5px;
        margin-right: 0px !important;
    }

    #builderSection .bike-det-container .col-xl-8.col-md-6.p-0 {
        max-width: 67%;
        flex: 0 0 67%;
    }

    #builderSection .bike-det-container .affirm-image a img {
        max-width: 90% !important;
    }

    #builderSection .bike-det-container .col.col-xl-4.col-md-6.col-12.p-0 {
        max-width: 33%;
        flex: 0 0 33%;
    }
}

@media (min-width:1367px) and (max-width:1439px) {
    #builderSection .bike-det-container .button-find-deler .btn-pivot-primary {
        padding: 11px 5px;
        margin-right: 10px !important;
    }

    #builderSection .bike-det-container .col-xl-8.col-md-6.p-0 {
        max-width: 70%;
        flex: 0 0 70%;
    }

    #builderSection .bike-det-container .affirm-image a img {
        max-width: 90% !important;
    }

    #builderSection .bike-det-container .col.col-xl-4.col-md-6.col-12.p-0 {
        max-width: 30%;
        flex: 0 0 30%;
    }
}

@media (min-width:1025px) and (max-width:1120px) {
    #builderSection .bike-det-container .button-find-deler, #builderSection .bike-det-container .button-find-deler .btn-pivot-primary {
        margin-bottom: 0px !important;
    }

        #builderSection .bike-det-container .button-find-deler .share-btn button {
            position: relative;
            top: 8px;
        }
}

@media (min-width:1025px) and (max-width:1279px) {
    #builderSection .bike-det-container .button-find-deler .btn-pivot-primary {
        padding: 11px 5px;
        margin-right: 5px !important;
    }

    #builderSection .bike-det-container .col-xl-8.col-md-6.p-0 {
        max-width: 70%;
        flex: 0 0 70%;
    }

    #builderSection .bike-det-container .affirm-image a img {
        max-width: 90% !important;
    }

    #builderSection .bike-det-container .col.col-xl-4.col-md-6.col-12.p-0 {
        max-width: 30%;
        flex: 0 0 30%;
    }
}

@media (min-width:576px) and (max-width:731px) {
    #builderSection .bike-det-container .col.col-xl-4.col-md-6.col-12.p-0 a {
        text-align: right !important;
    }

    #builderSection .bike-det-container .col.col-xl-4.col-md-6.col-12.p-0 .affirm-image a img {
        max-width: 87% !important;
    }

    #builderSection .bike-det-container .col.col-xl-4.col-md-6.col-12.p-0 .affirm-image {
        margin-right: 0px;
    }
}

@media (max-width:374px) {
    #builderSection .bike-det-container .col-xl-8.col-md-6.p-0 .button-find-deler {
        display: block;
    }
}

.dealers-filter .search-area {
    padding-left: 30px;
    padding-right: 13px;
    width: 100%;
}

.d-inline-block.countrydropdown.align-middle select {
    padding-right: 30px !important;
}

.dealers-filter .search-area .check-box .card .checkbox span {
    margin-left: 15px;
}

.milesdropdown select.form-control {
    padding-right: 30px !important;
    background-position: 87% center !important;
}

.dealers-filter .left {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}

.dealers-filter .right {
    width: calc(80% - 5px);
    display: inline-block;
    vertical-align: middle;
}

.filter-bikes select.form-control, .countrydropdown select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f7f7f7 !important;
    padding: 0.375rem 0.75rem;
    min-height: initial;
    background: url(../img/down-arrow.png) no-repeat;
    background-size: 13px;
    background-position: right 15px center;
    max-height: initial;
}


@media (min-width:1279px) and (max-width:1280px) {
    .dealers-filter .search-area h1 {
        font-size: 22px !important;
    }
}

@media (max-width:1024px) {
    .dealers-filter .search-area .input-group {
        margin-bottom: 15px;
    }

    .dealers-filter .left, .dealers-filter .right {
        width: 100%;
        text-align: left !important;
    }

    .dealers-filter .search-area .addressinput {
        min-width: initial !important;
    }

    .dealers-filter .search-area {
        padding-left: 15px;
        padding-right: 30px;
    }

    .milesdropdown select.form-control {
        background-position: 96% center !important;
    }

    .dealers-filter .left {
        width: 100%;
    }

    .dealers-filter .right.text-right {
        width: 100%;
        text-align: left !important;
    }

    .dealers-filter .search-area .input-group {
        margin-bottom: 0px;
    }

    .dealers-filter .search-area .addressinput .input-group input {
        width: calc(100% - 56px) !important;
        min-width: initial;
    }

    .countrydropdown select {
        width: 100%;
    }

    .dealers-filter .search-area .input-group {
        margin-bottom: 15px;
    }

    .dealers-filter .search-area .addressinput .input-group {
        background: #f7f7f7;
    }

    .dealers-filter .search-area .input-group-append {
        margin: 0px !important;
    }
    /*.zui-scroller-slider.specifiaction.fixspec .tbl-slider thead {
        padding-right:0px !important;
    }*/
    .dropdowntextbox, .checkboxdropdown {
        width: 100% !important;
        float: none;
    }

    .dropdowntextbox {
        width: 100% !important;
    }

    .addressinput {
        width: calc(50% - 11px) !important;
    }

    .dealers-filter .search-area .addressinput .input-group-append {
        right: 1px !important;
    }

    .checkboxdropdown {
        width: 100%;
    }
}

@media (max-width:991px) {
    .dealers-filter .search-area {
        padding-right: 15px;
    }

        .dealers-filter .search-area .d-inline-block.ml-2.demobikeavailablesection {
            margin-left: 0px !important;
        }
}

@media (max-width:768px) {
    .dealers-filter .search-area .d-inline-block.ml-2 {
        margin-left: 12px !important;
    }
}

@media (max-width:575px) {
    .d-inline-block.countrydropdown {
        width: 100%;
    }

    .dealers-filter .search-area .d-inline-block.ml-2.addressinput {
        width: 100%;
        margin: 0 !important;
    }

    .d-inline-block.demo-check-field {
        width: calc(62% - 4px);
    }

    .d-inline-block.distance-field.ml-2 {
        width: calc(38% - 13px);
    }
}

@media (max-width:480px) {
    .milesdropdown select.form-control {
        background-position: 87% center !important;
    }

    .dealers-filter .search-area .check-box .card .checkbox span {
        margin-left: 5px;
    }
}

.dealers-filter .search-area .check-box .card ul li {
    border-radius: 0px !important;
}

.dealers-filter .search-area .addressinput input#QueryModel_Query {
    width: calc(100% - 55px);
    margin: 0;
}

.dealers-filter .search-area .addressinput .input-group-append {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
}

.demobikeavailablesection select.form-control {
    padding-right: 35px !important;
    background-position: right 15px center;
}

@media (min-width:1441px) {
    .dropdowntextbox {
        width: calc(100% - 390px);
        float: left;
    }

    .checkboxdropdown {
        float: left;
    }
}

.dealers-filter .search-area .addressinput .input-group {
    background-color: #f7f7f7;
}

@media (min-width:1441px) {
    .dropdowntextbox {
        width: calc(100% - 397px);
        float: left;
    }

    .countrydropdown {
        width: calc(35% - 15px);
    }

    .addressinput {
        width: 65%;
    }

    .checkboxdropdown {
        float: left;
    }
}

@media (min-width:1100px) and (max-width:1279px) {
    .dealers-filter .search-area .addressinput {
        min-width: 300px !important;
    }
}

@media (max-width:1366px) {
    .ordersummarylabel {
        font-size: 17px;
    }

    .dealers-filter .left, .dealers-filter .right {
        width: 100%;
        text-align: left !important;
    }

    .dealers-filter .search-area .addressinput {
        min-width: initial !important;
    }

    .dropdowntextbox {
        width: calc(100% - 389px);
    }
}

@media (min-width:360px) and (max-width:414px) {
    .d-inline-block.demo-check-field {
        width: calc(56% - 4px);
    }

    .d-inline-block.distance-field.ml-2 {
        width: calc(44% - 13px);
    }

    .demobikeavailablesection select.form-control {
        padding-right: 21px !important;
        background-position: right 10px center;
    }
}

@media (max-width:360px) {
    .dealers-filter .search-area .check-box .card ul li {
        padding: 0.89rem 0.75rem;
    }

    .dealers-filter .search-area .check-box .card .checkbox span {
        margin-left: 5px;
    }
}

.add-to-cart .prod-summary-order-a .product .product-quantity input {
    white-space: normal;
    word-break: break-word;
}

    .add-to-cart .prod-summary-order-a .product .product-quantity input.btn-link-cart {
        width: 100px;
    }
/*----------------------- 07/09/20  ---------------------*/
/*----------------------- 08/09/20  ---------------------*/
@media (max-width:1440px) {
    .dropdowntextbox {
        width: calc(100% - 366px);
        float: left;
    }

    .checkboxdropdown .demo-check-field {
        width: 213px;
    }

    .checkboxdropdown .distance-field {
        width: 123px;
    }

    .addressinput {
        width: 52%;
    }

    .countrydropdown {
        width: calc(48% - 15px);
    }

    .checkboxdropdown {
        width: 351px;
    }
}

@media (min-width:1439px) and (max-width:1440px) {
    .dealers-filter .left {
        width: 18% !important;
    }

    .dealers-filter .right {
        width: 82% !important;
        display: flex;
        justify-content: flex-end;
        text-align: right !important;
    }

    .dealers-filter .search-area {
        display: flex;
    }
}

@media (max-width:1160px) {
    .demobikeavailablesection {
        margin-left: 0px !important;
        width: 100%;
    }
}

@media (min-width: 1025px) {
    .zui-scroller-slider.specifiaction.fixspec .tbl-slider thead {
        display: block;
    }

    .zui-scroller-slider.specifiaction.fixspec .tbl-slider tbody {
        display: block;
    }
}

.dropdowntextbox {
    margin-right: 15px;
}

.dropdowntextbox, .checkboxdropdown {
    display: inline-block;
    vertical-align: middle;
}

.bike-account .addresscardbody .btn-primary.btn-width, .bike-account .addresscardbody .btn-outline-primary.btn-width, .bike-account .addresscardbody .btn-outline-secondary.btn-width {
    width: 207px;
}

.emailwishlist .emaillist .btn-primary {
    font-size: 15px;
    padding: 11px 16px;
    height: 48px;
}

.ordersummarylabel {
    font-size: 20px;
}

.addressinput, .checkboxdropdown .distance-field {
    margin-left: 15px;
}

.countrydropdown, .addressinput, .checkboxdropdown .demo-check-field, .checkboxdropdown .distance-field {
    float: left;
}

@media (min-width:1441px) {
    .dealers-filter .right {
        width: 80%;
        display: flex;
        justify-content: flex-end;
    }

    .dealers-filter .search-area {
        display: flex;
    }
}

@media (max-width:1366px) {
    .ordersummarylabel {
        font-size: 17px;
    }

    .zui-scroller-slider.specifiaction.fixspec .tbl-slider tbody {
        height: 370px !important;
    }
}

@media (min-width: 1200px) {
    .w-emillist .container.w-listemail {
        max-width: 790px !important;
    }
}

@media (max-width:1024px) {
    .d-inline-block.ml-2.addressinput, .demobikeavailablesection .distance-field {
        width: calc(50% - 11px);
    }

    .countrydropdown, .demobikeavailablesection .demo-check-field {
        width: calc(50% - 4px) !important;
    }
}

@media (max-width:575px) {
    .countrydropdown, .dealers-filter .search-area .addressinput {
        width: 100% !important;
        margin-left: 0px;
    }
}

@media (max-width:480px) {
    #builderSection .bike-det-container .affirm-image a {
        text-align: right !important;
    }

    .demobikeavailablesection .demo-check-field {
        width: calc(58% - 4px) !important;
    }

    .demobikeavailablesection .distance-field {
        width: calc(42% - 11px) !important;
    }
}
/*----------------------- 08/09/20  ---------------------*/
/*----------------------- 09/09/20  ---------------------*/
.pickuppointmodal .dealers-filter .search-area {
    padding-left: 0px;
}

@media (min-width: 1441px) {
    .pickuppointmodal .dealers-filter .search-area {
        display: inherit;
        padding-right: 0px;
    }
}

@media (max-width: 991px) {
    .pickuppointmodal .dealers-filter .search-area {
        padding-right: 0px;
    }
}
/*----------------------- 09/09/20  ---------------------*/
/*----------------------- 10/09/20  ---------------------*/
.inventorynewpo #inventorylist_wrapper .inventory-data table tr:nth-child(2) th:nth-child(2) select {
    min-width: 105px !important;
}

.inventorynewpo #inventorylist_wrapper .inventory-data table tr:nth-child(2) th:nth-child(3) select {
    min-width: 80px !important;
}

.inventorynewpo #inventorylist_wrapper .inventory-data table tr:nth-child(2) th:nth-child(4) select {
    min-width: 100px !important;
}

.inventorynewpo #inventorylist_wrapper .inventory-data table tr:nth-child(2) th:nth-child(5) select {
    min-width: 240px !important;
}

.inventorynewpo #inventorylist_wrapper .inventory-data table tr:nth-child(2) th:nth-child(6) select, .inventorynewpo #inventorylist_wrapper .inventory-data table tr:nth-child(2) th:nth-child(7) select {
    min-width: 90px !important;
}

.inventorynewpo #inventorylist_wrapper .inventory-data table select {
    padding: 0.375rem 0.40rem !important;
    background-size: 11px;
    background-position: calc(100% - 10px) center;
    font-size: 14px !important;
    outline: none !important;
}

.inventorynewpo #inventorylist_wrapper .inventory-data table th, .inventorynewpo #inventorylist_wrapper .inventory-data table tr td {
    font-size: 13px !important;
}

    .inventorynewpo #inventorylist_wrapper .inventory-data table tr td .btn-inventory-cart {
        padding: 6px;
    }

.account-page.price-lists-page #pricelist_wrapper table th, .account-page.price-lists-page #pricelist_wrapper table td, .account-page.price-lists-page #pricelist_wrapper table select {
    font-size: 14px !important;
}

.account-page.price-lists-page #pricelist_wrapper table tr:nth-child(2) th:nth-child(1) select {
    min-width: 125px !important;
}
/*----------------------- 10/09/20  ---------------------*/
/*----------------------- 11/09/20  ---------------------*/
.slider-athletes.athletesslidermain .athletessliderarrows {
    display: flex;
    height: 276px;
}
/*.zui-scroller-slider.specifiaction.fixspec.height-auto {
    height: 370px !important;
}*/
.inventorynewpo #inventorylist_filter input, .inventorynewpo #inventorylist_filter input:focus, .account-page.price-lists-page #pricelist_wrapper table select {
    outline: none !important;
}

.inventorynewpo select, .account-page.price-lists-page #pricelist_wrapper table select {
    background-image: none;
    appearance: menulist !important;
    -webkit-appearance: menulist;
}

.account-page.price-lists-page #pricelist_wrapper table select {
    padding: 0.375rem 0.40rem !important;
    background-color: #f7f7f7;
    border: none;
    font-family: "fontregular";
    height: 48px;
}

.modalstockmodal .dataTables_wrapper .dataTables_filter input {
    -webkit-appearance: inherit;
    padding: 5px 10px;
    outline: none;
    border: 1px solid #cacaca;
}
/* ipad pro media */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .zui-scroller-slider.specifiaction.fixspec .tbl-slider thead, .zui-scroller-slider.specifiaction.fixspec .tbl-slider tbody {
        padding-right: 0px !important;
    }

    .specification-slidermain .table-responsive {
        overflow-x: unset;
    }
}

/* Yashika 19-11-2020 */
@media (max-width: 1026px) {
    .demo-slider .slider-title, .slider-athletes.athletesslidermain .athletessliderarrows {
        display: none !important;
        height: auto;
    }
}

/* Yashika 19-11-2020 */
@media (max-width: 991px) {
    .pb-mobile-57 {
        padding-bottom: 57px;
    }
}

@media (max-width:1024px) {
    .zui-scroller-slider.specifiaction.fixspec .tbl-slider tr th:first-child, .zui-scroller-slider.specifiaction.fixspec .tbl-slider tr td:first-child {
        min-width: 151px;
    }

    .account-page.price-lists-page #pricelist_wrapper table select {
        width: auto !important;
    }

    .navbar #header-language .language-selector {
        padding: 10px 0px;
    }
}

@media (max-width:991px) {
    .res_ipad_defaul_r15, .res_ipad_defaul_r15.pr-0 {
        padding-right: 15px !important;
    }

    .res_ipad_defaul_l15, .res_ipad_defaul_l15.pl-0 {
        padding-left: 15px !important;
    }
}
/*----------------------- 11/09/20  ---------------------*/
/*----------------------- 14/09/20  ---------------------*/
.navbar #header-language .language-selector .dropdown-item {
    font-family: "fontregular";
    padding: 4px 16px;
}

.navbar #header-language .language-selector .dropdown-menu {
    min-width: 142px;
    margin-top: 0px;
}

.navbar #header-language .language-selector .btn-secondary.dropdown {
    width: 145px;
}

.navbar #header-language .language-selector .dropdown-item:active {
    background: #00a0df !important;
}

.innerfullblock table, .innerfullblock table tbody, .innerfullblock table tbody tr, .innerfullblock table tbody tr td {
    display: block;
    width: 100%;
}

.ponumberinput input {
    outline: none;
}

@media (min-width:768px) and (max-width:1366px) {
    .shipmentmethodmain .shippingmethodinner .col-md-8 {
        flex: 0 0 32%;
        max-width: 32%;
    }

    .shipmentmethodmain .shippingmethodinner .col-md-4 {
        flex: 0 0 68%;
        max-width: 68%;
    }
}
/*----------------------- 14/09/20  ---------------------*/
/*----------------------- 15/09/20  ---------------------*/
.shippinglocationdropdown select, .billinglocationdropdown select {
    padding-right: 36px !important;
}

.cart_btn_padding {
    padding: 11px 5px;
    width: 82px;
}

@media (min-width:1367px) and (max-width:1919px) {
    .shipmentmethodmain .shippingmethodinner .col-md-8, .shipmentmethodmain .shippingmethodinner .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1025px) {
    .padl10 {
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .customlargerpadl15 {
        padding-left: 15px !important;
    }
}

@media (max-width: 991px) {
    .mobile_custom_paddefault {
        padding: 0px 15px !important;
    }

    .mobile_custom_paddefaultr0 {
        padding-right: 0px !important;
    }

    .mobile_custom_paddefaultl0 {
        padding-left: 0px !important;
    }

    .mobile_custom_paddefaultlr0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .res_ipad_pad_r15, .res_ipad_pad_r15.pr-0 {
        padding-right: 15px !important;
    }

    .res_ipad_pad_l15, .res_ipad_pad_l15.pl-0 {
        padding-left: 15px !important;
    }
}

@media (max-width:767px) {
    .res_mob_pad_r15, .res_mob_pad_r15.pr-0 {
        padding-right: 15px !important;
    }

    .res_mob_pad_l15, .res_mob_pad_l15.pl-0 {
        padding-left: 15px !important;
    }

    .res_mob_pad_lr0, .padlrdefault0.res_ipad_defaul_l15.pl-0 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .shipmentmethodmain .shippingmethodinner .col-md-8 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .shipmentmethodmain .shippingmethodinner .col-md-4 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .billingaddresstab .main-pad-chack#nav-tabContent {
        padding: 15px 0px !important;
    }
}

@media only screen and (min-width: 414px) and (max-width: 415px) {
    .ship-calendar-picker .flatpickr-calendar {
        right: 0;
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (min-width: 411px) and (max-width: 412px) {
    .ship-calendar-picker .flatpickr-calendar {
        right: -6px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 376px) {
    .ship-calendar-picker .flatpickr-calendar {
        right: 11px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 361px) {
    .ship-calendar-picker .flatpickr-calendar {
        right: 18px;
    }
}

/*----------------------- 15/09/20  ---------------------*/
/*----------------------- 17/09/20  ---------------------*/
@media (max-width:1024px) {
    .mob-text-right {
        text-align: right !important;
    }
}
/*----------------------- 17/09/20  ---------------------*/
/*----------------------- 18/09/20  ---------------------*/

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
    margin-bottom: 0px !important;
}

.footer-section {
    flex-shrink: 0;
    position: initial;
}

@media (min-width:1366px) {
    .footer-section .footer .col-lg-9 {
        flex: 0 0 82%;
        max-width: 82%;
    }

    .footer-section .footer .col-lg-3 {
        flex: 0 0 18%;
        max-width: 18%;
    }

    .footer-section .footer .col-lg-9 .row .col-lg-4 {
        flex: 0 0 20.666667%;
        max-width: 20.666667%;
    }

    .footer-section .footer .col-lg-9 .row .col-lg-6 {
        flex: 0 0 38%;
        max-width: 38%;
    }
}

@media (min-width: 1024px) {
    .arrowverticalalign_center {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }
}
/*----------------------- 18/09/20  ---------------------*/

/*----------------------- 22/09/20  ---------------------*/
.uscanadaschedulepage .demouscanadapage ul.customsection li .steps ul li, .uscanadaschedulepage .demofactorytourpage ul.customsection li .steps ul li {
    text-transform: none;
    font-size: 14px;
    color: #000;
    font-family: fontregular;
}

select {
    padding-left: 5px !important;
}
/*----------------------- 22/09/20  ---------------------*/
/*----------------------- 24/09/20  ---------------------*/
.productdetail_modelspecifications .ORDER-This-build {
    width: auto;
    padding: 0px 15px;
}

@media (max-width:1024px) {
    #builderSection .table-bike .show-more-btn {
        margin-top: 10px;
    }
}
/*----------------------- 24/09/20  ---------------------*/
/*----------------------- 25/09/20  ---------------------*/
.icon-text-section p span {
    font-family: "fontregular" !important;
}

@media (min-width:1024px) {
    .footer-section .pivot-social-media ul, .footer-section .copyright p {
        text-align: right !important;
    }
}
/*----------------------- 25/09/20  ---------------------*/
/*----------------------- 28/09/20  ---------------------*/
.factorydemo-img {
    object-fit: cover;
}

.font-40 {
    font-size: 40px;
}

.beginnersection-header {
    padding: 40px 58px 0px 58px;
}

.beginnermain-section {
    padding-bottom: 48px;
}

.demotourfaq .card {
    margin-bottom: 15px;
}

.demotourfaq .card-header {
    background-color: #fff;
    color: #000 !important;
    background-image: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    cursor: pointer;
    font-family: "fontregular";
    font-size: 14px;
}

.demotourfaq .card .card-body p {
    font-family: "fontregular";
    font-size: 14px;
}

.lightgray-color {
    background-color: #f2f2f2;
}

@media (min-width:768px) and (max-width:1024px) {
    .padlr-tab-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width:767px) {
    .beginnersection-header a img {
        width: 100%;
    }

    .beginnersection-header {
        padding: 0px 43px 0px 43px;
    }
}

@media (max-width:520px) {
    .beginnersection-header {
        padding: 0px 15px 0px 15px;
    }
}
/*----------------------- 28/09/20  ---------------------*/
/*----------------------- 30/09/20  ---------------------*/
.productdescription-tab p > img {
    width: 100%;
}
/*----------------------- 30/09/20  ---------------------*/
/*----------------------- 01/10/20  ---------------------*/
.error {
    background-color: #e73d3d;
}

.reviews-slider.demo-slider.p-s-center .owl-stage-outer .owl-stage .owl-item .reviewCount.owl-item .bikes-demo-slider {
    width: 100%;
    margin: 0px;
}

.reviews-slider.demo-slider.p-s-center .owl-stage-outer .owl-stage .owl-item .reviewCount.owl-item, .athletesslidermain .owl-carousel.owl-drag .owl-item .bikes-demo-slider {
    margin: 0px;
}

.athletesslidermain .Athletes_viewed_item .bikes-demo-slider img.imgsize {
    object-fit: cover;
    width: 100%;
}

.athletesslidermain .owl-carousel.owl-drag .owl-item .owl-item, .athletesslidermain .owl-carousel.owl-drag .owl-item .bikes-demo-slider {
    width: 100%;
}

.athletesslidermain .owl-carousel .owl-stage {
    margin-left: -40px;
}

.section-details.atheletsfirstslider {
    padding: 57px 0px;
}

.athletesslidermain .owl-carousel .owl-stage .owl-item.active + .owl-item.active {
    margin-right: 30px !important;
    margin-left: 0;
}

/*Yashika 9-12-2020 start*/
.athletesslidermain .owl-carousel .owl-stage > .owl-item:only-child {
    margin-right: 0 !important;
}
/*Yashika 9-12-2020 end*/

/* Yashika 19-11-2020 */
@media (min-width:1026px) and (max-width:1440px) {
    .atheltssecondslider {
        top: 0px;
    }

        .atheltssecondslider .carousel-item img, .atheltssecondslider .carousel-item {
            object-fit: cover;
        }
}

@media (min-width:991px) and (max-width:1024px) {
    .atheltssecondslider {
        top: 0px;
    }

        .atheltssecondslider .carousel-item img, .atheltssecondslider .carousel-item {
            object-fit: cover;
        }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .atheltssecondslider {
        top: 0px !important;
    }

    .section-details.atheletsfirstslider h5 {
        font-size: 24px;
    }

    .atheltssecondslider .carousel-item img, .atheltssecondslider .carousel-item {
        object-fit: cover;
    }
}

@media (min-width:376px) and (max-width:823px) {
    .atheltssecondslider {
        top: 0px;
    }

        .atheltssecondslider .carousel-item img, .atheltssecondslider .carousel-item {
            object-fit: cover;
        }
}
/*----------------------- 01/10/20  ---------------------*/
/*----------------------- 05/10/20  ---------------------*/
select.black-dropdown {
    background-color: #333333;
    color: #ffffff;
    border: 1px solid;
}
/*----------------------- 05/10/20  ---------------------*/
/*----------------------- 09/10/20  ---------------------*/
@media screen and (min-width:1441px) and (max-width:1600px) {
    .prod-summary-order-a #discountcouponcode, .prod-summary-order-a #ZipPostalCode {
        font-size: 13px;
    }

    .prod-summary-order-a .input-group .btn {
        font-size: 13px;
        width: 65px;
    }
}

@media screen and (min-width:1368px) and (max-width:1440px) {
    .prod-summary-order-a #discountcouponcode, .prod-summary-order-a #ZipPostalCode {
        font-size: 12px;
    }

    .prod-summary-order-a .input-group .btn {
        font-size: 12px;
        width: 65px;
    }
}

@media screen and (min-width:1366px) and (max-width:1367px) {
    .prod-summary-order-a #discountcouponcode, .prod-summary-order-a #ZipPostalCode {
        font-size: 10.5px;
    }

    .prod-summary-order-a .input-group .btn {
        font-size: 10.5px;
        width: 60px;
    }
}

@media screen and (min-width:1280px) and (max-width:1300px) {
    .header-section ul.navbar-nav li a.nav-link {
        font-size: 17px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media screen and (min-width:1280px) and (max-width:1281px) {
    .prod-summary-order-a #discountcouponcode, .prod-summary-order-a #ZipPostalCode {
        font-size: 9.2px;
    }

    .prod-summary-order-a .input-group .btn {
        font-size: 9.2px;
        width: 65px;
    }
}

@media screen and (min-width:1025px) and (max-width:1199px) {
    .prod-summary-order-a #discountcouponcode, .prod-summary-order-a #ZipPostalCode {
        font-size: 12px;
    }

    .prod-summary-order-a .input-group .btn {
        font-size: 12px;
        width: 70px;
    }

    .add-to-cart .prod-summary-order-a .product .product-quantity input.btn-link-cart {
        font-size: 10px;
        width: 100%;
    }

    .add-to-cart .product-line-price .btn-link-cart {
        font-size: 10px;
        padding-left: 10px;
        text-align: right;
    }
}

@media screen and (min-width:1024px) and (max-width:1025px) {
    .prod-summary-order-a #discountcouponcode, .prod-summary-order-a #ZipPostalCode {
        font-size: 13px;
    }

    .prod-summary-order-a .input-group .btn {
        font-size: 12px;
        width: 70px;
    }

    .ipadlandscapefooterhide {
        display: none !important;
    }

    .ipadlandscapefootershow {
        display: block !important;
        margin-top: 15px !important;
    }

    .footer-section .pivot-social-media ul, .footer-section .copyright p {
        text-align: center !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .footer-section h5 {
        font-size: 12px;
    }

    .footer-section ul li a {
        font-size: 11px;
    }
}

@media (max-width:416px) {
    .footer-section h5 {
        font-size: 14px;
    }
}
/*----------------------- 09/10/20  ---------------------*/
/*----------------------- 12/10/20  ---------------------*/
@media (min-width:992px) {
    .paragraph-padlr {
        max-width: 760px;
        width: 100%;
        margin: 0px auto;
    }
}
/*----------------------- 12/10/20  ---------------------*/
/*----------------------- 16/10/20  ---------------------*/
.dropdown-menu.social-media-icon.showicons {
    display: block;
}
/*----------------------- 16/10/20  ---------------------*/
/*----------------------- 19/10/20  ---------------------*/
.addaddressblock {
    border-style: dashed;
    height: 246px;
    width: 100%;
    border-width: 2px;
    box-sizing: border-box;
    border-color: #C7C7C7;
}

    .addaddressblock #addaddress-link {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        flex-direction: column;
    }

        .addaddressblock #addaddress-link i {
            color: #c7c7c7;
            font-size: 32px;
        }

        .addaddressblock #addaddress-link span {
            color: #c7c7c7;
            font-size: 19px;
            margin-top: 10px;
        }

.borderedaddressblock {
    width: 100%;
    border-width: 1px;
    box-sizing: border-box;
    border-color: #C7C7C7;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,.16);
    border-style: solid;
    border-radius: 4px;
}

    .borderedaddressblock .heading {
        padding: 10px 15px;
        border-bottom: 1px solid #c7c7c7;
        background: #f1f1f1;
    }

    .borderedaddressblock .maincontent ul {
        padding: 0;
        list-style: none;
        margin: 0;
        line-height: normal;
    }

.bottomlinksaddress {
    margin-top: 15px;
}

.borderedaddressblock .maincontent ul li {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.borderedaddressblock .heading h3 {
    font-size: 14px;
    color: #000;
}

.borderedaddressblock .maincontent {
    padding: 10px 15px;
    height: calc(100% - 37px);
    position: relative;
}

.addresslinks {
    font-size: 12px;
    font-family: "fontmedium";
}

.otheraddresssection .maincontent {
    height: 100%;
}

.otheraddresssection .borderedaddressblock {
    margin-bottom: 30px;
}

.verticalline {
    font-size: 13px;
    color: #cacaca;
}

.pb-30 {
    padding-bottom: 30px;
}

@media (min-width:1367px) {
    .addresscardleftdetail .font-14, .addresslinks {
        font-size: 15px;
    }

    .borderedaddressblock .heading h3 {
        font-size: 15px;
    }
}

@media (max-width:718px) {
    .otheraddresssection .borderedaddressblock {
        height: auto;
    }

    .borderedaddressblock .heading h3 {
        font-size: 12px;
    }
}

@media (max-width:575px) {
    .addaddressblock {
        margin-bottom: 15px;
    }
}
/*----------------------- 19/10/20  ---------------------*/
/*----------------------- 20/10/20  ---------------------*/
.pad-lr-15 {
    padding: 0px 15px !important
}

@media (max-width: 767px) {
    .tab-addressbook-add .tabs-warranty-four .nav.nav-tabs {
        overflow: hidden;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: 0px 15px;
    }

    .tab-addressbook-add .tabs-warranty-four {
        margin: 15px !important;
        border: 1px solid #eaeaea;
    }

        .tab-addressbook-add .tabs-warranty-four > .col-12 {
            padding: 0px;
        }

    .tabs-warranty-four .nav.nav-tabs .nav-link {
        font-size: 14px;
        padding: 10px 10px;
    }
}

@media (max-width: 416px) {
    .tab-addressbook-add .tabs-warranty-four .nav.nav-tabs .nav-link {
        padding: 7px 5px;
        font-size: 15px;
    }
}
/*----------------------- 20/10/20  ---------------------*/
/*----------------------- 23/10/20  ---------------------*/
.borderedaddressblock .addresscardleftdetail {
    flex: 1 0 auto;
}

.borderedaddressblock, .borderedaddressblock .maincontent {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.otheraddresssection .bottomlinksaddress {
    margin-top: -15px;
    position: relative;
    z-index: 1;
}

.addaddresspage .option-list {
    margin-top: 16px;
}

@media (min-width:1810px) and (max-width:1850px) {
    .mb-xl-50 {
        margin-bottom: 120px !important;
    }

    .customerresourcessection {
        margin-bottom: 180px !important;
    }
}

@media (min-width:1700px) and (max-width:1809px) {
    .customerresourcessection {
        margin-bottom: 150px !important;
    }
}

@media (min-width:1500px) and (max-width:1540px) {
    .customerresourcessection {
        margin-bottom: 30px !important;
    }

    .orderlistsection.orderopenpolistmain {
        margin-bottom: 50px;
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .addressaddpagemain {
        padding-bottom: 130px !important;
    }
}

@media (max-width:1024px) {
    .mobdisplay-none {
        display: none !important;
    }

    .addaddresspage .option-list {
        margin-top: 0px;
    }
}

@media (max-width:575px) {
    .xs-font20 {
        font-size: 20px;
    }

    .otheraddresssection .bottomlinksaddress {
        margin-top: 15px;
    }

    .otheraddresssection .col-lg-4:last-child {
        margin-bottom: 0px;
    }

    .otheraddresssection .borderedaddressblock {
        margin-bottom: 0px;
    }

    .otheraddresssection {
        padding-bottom: 30px;
    }

    .addaddresspage .option-list {
        margin-top: 0px;
    }

    .addaddresspage .mb-xs-0 {
        margin-bottom: 0px !important;
        line-height: normal;
    }
}

@media (min-width:417px) {
    .mb-30 {
        margin-bottom: 30px;
    }
}

@media (max-width:416px) {
    .borderedaddressblock {
        display: block;
        height: auto;
    }

    .mb-15-xs {
        margin-bottom: 15px;
    }

    .mt-15-xs {
        margin-top: 15px !important;
    }

    .mobrowdefault {
        padding-left: 0px;
        padding-right: 0px;
    }

    .test-box {
        padding: 20px 0px !important;
    }
}
/*----------------------- 23/10/20  ---------------------*/
/*----------------------- 27/10/20  ---------------------*/
.submenutabsminheight {
    min-height: 690px;
}

.submenutabsminheightless {
    min-height: 550px;
}

.minloginnheight {
    min-height: 710px;
}

.mb-30-imp {
    margin-bottom: 30px !important;
}

.orderinformation-section .table-responsive.d-block.d-print-none.mobileproducttable {
    border: 1px solid #e8e8e8 !important;
}

@media (max-width: 767px) {
    .orderinformation-section .mobileproducttable .overviewsectiontable tbody tr {
        border: none !important;
        margin-bottom: 0px;
    }
}

@media (max-width: 575px) {
    .submenutabsminheight, .submenutabsminheightless, .minloginnheight {
        min-height: initial !important;
    }

    .mobbrhide br {
        display: none;
    }

    .orderinformation-section .mobileproducttable .overviewsectiontable .mobonethird, .orderinformation-section .mobileproducttable .overviewsectiontable .mobonethird + td {
        width: 33.33% !important;
        float: left;
        padding: 10px !important;
    }

        .orderinformation-section .mobileproducttable .overviewsectiontable .mobonethird div, .orderinformation-section .mobileproducttable .overviewsectiontable .mobonethird + td div {
            font-size: 15px;
        }
}

@media (min-width:1920px) {
    .submenutabsminheight {
        min-height: 790px;
    }

    .submenutabsminheightless {
        min-height: 495px;
    }
}

@media (min-width:1921px) and (max-width:2560px) {
    .submenutabsminheightless {
        min-height: 560px;
    }

    .minloginnheight {
        min-height: 815px;
    }
}

@media (min-width:1366px) and (max-width:1440px) {
    .submenutabsminheight {
        min-height: 755px;
    }
}
/*----------------------- 27/10/20  ---------------------*/
/*----------------------- 28/10/20  ---------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
    .mobileproducttable .overview-section.overviewsectiontable .mobdisplay-none {
        display: table-header-group !important;
    }
}

@media (max-width:991px) {
    .orderhistorysearchsection .btn {
        padding: 11px;
    }

    .ui-datepicker {
        z-index: 9 !important;
    }
}
/*----------------------- 28/10/20  ---------------------*/
/*----------------------- 30/10/20  ---------------------*/
.demotourfaq .card .card-body p:last-child {
    margin-bottom: 0px;
}
/*----------------------- 30/10/20  ---------------------*/
/*----------------------- 02/11/20  ---------------------*/
.option-list input[type="checkbox"], .commonoptionlist input[type="checkbox"] {
    margin-left: 0 !important;
}

.completedorderbtns .btn {
    padding: 10px 15px;
    width: 271px;
}

.word-break {
    white-space: normal;
    word-break: break-word;
}

.admin-header-links .impersonate a {
    display: block;
    width: 100%;
}

@media (min-width:992px) and (max-width: 1072px) {
    .nav-account ul.navbar-nav li.nav-item {
        padding: 0 10px;
    }

    .nav-account ul.navbar-nav li a.nav-link {
        font-size: 11px !important;
    }
}

@media (min-width: 992px) {
    .nav-account ul.navbar-nav li a.nav-link {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media screen and (min-width:1200px) and (max-width:1365px) {
    .header-section ul.navbar-nav li a.nav-link {
        font-size: 16px;
        padding-right: 11px !important;
        padding-left: 11px !important;
    }

    ul.navbar-nav.login-det.d-xl-flex li a.nav-link {
        padding-right: 7px !important;
        padding-left: 7px !important;
    }

    .header-section .navbar-nav.login-det li a.nav-link {
        font-size: 13px;
    }

    .admin-header-links .impersonate {
        max-width: 245px;
    }
}

@media (min-width: 1073px) {
    .nav-account .accountpagenavigation ul.navbar-nav li a.nav-link {
        font-size: 13px;
    }
}

@media (max-width:991px) {
    .admin-header-links {
        width: 100% !important;
    }
}
/*----------------------- 02/11/20  ---------------------*/
/*----------------------- 04/11/20  ---------------------*/
.equalwidthcol {
    width: 271px;
}

@media only screen and (min-width:1920px) {
    .nav-account .accountpagenavigation ul.navbar-nav li a.nav-link {
        font-size: 16px !important;
    }
}

@media only screen and (min-width:1366px) {
    .nav-account .accountpagenavigation ul.navbar-nav li a.nav-link {
        font-size: 15px;
    }
}

@media only screen and (max-width:1024px) {
    .completedorderbtns .btn {
        font-size: 18px;
        padding: 10px 0px;
        width: 100%;
    }
}

@media only screen and (max-width:575px) {
    .mobmr-0 {
        margin-right: 0px !important;
    }
}
/*----------------------- 04/11/20  ---------------------*/
/*----------------------- 11/11/20  ---------------------*/
.nobikedatafoundsection {
    max-width: 640px;
    font-size: 27px;
}

@media only screen and (max-width:575px) {
    .nobikedatafoundsection {
        font-size: 25px;
    }
}
/*----------------------- 11/11/20  ---------------------*/
/*----------------------- 01/12/20  ---------------------*/
.gemotetrydropdown {
    margin-top: 31px;
}
/*----------------------- 01/12/20  ---------------------*/
/*----------------------- 02/12/20  ---------------------*/
.faq-section #faqs-tab .card img {
    width: 100%;
}
/*----------------------- 02/12/20  ---------------------*/

/*----------------------- 03/12/20 Anand---------------------*/

.animatedTabs {
    display: flex;
}

    .animatedTabs .columnhalf {
        flex: 50%;
        justify-content: center;
        align-items: center;
        display: flex;
        padding: 72px 48px;
        background-color: #f7f7f7;
    }

    .animatedTabs .nav .nav-item {
        flex: 100%;
    }

    .animatedTabs .nav {
        /*background: #ececec;*/
        padding: 30px;
    }

        .animatedTabs .nav .nav-item .roundactive {
            color: #fff;
            position: relative;
            height: 38px;
            width: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            margin-right: 15px;
            background-color: #00A0DF;
            border-radius: 50px;
        }

.modal-body.video-view-360 {
    padding: 15px;
}

.animatedTabs .nav-link.active .roundactive p {
    background-color: #fff;
    height: 16px;
    width: 16px;
    border-radius: 50px;
    margin: 0 auto;
}

.animatedTabs .nav > li > a:focus, .animatedTabs .nav > li > a:hover {
    background: none;
}

.animatedTabs .nav .nav-item.active .roundactive:after {
    content: "";
    border: 3px solid #00A0DF;
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    animation: blink-animation 2s steps(10, start) infinite;
    -webkit-animation: blink-animation 2s steps(10, start) infinite;
    transition: all .2s ease-in-out;
}

.animatedTabs .nav .nav-item.active .roundactive {
    background-color: #00A0DF;
    color: #fff;
}

.animatedTabs .nav .nav-item .roundactive:hover {
    background-color: #00A0DF;
    border-radius: 50px;
    color: #fff;
}

@keyframes blink-animation {
    to {
        transform: scale(1.1);
    }
}

@-webkit-keyframes blink-animation {
    to {
        transform: scale(1.1);
    }
}

.animatedTabs .nav .nav-item:not(.active) {
    opacity: 0.5;
}

.animatedTabs .blank-img img {
    height: 105px;
}

.animatedTabs .nav .nav-item .nav-link {
    /*height: 105px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.animatedTabs .nav .nav-item:not(.active):hover {
    opacity: 1;
}

.animatedTabs .nav .nav-item .nav-link img {
    height: 100px;
}

/*.animatedTabs .nav-item.order-1 {
    margin-left: 260px;
}

.animatedTabs .nav-item.order-2 {
    margin-left: 110px;
}

.animatedTabs .nav-item.order-3 {
    
}

.animatedTabs .nav-item.order-4 {
    margin-right: 150px;
}

.animatedTabs .nav-item.order-5 {
    margin-right: 220px;
}*/
/*.animatedTabs .nav-item.order-6 {
    margin-left: 320px;
}
.animatedTabs .nav-item.order-7 {
    margin-left: 420px;
}
.animatedTabs .nav-item.order-8 {
    margin-left: 520px;
}
.animatedTabs .nav-item.order-9 {
    margin-left: 620px;
}
.animatedTabs .nav-item.order-10 {
    margin-left: 720px;
}*/
.animatedTabs .tab-content > .tab-pane {
    text-align: center;
    width: 60%;
}

    .animatedTabs .tab-content > .tab-pane p:last-child {
        margin-bottom: 0px;
    }

.font-30 {
    font-size: 30px;
}

.animatedTabs .tab-content > .tab-pane img {
    display: block;
    text-align: center;
    margin: 0 auto;
    height: 150px;
}

.animatedTabs .left-col-e {
    background-color: #fff;
}

.section-details.overview-grey-bg.section-e-bike {
    background-color: #fff;
    padding-bottom: 22px;
}


@media (min-width: 992px) and (max-width: 1199px) {
    .animatedTabs {
        display: block;
    }

        .animatedTabs .nav {
            flex-wrap: wrap;
        }

            .animatedTabs .nav .nav-item .nav-link {
                display: block;
            }

        .animatedTabs .nav-item.order-1 {
            margin-left: 0px;
        }

        .animatedTabs .nav-item.order-2 {
            margin-left: 0px;
        }

        .animatedTabs .nav-item.order-4 {
            margin-right: 0px;
        }

        .animatedTabs .nav-item.order-5 {
            margin-right: 0px;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .animatedTabs {
        display: block;
    }

        .animatedTabs .nav .nav-item .nav-link {
            display: block;
        }

        .animatedTabs .nav-item.order-1 {
            margin-left: 0px;
        }

        .animatedTabs .nav-item.order-2 {
            margin-left: 0px;
        }

        .animatedTabs .nav-item.order-4 {
            margin-right: 0px;
        }

        .animatedTabs .nav-item.order-5 {
            margin-right: 0px;
        }

        .animatedTabs .nav .nav-item .roundactive {
            margin-right: 0;
        }
}

@media (min-width: 576px) and (max-width: 767px) {
    .animatedTabs {
        display: block;
    }

        .animatedTabs .nav .nav-item .nav-link {
            display: block;
        }

        .animatedTabs .nav-item.order-1 {
            margin-left: 0px;
        }

        .animatedTabs .nav-item.order-2 {
            margin-left: 0px;
        }

        .animatedTabs .nav-item.order-4 {
            margin-right: 0px;
        }

        .animatedTabs .nav-item.order-5 {
            margin-right: 0px;
        }

        .animatedTabs .nav .nav-item .roundactive {
            margin-right: 0;
        }
}

@media (max-width: 767px) {
    .animatedTabs {
        display: block;
    }

        .animatedTabs .nav .nav-item .nav-link {
            display: block;
        }

        .animatedTabs .nav-item.order-1 {
            margin-left: 0px;
        }

        .animatedTabs .nav-item.order-2 {
            margin-left: 0px;
        }

        .animatedTabs .nav-item.order-4 {
            margin-right: 0px;
        }

        .animatedTabs .nav-item.order-5 {
            margin-right: 0px;
        }

        .animatedTabs .nav .nav-item .roundactive {
            margin-right: 0;
        }

    .blank-img img {
        height: 55px;
    }

    .animatedTabs .nav .nav-item .nav-link img {
        height: 60px;
        width: 36px;
    }

    .animatedTabs .nav .nav-item .roundactive {
        height: 20px;
        width: 20px;
    }

    .animatedTabs .nav-link.active .roundactive p {
        background-color: #fff;
        height: 10px;
        width: 10px;
    }

    .animatedTabs .nav .nav-item.active .roundactive:after {
        height: 20px;
        width: 20px;
    }
}
/*----------------------- 03/12/20 Anand---------------------*/

/*----------------------- 07/12/20 Umang---------------------*/
section#threesixtyview {
    padding-top: 0px;
}
/*.video-control {
    width: 100%;
    object-fit: cover;
    height: 720px;
}*/

@media (max-width: 1199px) {
    #technologyebike .animatedTabs .nav .nav-item .roundactive {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:1024px) {
    body.menuopenedcls {
        overflow-y: hidden !important;
    }

    body:not(.menuopenedcls) {
        overflow-y: auto !important;
    }

    #technologyebike .quality-title p {
        padding: 0px 15px;
    }
}
/*----------------------- 07/12/20 Umang---------------------*/

.videocontrolmain.desktopvideo {
    height: 720px;
}
/*----------------------- 08/12/20 Anand---------------------*/
@media (max-width: 1767px) {
    .atheltssecondslider .carousel-item {
        height: 340px !important;
    }
}

@media (max-width: 1199px) {
    .atheltssecondslider .carousel-item {
        height: 260px !important;
    }
}

@media (max-width: 991px) {
    .atheltssecondslider .carousel-item {
        height: 370px !important;
    }
}

@media (max-width: 767px) {
    .atheltssecondslider .carousel-item {
        height: 300px !important;
    }
}

@media (max-width: 575px) {
    .atheltssecondslider .carousel-item {
        height: 220px !important;
    }
}

@media (max-width: 410px) {
    .atheltssecondslider .carousel-item {
        height: 190px !important;
    }
}

/*----------------------- 08/12/20 Anand---------------------*/

/*----------------------- 09/12/20 Anand---------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
    .videocontrolmain.desktopvideo {
        height: 460px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .videocontrolmain.desktopvideo {
        height: 460px !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .videocontrolmain.desktopvideo {
        height: 460px;
    }
}

@media (max-width: 575px) {
    .videocontrolmain.desktopvideo {
        height: 210px;
    }
}
/*----------------------- 09/12/20 Anand---------------------*/
/*----------------------- 11/12/20 Umang---------------------*/
@media only screen and (max-width:767px) {
    #technologyebike .animatedTabs .nav .nav-item .roundactive {
        margin-bottom: 0px;
    }
}

.order-6 {
    order: 6 !important;
}

.order-7 {
    order: 7 !important;
}

.order-8 {
    order: 8 !important;
}

.order-9 {
    order: 9 !important;
}

.order-10 {
    order: 10 !important;
}

.animatedTabs .nav-item.order-1 {
    margin-right: 20px;
}

.animatedTabs .nav-item.order-2 {
    margin-right: 60px;
}

.animatedTabs .nav-item.order-3 {
    margin-right: 100px;
}

.animatedTabs .nav-item.order-4 {
    margin-right: 140px;
}

.animatedTabs .nav-item.order-5 {
    margin-right: 180px;
}

.animatedTabs .nav-item.order-6 {
    margin-right: 220px;
}

.animatedTabs .nav-item.order-7 {
    margin-right: 260px;
}

.animatedTabs .nav-item.order-8 {
    margin-right: 300px;
}

.animatedTabs .nav-item.order-9 {
    margin-right: 340px;
}

.animatedTabs .nav-item.order-10 {
    margin-right: 380px;
}

.technologylist {
    flex-direction: column;
}

.animatedTabs .nav .nav-item .nav-link img {
    width: 117px;
}

@media only screen and (min-width:1921px) and (max-width:2560px) {
    .animatedTabs .nav .nav-item .nav-link img {
        height: 85px;
    }

    .animatedTabs .nav-item.order-1 {
        margin-right: 140px;
    }

    .animatedTabs .nav-item.order-2 {
        margin-right: 210px;
    }

    .animatedTabs .nav-item.order-3 {
        margin-right: 280px;
    }

    .animatedTabs .nav-item.order-4 {
        margin-right: 350px;
    }

    .animatedTabs .nav-item.order-5 {
        margin-right: 420px;
    }

    .animatedTabs .nav-item.order-6 {
        margin-right: 490px;
    }

    .animatedTabs .nav-item.order-7 {
        margin-right: 560px;
    }

    .animatedTabs .nav-item.order-8 {
        margin-right: 630px;
    }

    .animatedTabs .nav-item.order-9 {
        margin-right: 700px;
    }

    .animatedTabs .nav-item.order-10 {
        margin-right: 770px;
    }
}

@media only screen and (max-width:1199px) {
    .technologylist {
        flex-direction: row;
        padding: 0px 20px;
    }

        .technologylist li {
            margin-right: 10px !important;
            margin-bottom: 15px;
        }

    .animatedTabs .technologylist.nav .nav-item {
        flex: initial;
    }

    .animatedTabs .nav .nav-item .roundactive {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
    }

    .animatedTabs .nav .nav-item .nav-link img {
        width: 94px !important;
    }
}

@media only screen and (max-width:991px) {
    #threeSixtyVideoSection {
        padding: 0px !important;
        margin: 0 !important;
    }
}

@media only screen and (max-width:767px) {
    .animatedTabs .nav .nav-item .nav-link img {
        width: 65px !important;
    }

    .videocontrolmain.desktopvideo {
        height: 250px !important;
    }
}

@media only screen and (min-width:731px) and (max-width: 732px) {
    .videocontrolmain.desktopvideo {
        height: 410px !important;
    }
    .add-to-cart.addtocartmain .product-line-price .btn-link-cart, .add-to-cart .prod-summary-order-a .product .product-quantity input.btn-link-cart {
        font-size: 10px !important;
    }
}

@media only screen and (max-width:640px) {
    .animatedTabs .nav .nav-item .nav-link {
        padding: .5rem 0.3rem;
    }

    .technologylist {
        padding: 0px 15px !important;
    }

        .technologylist li {
            margin-right: 5px !important;
        }

    .animatedTabs .tab-content > .tab-pane {
        width: 100%;
    }

    .animatedTabs .columnhalf.technologytabpane {
        padding: 30px;
    }

    .animatedTabs .tab-content.technologytabpane > .tab-pane img {
        height: 100px;
    }
}

@media only screen and (max-width:480px) {
    .videocontrolmain.desktopvideo {
        height: 235px !important;
    }

    .animatedTabs .nav .nav-item .nav-link img {
        width: 36px !important;
    }
}

@media only screen and (min-width:375px) and (max-width: 376px) {
    .videocontrolmain.desktopvideo {
        height: 218px !important;
    }
}

@media only screen and (max-width:360px) {
    .videocontrolmain.desktopvideo {
        height: 220px !important;
    }
}
/*----------------------- 11/12/20 Umang---------------------*/
/*----------------------- 14/12/20 Umang---------------------*/
.textfont-20 {
    font-size: 20px;
}

@media only screen and (min-width:1366px) and (max-width:1367px) {
    .totalsummarybox.col-lg-4 {
        flex: 0 0 36.333333%;
        max-width: 36.333333%;
    }

    .tabsectionleft.col-lg-8 {
        flex: 0 0 63.333333%;
        max-width: 63.333333%;
    }
}

@media only screen and (max-width:1440px) {
    .textfont-20 {
        font-size: 17px;
    }
}
/*----------------------- 14/12/20 Umang---------------------*/

/*----------------------- 15/12/20 Umang---------------------*/
.animatedTabs .columnhalf.technologylist {
    flex-wrap: inherit
}

@media only screen and (min-width:1920px) {
    .tabs-checkout.tabsectionleft {
        flex: 0 0 calc(100% - 414px);
        max-width: calc(100% - 414px);
    }

    .totalsummarybox {
        flex: 0 0 414px;
        max-width: 414px;
    }
}

@media only screen and (min-width:992px) and (max-width:1280px) {
    .tabs-checkout.tabsectionleft, .totalsummarybox {
        flex: 0 0 100%;
        max-width: 100%;
    }

        .tabs-checkout.tabsectionleft .mobile_custom_paddefaultlr0 {
            padding-right: 0;
        }

    .mobile_custom_paddefault.totalsummarybox {
        padding-left: 0px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (min-width:1200px) {
    .animatedTabs .nav-item.order-1 {
        margin-right: 8%;
    }

    .animatedTabs .nav-item.order-2 {
        margin-right: 25%;
    }

    .animatedTabs .nav-item.order-3 {
        margin-right: 42%;
    }

    .animatedTabs .nav-item.order-4 {
        margin-right: 59%;
    }

    .animatedTabs .nav-item.order-5 {
        margin-right: 76%;
    }
}

@media only screen and (max-width:520px) {
    .bike-checkout .tabs-checkout.tabsectionleft .nav-tabs .nav-link.active {
        width: inherit;
    }
}
/*----------------------- 15/12/20 Umang---------------------*/
/*----------------------- 30/12/20 Umang---------------------*/
.iconlinkcolor, .iconlinkcolor:hover, .iconlinkcolor:focus {
    color: #00a0df;
    position: relative;
    top: 2px;
}

    .iconlinkcolor i {
        font-size: 18px
    }

.downloadpdf {
    width: 21px;
    margin-left: 5px;
    position: relative;
    bottom: 2px;
}
/*----------------------- 30/12/20 Umang---------------------*/
/*----------------------- 31/12/20 Umang---------------------*/
@media only screen and (max-width:767px) {
    .animatedTabs .blank-img img {
        height: 59px;
        position: relative;
        top: -26px;
    }
}
/*----------------------- 31/12/20 Umang---------------------*/
/*----------------------- 08/01/21 Umang---------------------*/
.font-14 {
    font-size: 14px;
}

.font-14-imp {
    font-size: 14px !important;
}

.font-15-imp {
    font-size: 15px !important;
}

.font-23-imp {
    font-size: 23px !important;
}

.font-16-imp {
    font-size: 16px !important;
}

.customworldproducttitle center {
    font-family: "fontlight";
    font-size: 14px;
}

.customworldproducttitle strong {
    font-size: 14px;
}

.customicon-text-section p {
    font-family: 'fontregular';
    font-size: 14px;
}

.rider-detail p {
    font-family: 'fontregular';
    font-size: 14px;
}

select, input, textarea {
    font-family: 'fontlight';
}

.tbl-slider tr td {
    font-family: 'fontregular';
    font-size: 15px;
}

.tabtechdescription p span {
    font-family: fontlight !important;
    font-size: 13px !important;
}

.tbl-geometry tr td, .productkeystorydata p, .productdescriptiontabdata p, .productdescriptiontabdata ul li {
    font-family: 'fontlight';
    font-size: 14px;
}
.registerpivotexpdata p {
    font-family: 'fontregular';
    font-size:14px;
}

    .productkeystorydata p strong, .registerpivotexpdata p strong, .registerpivotexpdata p strong {
        font-weight: normal;
    }

    .productdescriptiontabdata p strong {
        font-family: 'fontmedium';
        font-weight: normal;
        font-size: 16px;
    }
/*----------------------- 08/01/21 Umang---------------------*/
/*----------------------- 11/01/21 Umang---------------------*/
.fontweight-normal {
    font-weight: normal !important;
}

.login-pagede input::-webkit-input-placeholder {
    font-size: 14px;
}

.login-pagede input:-ms-input-placeholder {
    font-size: 14px;
}

.login-pagede input::placeholder {
    font-size: 14px;
}

.login-pagede input[type="text"].form-control, .ponumberinput input, .ponumberinput textarea, .billinglocationdropdown select, .ponumberinput label, .productkeystorydata center,
.inventory-page.inventorynewpo .modalstockmodal table.dataTable tbody td, .modalstockmodal .dataTables_wrapper .dataTables_filter input, .customDatatable.datatable-acc.table-bordered tbody td {
    font-size: 14px !important;
}

#ShippingMethod label, .ptaglightfont p, .k-picker-wrap .k-input {
    font-family: fontlight;
    font-weight: normal;
}

.orderinformation-section span, .orderinformation-section p, .orderinformation-section div, .ptaglightfont p, .commoninner15font input, .commoninner15font label.checkbox, .message-error {
    font-size: 15px !important;
}

.team1-msrp, .inventory-page.inventorynewpo .modalstockmodal table.dataTable tbody td, .customDatatable.datatable-acc.table-bordered tbody td, .checkboxlabelregular label {
    font-family: fontregular !important;
    font-weight: normal !important;
}

.productdetail_modelspecifications h1.product-details-titlesp {
    font-family: "fontmedium";
    font-weight: 600;
    font-size: 31px;
}

.productdetail_modelspecifications input.form-control.bg-white.input-number {
    padding: 0px !important;
    height: 46px;
}
.inventory-page.inventorynewpo .modalstockmodal table.dataTable thead th, .modalstockmodal .dataTables_filter label, .customDatatable.datatable-acc.table-bordered thead th {
    font-family: fontbold;
    font-size: 14px;
}

#pricelist_wrapper label {
    font-weight: normal;
    font-size: 15px;
}

.tabs-warranty-four .nav.nav-tabs .nav-link {
    font-size: 15px;
}

.customDatatable.datatable-acc.table-bordered th {
    font-weight: normal;
}
/*----------------------- 11/01/21 Umang---------------------*/
/*----------------------- 18/1/2021 Umang---------------------*/
.navbar-collapse ul li .innersubnav {
    width: 100%;
    background: none;
    padding: 0px 10px;
    box-sizing: border-box;
    margin: 15px auto 0px 10px;
}

.navbar-collapse ul li .submenuopened .submenuicon {
    transform: rotate(180deg);
}
/*----------------------- 18/1/2021 Umang---------------------*/
/*----------------------- 19/01/21 Umang---------------------*/
.eu-cookie-bar-notification .text {
    font-family: 'fontlight';
    font-weight: normal !important;
    font-size: 14.5px;
}

.validation-summary-errors ul li, .commonshortdesc p {
    font-family: 'fontlight';
    font-size: 14px !important;
}

.custom-control.custom-checkbox label {
    color: #0c0e10;
}

.color-black {
    color: #000 !important
}

.color-lightblack {
    color: #494949 !important;
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder { /* Edge */
    color: #333 !important;
    opacity: 1 !important;
}

input:-ms-input-placeholder, select:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333 !important;
    opacity: 1 !important;
}

input::placeholder, select::placeholder {
    color: #333 !important;
    opacity: 1 !important;
}
/*----------------------- 19/01/21 Umang---------------------*/
/*----------------------- 31/12/20 Parin---------------------*/
.discountPrice {
    color: red;
}

.priceWithoutDiscount {
    color: gray;
}
/*----------------------- 31/12/20 Parin---------------------*/
/*----------------------- 20/01/21 Umang---------------------*/
.zui-scroller-slider.specifiaction.fixspec .tbl-slider tbody td b, .productkeystorydata center b, .productkeystorydata center strong {
    font-weight: normal;
}

.faqtablehorizontalscroll {
    overflow-x: auto;
}
.lightgraydesc * {
    color: rgba(0,0,0,0.54); 
}
.tbl-geometry tr td, .productkeystorydata p, .productkeystorydata center, .nobikedatafoundsection div, .inventorynewpo #inventorylist_wrapper .inventory-data table th {
    font-family: 'fontregular'
}
.commonshortinner p { 
    font-family: fontlight;
    font-size: 14px;
}
.container-detail .demo-slider-det .demo-det p strong span {
    font-family: fontlight !important;
    font-weight: normal;
    font-size: 14px;
}
.p-bike-sale .demo-prod-desc p, .p-bike-sale .demo-prod-desc ul li {
    font-weight: normal !important;
    font-size: 14px;
    font-family: fontlight;
}
.productdescription-tab.productdescriptiontabdata .row.details content, .productdescription-tab.productdescriptiontabdata .row.details ul li {
    font-family: fontlight;
    font-weight: normal;
    font-size: 14px;
}
.productdescriptiontabdata p {
    font-family:fontregular;
}
.defaultwarehouselighttext .custom-checkbox label {
    font-weight: normal !important;
    font-family: fontlight !important;
}
.check-hid-dealer span {
    font-weight: normal !important;
    font-size: 14px;
    margin-bottom: 10px !important;
}
#nav-shipping label.custom-control-label {
    font-family: fontlight;
    font-size: 14px;
}
.flatpickr-current-month span.cur-month {
    font-family: fontbold !important;
    font-size: 16px;
}
.flatpickr-current-month .numInputWrapper {
    font-size: 16px;
    font-family: fontlight !important;
}
span.flatpickr-weekday, .flatpickr-day {
    font-family: fontlight !important;
    font-size:13px;
}
.bike-checkout .overview-section .bike-checkout, .bikes-demo-slider .bike-size p, .inventory-page.inventorynewpo .modalstockmodal .dataTables_info {
    font-family: fontregular;
    font-size: 14px;
}
.shopping-cart .product .product-details, .shopping-cart .product .product-quantity, .shopping-cart .product .product-price {
    font-family: fontlight;
    font-size:14px;
}
.add-to-cart .product-line-price div, #inventorylist_wrapper .dataTables_info, #pricelist_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate .paginate_button {
    font-family: fontregular;
}
.emailwishlist .section-title h3 {
    font-size: 30px;
}
.affirmlinkmainproduct #affirmLearnMore {
    font-family: fontregular;
    font-size: 13px !important;
}
#pickupaddress, .text-danger {
    font-family: fontregular;
    font-size: 14px;
}
.alert {
    font-family: fontlight;
    font-weight: normal;
    font-size: 13px;
}
.custombuilderstats .bik-input, .overview-body.customoverviewbody div:not(font-bold) {
    font-family: "fontlight";
    font-size: 14px;
    font-weight: normal;
}
@media only screen and (max-width:767px) {
    .newcustomersection {
        padding:0px;
    }
    .orderlistsection .card-header div {font-size:12px !important;}     
    .add-to-cart.addtocartmain .product-line-price {
        width: 103px;
    }
    .add-to-cart.addtocartmain .product-line-price {
        clear: none
    }
    .orderdateright span.font-light {
        width: 43%;
        display: inline-block;
    }
    .add-to-cart.addtocartmain .product-line-price .btn-link-cart {
        font-size: 12px;
    }
    .dealers-filter .search-area .check-box .card ul li, .dealers-filter .search-area .addressinput .input-group input, .dealers-filter .filter-bikes select, .countrydropdown select {
        padding-left: 5px !important; 
    }
}

@media only screen and (min-width:667px) and (max-width:767px) {
    .innerdivpadr10 div {
        font-size: 13px;
    }
}
@media only screen and (min-width:769px) and (max-width:823px) {
    .innerdivpadr10 div {
        font-size: 13px;
    }
    .orderlistsection .card-header div {
        font-size: 12px !important;
    }
}
@media only screen and (max-width:575px) {
    .all-bikes .bikes-size-det h6 {
        font-size: 11px; 
        white-space:normal;
        word-break:break-word;
    }
    .allbikes-pd .bike-lists .bikes-size-det .cycle-det h5 {
        font-size: 13px !important;
    }
    .bike-checkout .tabs-checkout.tabsectionleft .nav-tabs .nav-link.active {
        width: 33.33%;
        font-size:14px;
    }
    .bike-checkout .tabs-checkout .nav-tabs .nav-link, .bike-checkout .tabs-checkout.tabsectionleft .nav-tabs .nav-link.active {
        font-size: 11px;
    } 
}

/*----------------------- 20/01/21 Umang---------------------*/
/*----------------------- 22/01/21 Umang---------------------*/
input[type="password"] {
    font-size:22px !important;
    letter-spacing:1px;
}
.priceWithoutDiscountList {
    color: gray;
    font-size: 11px;
}

.priceWithoutDiscountDetails {
    color: gray;
    font-size: 20px;
}
.productdetail_modelspecifications label.btn {
    font-family: fontregular;
    height:67px !important;
}
.productdetail_modelspecifications .prod-spec li.prod-spec-btn, .productdetail_modelspecifications .prod-spec li.prod-spec-btn:hover {
    height: 69px !important;
}
 

.pt-22 {
    padding-top: 22px !important;
}
/*----------------------- 22/01/21 Umang---------------------*/

/*----------------------- 20/01/21 Umang---------------------*/
.submenuopened + .innersubnav {
    display: block !important;
}

.categorymenu {
    width: 180px;
    height: 100%;
}

@media only screen and (max-width:1024px) {
    .categorymenu {
        margin-left: 0px !important;
    }
}

@media only screen and (max-width:991px) {
    .ipadwfull {
        flex: 100%;
        max-width: 100%;
    }

        .ipadwfull.ipadtextleft {
            text-align: left !important;
            padding-left: 2rem !important;
        }
}

@media only screen and (max-width:991px) {
    .mobilecategorytoggle {
        display: block !important;
        padding-left: 15px;
        margin-bottom: 15px;
    }

    .categorymenu {
        z-index: 1;
        background: #fff;
        padding-left: 15px !important;
        padding-bottom: 30px;
    }

    .closemenucategory button {
        background-color: #000;
    }

    .mobilecategorytoggle button, .mobilecategorytoggle button:hover {
        color: #fff !important;
        background-color: #01A0DF !important;
        border: none;
    } 

    .closemenucategory #mobilecategorysidemenu {
        background: none;
        width: 100%;
        color: #000;
        text-align: end;
        border: none;
        font-size: 24px;
        position: absolute;
        right: 5px;
        z-index: 2;
        width: 30px;
    }
    body.categorymenu-opened {
        overflow-y: hidden !important;
    }
}



.categorymenu {
        border-right: 1px solid #ccc;
        margin-left: -30px;
    }

.categorymenulink a {
    color: #000;
    font-family: fontregular;
}
#TermsPrivacyPolicy {
    width: 16px;
    display: inline-block;
}

.commoncheckboxinline {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 21px);
}

/*----------------------- 20/01/21 Umang---------------------*/


/*----------------------- 25/01/21 Umang---------------------*/
    @media only screen and (min-width:576px) and (max-width:767px) {
        .orderlistsection .card-header .col-sm {
            padding: 0px 10px;
            font-size: 11px !important;
        }
        .allbikes-pd .bike-lists .bikes-size-det .cycle-det h5 {
            font-size: 14px !important;
        }
        .innerdivpadr10 div {
            padding: 0px 10px;
        }
    }

    @media only screen and (min-width:576px) and (max-width:640px) {
        .orderlistsection .card-header .col-sm {
            font-size: 11px !important;
        }
    }

    @media only screen and (max-width:520px) {
        .dealers-filter .search-area .check-box .card ul li, .dealers-filter .search-area .addressinput .input-group input, .dealers-filter .filter-bikes select, .countrydropdown select {
            padding-left: 5px !important;
            font-size: 11px !important;
        }

        .dealers-filter .search-area .check-box .card ul li {
            display: flex;
            align-items: center;
        }

        .dealers-filter .check-box .card .checkbox {
            margin: 0px 0px 0px auto;
        }

        .bike-account .title-sub-account {
            white-space: normal;
            word-break: break-word;
        }

        .button-find-deler .btn-pivot-primary {
            padding: 11px 8px !important;
            font-size: 12px;
        }

        .button-find-deler #aShareProduct i {
            font-size: 20px !important;
        }

        .button-find-deler .btn-pivot-primary {
            padding: 11px 5px !important;
            font-size: 13px;
        }
    }
    @media only screen and (max-width:480px) {
        .mobwfullorderinfo {
            flex: 0 0 100%;
            max-width: 100%;
            text-align: left !important;
            margin-top: 10px;
        }
    }
/*----------------------- 25/01/21 Umang---------------------*/
/*----------------------- 27/01/21 Umang---------------------*/
@media only screen and (min-width:992px) {
    #mobilecategorysidemenu {
        display:none !important;
    }
    .categorymenu {display:block !important}
}
@media only screen and (max-width:767px) {
    .pivot-container-main.container-detail .col-12.pt-3.pt-md-0.px-xl-3.px-md-0 .error-message { 
        margin-bottom: 15px;
        font-size: 20px;
    }
}
@media only screen and (max-width:1366px) {
    .orderlistsection .card-header div, .orderlistsection .innerdivpadr10 .col-sm {
        font-size: 12px !important;
        padding: 0px 5px;
    }
    .orderlistsection .innerdivpadr10 {
        padding: 0px 5px;
    }
}
@media only screen and (max-width:991px) {
    .closemenucategory {
        position: fixed;
        z-index: 1;
        top: 56px;
        width: 180px;
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        transition: margin-left .25s,margin-right .25s,width .25s,flex .25s;
        height: 100%;
        left: 0;
    }
        .closemenucategory:not(.menucategory-opened) {
            margin-left: -180px;
        }
        .closemenucategory.menucategory-opened {
            margin-left: 180px;
        }
    .closemenucategory .categorymenu {
        margin-left: 0px;
        overflow-y: auto; 
    } 
    .dropdowncollapse .select-small {
        display: inline-block;
        vertical-align: middle;
    }
    .dropdowncollapse {
        position: relative;
        right: 15px; 
        margin-top: -45px;
        padding-right: 0;
    }
    #divFilterMobile .select-small select {
        padding-right: 30px !important; 
    }
    body.categorymenu-opened:after {
        position: fixed;
        background: rgba(0,0,0,0.5);
        content: "";
        display: block;
        width: 100%;
        height: 100%;
    }
}
/*----------------------- 27/01/21 Umang---------------------*/
/*----------------------- 28/01/21 Umang---------------------*/
.topfixed-allitem:not(.sticky) {
    z-index: 9999;
}
@media only screen and (min-width:1366px) and (max-width:1367px) {
    .order-list-page .orderlistsection .btn-outline-primary, .order-list-page .orderlistsection .btn-outline-secondary {
        font-size: 13px !important;
        line-height: 24px;
    }
}
@media only screen and (min-width:992px) and (max-width:1366px) {
    .cycle-det h5 {
        font-size: 15px;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .categorymenu {margin-left:0px;}
}
@media only screen and (min-width:667px) and (max-width:736px) {
    .add-to-cart.addtocartmain .product-line-price .btn-link-cart, .add-to-cart .prod-summary-order-a .product .product-quantity input.btn-link-cart {
        font-size: 10px !important;
    }
}
/*----------------------- 28/01/21 Umang---------------------*/
/*----------------------- 03/02/21 Umang---------------------*/
@media only screen and (min-width:992px)
{
    .borderleft5
    {
        border-left: 5px solid #fff;
    }

    .atheltssecondslider.borderleft5 .carousel-item img
    {
        height: 450px;
        object-fit: cover;
    }
}

@media (max-width: 991px)
{
    .atheltssecondslider.borderleft5 .carousel-item img
    {
        height: 370px !important;
    }
}

@media (max-width: 767px)
{
    .atheltssecondslider.borderleft5 .carousel-item img
    {
        height: 220px !important;
    }
}

@media (max-width: 575px)
{
    .atheltssecondslider.borderleft5 .carousel-item img
    {
        height: 220px !important;
    }
}
/*----------------------- 03/02/21 Umang---------------------*/
/*----------------------- 04/02/21 Umang---------------------*/
#bikeTechnologySection {padding-bottom:0px;}
/*----------------------- 04/02/21 Umang---------------------*/
/*----------------------- 09/02/21 Umang---------------------*/
@media only screen and (min-width:1365px) and (max-width:1366px) {
    .gridproductipad {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .header-section ul.navbar-nav li a.nav-link {font-size:16px;}
}
@media only screen and (max-width: 1024px) {
    .slider-full .img-demoike-sells img {
        display: block;
        height: 500px;
    }
    .img-demoike-sells .half-div {
        position: absolute;
    }
}
@media only screen and (max-width: 991px) {
    #product-details-form .slider-trail.image-slider-spacing {
        width: 90%;
    }
    .colwidth100{width:100% !important;}
}
@media only screen and (max-width: 823px) {
    .slider-full .img-demoike-sells img { 
        height: 350px;
    } 
}
@media only screen and (max-width:822px) {
    .smallthumbcarousel {
        display:none;
    }
}
/*----------------------- 09/02/21 Umang---------------------*/
/*----------------------- 10/02/21 Umang---------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
    .smallthumbcarousel .owl-stage .owl-item, .smallthumbcarousel .owl-stage .owl-item.prod-img-card {
        width: 87px;
    }
} 
@media only screen and (max-width:1024px) { 
    #product-details-form .smallthumbcarousel .slider-trail.image-slider-spacing {
        width: 100%;
    }
    .smallthumbcarousel .slider-title .left-nav, .smallthumbcarousel .slider-title .right-nav {
        padding-left: 0;
    }
    .shippingmethodinner .shippingaccountnoradio {
        display: flex;
        align-items:center;
    }
    .shippingmethodinner .shippingaccountnoradio #shippingoption_0 {
        margin-right: 4px;
    } 
} 

@media only screen and (max-width:520px) {
    .smallthumbcarousel .slider-title {
        display: none !important;
    }
    .shippingmethodinner .shippingaccountnoradio label, .shippingmethodinner .padl10.word-break {
        font-size: 13px;
    }
}

/*----------------------- 10/02/21 Umang---------------------*/
/*----------------------- 16/02/21 Umang---------------------*/
#modalVideo .modal-content {
    background-color: #000000;
}
#modalVideo .close.cursor {
    color: #fff;
    opacity: 0.3;
    top: 0px;
    right: 15px;
}

@media only screen and (max-width:575px) {
    #modalVideo .close.cursor {
        font-size: 20px;
    }
}

@media only screen and (max-width:360px) {
    #modalVideo .close.cursor {
        right: 6px;
    }
}
/*----------------------- 16/02/21 Umang---------------------*/
/*----------------------- 17/02/21 Umang---------------------*/ 
.accordion-tbl .input-qty.inputtextright {
    width: 100%;
    padding: 0;
    text-align: right;
}
@media only screen and (min-width:1200px) {
    .custompadrightalign {
        padding-right: 6% !important; 
    }
}
@media only screen and (max-width:1024px) {
    .demobikesalessection.demo-slider .slider-title {display: block !important;}
}
@media only screen and (max-width:575px) {
    .custompadrightalign.price-detail-a {
        padding-right: 15px;
    }
    .accordion-tbl .input-qty.inputtextright, .custompadrightalign.price-detail-a {
        font-size: 12px;
    }
}
/*----------------------- 17/02/21 Umang---------------------*/
/*----------------------- 18/02/21 Umang---------------------*/
.add-to-cart .b2cwishlistsection .product-quantity .itemquantitychk {
    font-weight: normal !important;
    font-family: 'fontregular' !important;
}
.btn-primary.disabled {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}
@media only screen and (min-width:651px) and (max-width:1200px) {
    .b2cwishlistsection .custompadrightalign {
        padding-right: 6% !important;
    }
}
@media only screen and (min-width:651px) {
    .bike-checkout .b2bordersummarysection .product-details {
        padding-right: 15px;
    }

    .bike-checkout .b2bordersummarysection .product-details {
        width: 45%;
    }

    .bike-checkout .b2bordersummarysection .product-price {
        width: 20%;
    }

    .add-to-cart .b2cordersummarysection .product-price {
        width: 20%;
    }

    .add-to-cart .b2cordersummarysection .product-quantity, .add-to-cart .b2cwishlistsection .product-quantity {
        width: 12%;
    }

    .add-to-cart .b2cordersummarysection .product-line-price {
        width: 18% !important;
    }

    .add-to-cart .b2cordersummarysection .product-details, .add-to-cart .b2cwishlistsection .product-details {
        width: 30%
    }
    .add-to-cart .b2cwishlistsection .product-price {width:17%;} 
}
@media only screen and (max-width:650px) {
    .moblabelshow {
        display: inline-block !important;
    }
    .add-to-cart .b2cwishlistsection .product .product-line-price:before {
        content: "Item Total:";
        font-family: 'fontregular' !important;
        font-size: 14px;
        font-weight: bold;
    }
    .add-to-cart .b2cwishlistsection .product-quantity .btn-link-cart {
        margin-top: 0px !important;
    }
    .bike-checkout .b2bordersummarysection .product-quantity {
        width: 50%;
        display: inline-block;
        text-align: left !important;
        clear: both;
    }
    .b2cwishlistsection .product-quantity span.moblabelshow {
        margin-left: 0px;
    }
    .bike-checkout .b2bordersummarysection .product-price {
        width: 50% !important;
    }
    .b2cwishlistsection .product-price.custompadrightalign.text-right {
        text-align: left !important;
        width: 27%;
    }
    .add-to-cart .b2cwishlistsection .product-quantity {
        width:38%;
    }
    .add-to-cart .b2cwishlistsection .product-line-price {
        width: 35%;
        margin: 0;
        clear: none;
    }
    .add-to-cart .b2cwishlistsection .product .product-quantity input {
        margin-left: 0;
    }
    .add-to-cart .b2cwishlistsection .product .product-line-price .price-dollar {
        font-size: 14px;
    }

    .b2cwishlistsection .product-quantity span.moblabelshow {
        margin-left: 0px;
        display: block !important;
    }

    .b2cwishlistsection .moblabelshow {
        margin-bottom: 10px;
        display: block !important;
    }
} 
/*----------------------- 18/02/21 Umang---------------------*/
/*----------------------- 22/02/21 Umang---------------------*/ 
.store-detail.productdetailcarousel #product-details-form {
    width: 100%;
}
.faqtablehorizontalscroll tr td:first-child {
    background:none !important;
}
.faqtablehorizontalscroll tr td p {
    margin-bottom: 0px;
}
.smallthumbcarousel .slider-title {
    width: 60px;
    display: inline-block !important;
    vertical-align: middle;
}

.ipadshowcarousel {
    width: calc(100% - 65px) !important;
    display: inline-block !important;
    vertical-align: middle;
}

.smallthumbcarousel .demo-slider .slider-title .bbb_viewed_nav_container {
    display: block;
    text-align: right;
}
.smallthumbcarousel .slider-trail, .space-slider-nav .product-d-img img {
    width: 100%;
}
@media only screen and (min-width:1441px) {
    .ipadshowcarousel {
        width: calc(100% - 165px) !important;
        display: inline-block !important;
        vertical-align: middle;
    }
    .smallthumbcarousel .demo-slider .slider-title .bbb_viewed_nav_container {
        display: block;
        text-align: right;
    }
}
@media only screen and (max-width:1024px) {
    .smallthumbcarousel .slider-title .left-nav i, .smallthumbcarousel .slider-title .right-nav i {
        font-size: 14px;
        padding: 0px;
        height: 30px;
        width: 30px;
        text-align: center;
        line-height: 30px;
    }
}
@media only screen and (min-width:991px) and (max-width:1440px) {
    .ipadshowcarousel {
        width: calc(100% - 65px) !important;
        display: inline-block !important;
        vertical-align: middle;
    }

    .smallthumbcarousel .demo-slider .slider-title .bbb_viewed_nav_container {
        display: block;
        text-align: right;
    }
    .smallthumbcarousel .slider-title .left-nav, .smallthumbcarousel .slider-title .right-nav {
        padding-top: 0px;
    }
}
@media only screen and (min-width:769px) and (max-width:823px) {
    .smallthumbcarousel .slider-title .right-nav, .smallthumbcarousel .slider-title .left-nav {
        padding-top: 0px;
    }
}
@media only screen and (max-width:768px) {
    .ipadshowcarousel {
        width: 100% !important
    }

    .smallthumbcarousel .slider-title {
        display: flex !important;
        width: 100%;
        justify-content: center;
    }

        .smallthumbcarousel .slider-title .left-nav {
            margin-left: 15px;
        }
}

@media only screen and (max-width:767px) {
    .xs-mb-15 {
        margin-bottom: 15px !important;
    }

    .gotobikebtn {
        display: block;
        width: 100%;
    }

    #product-details-form .carousel-store.image-slider-spacing ol, #product-details-form .carousel-store.image-slider-spacing ol li {
        display: inline-block;
    }

    #product-details-form .carousel-store.image-slider-spacing ol {
        width: 100%;
        margin: 15px auto;
        text-align: center;
        padding: 0px 30px;
    }

    .carousel-store .owl-stage {
        width: 100% !important;
    }

    .smallthumbcarousel .slider-title .right-nav {
        padding-top: 0px !important
    }
}
/*----------------------- 22/02/21 Umang---------------------*/
/*----------------------- 26/02/21 Umang---------------------*/
@media only screen and (max-width:991px) {
    .p-tech-info .p-tech-drop .form-control, .p-tech-info .p-tech-drop .btn-primary {
        margin-bottom: 15px;
    } 
}
/*----------------------- 26/02/21 Umang---------------------*/