﻿#main {
    width: calc(100% - 40px);
    display: flex;
    margin: 10px auto 10px auto;
}

.tablediv {
    display: table;
    width: 100%;
}
    .tablediv .row {
        display: table-row;
        margin: 0;
    }
        .tablediv .row .cell {
            display: table-cell;
            vertical-align: top;
        }
        .tablediv .row .navmenu {
            width: 285px;
        }
.mainNav {
    width: max-content;
    margin: 0 40px 0 0;
}
.nav-header {
    display: block;
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #000;
    padding: 2px 0 2px 4px;
    margin: 10px 0 3px 0;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.mainNavInner .nav {
    font-size: 10px;
    text-transform: uppercase;
    list-style-type: none;
    width: 100%;

}
.nav > li {
    position: relative;
    display: block;
}
.mainNavInner .nav li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}
.mainNavInner a {
    text-decoration: none;
}
.mainNavInner ul li a {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    border: none;
    padding: 5px 0 3px 3px;
    display: block;
    color: #0a0a0a;
    text-decoration: none;
}
    .mainNavInner ul li a::before {
        width: 10px;
        height: 10px;
        float: left;
        content: "›";
        display: block;
        font-size: 15px;
        margin-top: -1px;
    }

    .mainNavInner ul li a:hover {
        background-color: #eeeeee;
    }
.mainNavInner ul li.ared a {
    color: #FF0000;
    font-weight: bold;
}
.mainNavInner .nav li.salenav a {
    color: #FF0000;
    font-weight: 500;
}
form {
    width: unset;
    margin: 0 auto;
}
.breadcrumb {
    position: relative;
    height: 30px;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
}
    .breadcrumb ul {
        position: relative;
        margin: 0 5px 0 -5px;
        padding: 0;
        height: 30px;
    }
        .breadcrumb ul li {
            color: #acacac;
            padding: 0;
            margin: 0;
            list-style: none;
            float: left;
            height: 30px;
            display: inline;
        }
            .breadcrumb ul li a {
                color: #a11d34;
                text-decoration: none;
                line-height: 30px;
                text-transform: capitalize;
                font-family: 'Roboto Condensed', sans-serif;
            }
                .breadcrumb ul li a span {
                    padding: 0 5px 0 5px;
                }
#drillLeftCol.full {
    width: 100%;
    float: none;
}
 
ul.bike-categories {
    margin: 0 0 10px 25px;
    padding: 0;
}

    ul.bike-categories li {
        color: #000;
        float: left;
        font-size: 1.3em;
        font-weight: bold;
        margin-bottom: 30px;
        margin-right: 30px;
        width: 250px;
        list-style: none;
        text-align: center;
        line-height: 20px;
        min-height: 150px;
    }
    ul.bike-categories li a {
        color: #000;
        text-align: center;
    }
    ul.bike-categories li img {
        display:block; margin:auto;
    }

/*ecommerce*/
ul.product-grid {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
    ul.product-grid li {
        background: none;
        _display: inline;
        float: left;
        margin-bottom: 15px;
        margin-right: 14px;
        _margin-right: 12px;
        padding: 9px;
        min-width: 155px;
        width: calc(20% - 35px);
        min-height: 330px;
        border: 1px solid #e3e3e3;
    }
    ul.product-grid li img {display:block; margin:auto;}
    ul.product-grid li a {
       color:#000;
    }
.item-block {
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    min-height: 330px;
}

.itemDesc {
    display: block;
    text-align: center;
    padding: 0px 0 0 0;
    margin: 5px 0px 5px 0px;
    min-height: 45px;
}
    .itemDesc:hover {color:#a11d34;}
    .item-price {
        text-align: center;
        font-weight: bold;
        font-size: 1.2em;
        padding: 0px 0 0 0;
        margin: 5px 0px 5px 0px;
    }
  span.salePrice {
    color: #c51515;
}
.originalPrice {
    color: #aaa;
    font-size: 0.9em;
    padding-left: 10px;
    text-decoration: line-through;
}
/*series*/
ul.bike-series li {
    min-height: 260px;
}
    ul.bike-series li .item-block {
        min-height: 260px;
    }
        ul.bike-series li .item-block .itemDesc {
            display: flex;
            align-items: center;
            justify-content: center;
        }
    /*series*/
    /*product*/
    .xcontent {overflow:auto;}
 
.product-block, .product-cell {
     
     
    min-width: 680px;
}
.moreprodcell {
    border-left: 1px solid #CCC;
    padding: 20px 0px 0px 20px;
}
#prodMoreCol {
    width: 250px;
    margin: auto;
}
#productImages {
    margin: 15px 25px 10px 0;
    width: calc(50% - 25px);
    float: left;
    position: relative;
    padding-bottom: 10px;
    max-width: 100%;
    z-index: 1;
}
#prodRightCol {
    float: left;
    position: relative;
    display: inline;
    width: calc(50% - 25px);
    /* z-index: 100 !important;
    border: 1px solid #ccc;
    border-radius: 10px;*/
    padding: 0 10px 10px 10px;
    min-width: 300px;
}
#prodLeftCol {
    max-width: 920px;
    min-width: 500px;
   margin:auto;
    position: relative;
   
}
h1.prodDetailHeader  {
    color: #a11d34;
}
span.partNumber {
    font-size: 16px;
    
   
}
.prodCode {
    color: #a11d34;
}
.product-info {
    overflow: hidden;
    
}
#reviews {
    width: unset;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 15px;
    overflow: auto;
    max-width: 560px;
}
.divbodyreview {
    position: relative;
    margin: 15px 15px 0px 0px;
    -webkit-box-shadow: 2px 0px 15px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 0px 15px -1px rgba(0,0,0,0.75);
    box-shadow: 2px 0px 15px -1px rgba(0,0,0,0.75);
}

a.closebox {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    font-size: 35px;
    padding: 0px;
    top: -13px;
    right: -15px;
    background-color: #FFF;
    border-radius: 16px;
    text-decoration: none;
}

    a.closebox i {
        display: block;
    }

.ratings a {
    color: #808080;
    display: inline-block;
    font-size: 32px;
    padding: 0px 3px 0px 3px;
}
a.goldenstar {color:gold;}
a.goldenstar:hover {
    color: gold;
}
.popupcopy h2 {
    color: #a11d34;
    margin: 0px;
}

.divbodyreview textarea {
    width: calc(100% - 10px);
    height: 150px;
    margin: 5px 0px 5px 0px;
    padding: 5px;
}

input[type=button].popupbutton {
    border: 1px solid #a11d34;
    background-color: #a11d34;
    color: #FFF;
    font-size: 15px;
    cursor: pointer;
    width: 100%;
    height: 42px;
    float: none;
    margin: 0px 0px 0px 0px;
    border-radius: 3px;
}
.info-small {
    margin: 0px 0px 10px 0px;
}

.reqProdHeader {
    color: #a11d34;
    width: 240px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: 700;
}
.floatRight {
    float: right;
    padding-right: 10px;
}
.btn, button, a.button, .button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 5px 12px;
    font-size: 1em;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #19747b;
    background-color: #19747b;
    color: #FFF;
    max-width: 320px;
}
a.button {
   
    text-transform: capitalize;
    text-decoration: none;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    padding: 6px 10px;
}
    .tbs .btn {
        display: inline-block;
        text-decoration: none;
    }
.tbs .btn-warning {
    background: #000;
    border: 1px solid #000;
    font-family: 'BMWMotorradW01-Bold',Helvetica,Arial,sans-serif;
    text-decoration:none; padding:5px; color:#FFF;
}
    .tbs .btn-warning:hover {
        background-color: #a11d34;
        color: #fff;
    }
    #reviews a.review-write {
        margin: -35px 5px 0 0;
    }

#prodRightCol #prodPrice {
   
    margin-bottom: 15px;
     
    padding: 15px 0px 15px 0px;
    margin: 0 0 10px 0;
    color: #000000;
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.price-display {
   
    width: calc(100% - 60px);
    display: inline-block;
}
#prodPrice .salePrice, .product span.salePrice, .item span.salePrice, span.salePrice {
    color: #c51515;
}
#prodPrice span.price {
    float: none;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
}
.originalPrice {
    clear: both;
    color: #666;
    display: block;
    font-size: 12px;
    text-decoration: line-through;
    float: none !important;
    margin: 0 0 0 0px;
    display: inline-block;
}
.form-group {
    display: block;
    margin: 10px 0 10px 0;
    position: relative;
}


.productOption {
    margin: 5px 0px 5px 3px;
    border-top: 1px solid #CCC;
    padding: 10px 0px 0px 0px;
}
    .productOption input[type=button] {
        border: 1px solid #a11d34;
        background-color: #FFF;
        cursor: pointer;
        height: 35px;
        margin-right: 3px;
        margin-bottom: 3px;
        min-width: 50px;
        text-align:center;
    }
        .productOption input[type=button]:hover {background-color:#ccc;}
        .productOption input[type=button].selected {
            background-color: #0a0a0a;
            color: #FFF;
        }

        .productOption input[type=button].unavailable {
            background-color: #CCC;
            color: #818181;
        }

        .form-group label {
    margin-left: 3px;
    font-size: 14px;
    font-weight:bold;
    overflow:auto;
}
.size-chart {
    display: inline-block;
    float: right;
     
}
.slidecontainer {
    margin: auto;
}
#productslider .carousell .slider .slide a {
    display: block;
    border: 1px solid #595959;
    margin:2px;
}

    #productslider .carousell .slider .slide a img {
        display: block;
    }
.main-image a {
    display: block;
    cursor: zoom-in;
    text-align:center;
}
.div_qty {
    margin: 0px 0px 0px 0px;
    
    overflow:auto;
   
}
    .div_qty input[type=button] {
        border: 1px solid #143e64;
        background-color: #143e64;
        color: #FFF;
        font-size: 30px;
        cursor: pointer;
        width: 42px;
        height: 42px;
        float: left;
    }
        .div_qty input[type=button]:hover {
            background-color: #a11d34;
            border: 1px solid #a11d34;
        }
        .div_qty input[type=button].remove {
            padding: 0px 0px 5px 0px;
        }
    .div_qty input[type=text] {
        border: 1px solid #404040;
        border-left: none;
        border-right: none;
        background-color: #FFF;
        font-size: 22px;
        width: 38px;
        height: 38px;
        float: left;
        text-align: center;
    }
    .div_qty input[type=button].addtocart, .div_qty a.addtocart {
        border: 1px solid #143e64;
        background-color: #143e64;
        color: #FFF;
        font-size: 15px;
        cursor: pointer;
        width: calc(50% - 8px);
        height: 30px;
        float: left;
        margin: 0px 10px 0px 0px;
        display: block;
        text-align: center;
        padding-top: 10px;
    }
        .div_qty input[type=button].addtocart:hover, .div_qty a.addtocart:hover {
            background-color: #a11d34;
        }
        .div_qty input[type=button].addtocart:last-child, .div_qty a.addtocart:last-child {
            margin: 0px 0px 0px 0px;
        }
        .div_qty a.wishlist {
            color: #FFF;
            font-size: 15px;
            cursor: pointer;
            float: left;
            float: right;
            margin-right: 10px;
            display: block;
            text-decoration: none;
            margin: 0px 10px 0px 0px;
        }
        .div_qty a.wishlist:hover {
            color: #3bafda
        }
        .qtyheader {
            color: #FFF;
            margin: 0px 0px 5px 0px;
        }
#productslider .carousell .slider .slide {
    height: 70px;
    width: 70px;
}
#productslider .carousell .slider   {
   margin:auto;
}
#productslider {
    width: fit-content;
    margin: auto;
}
.qty-block {
    overflow: auto;
    max-width: 430px;
}
.buynow {
    margin: 0px 0px 0px 10px;
    width: calc(100% - 140px);
    display:inline-block;
}
.div_qty .buynow input[type=button].buynow {
    border: 1px solid #143e64;
    background-color: #143e64;
    color: #FFF;
    font-size: 15px;
    cursor: pointer;
    width: calc(500% - 0px);
    height: 42px;
    float: none;
    margin: 0px 0px 0px 0px;
}
.product-help {display:flex; margin:20px 0px 10px 0px;}
    .product-help .help-title {font-weight:bold;margin:0px; padding:0px;}
.help-copy {
    margin: 0px;
    padding: 0px;
}
    .help-copy a {text-decoration:none; color:#000; display:inline-block;}
        .help-copy a:hover {color:#a11d34}
        .help-copy a i {
            color: #a11d34;
        }
        .helpinfo {
            padding: 0px 0px 0px 15px;
        }
.helpicon img {max-width:70px;}
.price-display-links {margin:0px 0px 10px 0px;}
.price-display a, .price-display-links a{
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    float: none;
    margin: 5px 5px 0px 0px;
}
    .price-display a i, .price-display-links a i{
        color: green;
        font-size: 16px; margin:0px 3px 0px 0px;
    }
.sidetitle {font-weight:500; text-transform:uppercase; margin:10px 0px 10px 0px;}
.primgblock {
    float: left;
    width: 100px;
    margin: 0px 5px 0px 0px;
}
#prodMoreCol p {margin:0px; padding:0px;}
#prodMoreCol a {
    color: #a11d34;
    text-decoration: none;
}
    #prodMoreCol a:hover {color:#333;}
#prodMoreCol div {overflow:auto;}
#prodMoreCol .slide {margin:0px 0px 15px 0px;font-size:13px;}
#prodMoreCol a span.saleprice {
    color: #c51515;
}
#prodMoreCol p.product-price {
    margin-top: 5px; color:#000;
}
#prodMoreCol a span.saleprice {
    color: #c51515;
}
.product-price s {
    color: #666; font-size:12px;
}
#productImages .slidecontainer .pagerleft {
    display: block;
    width: 50px;
    height: 55px;
    position: absolute;
    top: 2px;
    z-index: 1;
    left: -25px;
    width: 25px;
    height: 65px;
    cursor: pointer;
    background: #000;
    opacity: .5;
}

#productImages .slidecontainer .pagerright {
    display: block;
    width: 50px;
    height: 55px;
    position: absolute;
    top: 2px;
    z-index: 1;
    right: -25px;
    width: 25px;
    height: 65px;
    cursor: pointer;
    background: #000;
    opacity: .5;
}

    #productImages .slidecontainer .pagerright img, #productImages .slidecontainer .pagerleft img {
        margin: 19px 0 0 0;
    }
/*product*/
/*category*/
.blockcontainter {
    overflow: auto;
    margin: 0px 0px 50px 0px;
    width: 100%;
}
ul.pagers {
    margin: 20px 18px 20px 0px;
    padding: 0px;
    text-align: left;
    list-style: none;
}
    ul.pagers li { display:inline-block; text-align:center;}
        ul.pagers li a {
            padding: 5px 5px 5px 5px;
            display: block;
            border: 1px solid #19747b;
            width: 30px;
            height: 30px;
            text-decoration: none;
            font-size: 18px;
            font-weight: 400;
            margin: 0 3px 0 0;
            text-align: center;
        }
            ul.pagers li a.active {
                color: #fff;
                background-color: #19747b;
            }
.departments {margin:0px; padding:0px; list-style:none;}
    .departments ul {
        margin: 0px 0px 0px 10px;
        padding: 0px;
        list-style: none;
    }
.gsort select {
    /* border: none; */
    outline: none;
    height: 34px;
    margin:0px 20px 0px 0px;
    padding: 8px 3px 8px 5px;
    font-size: 14px;
    display: inline-block;
    transition: background-color .25s ease-in-out;
}
.right-float {float:right;}

/*category*/
/*confirmation*/
.smallcenter {
    width: fit-content;
    margin: auto;
    overflow: auto;
}
.rightpane {
    float: right;
    width: 515px;
}
.leftpane {
    float: left;
    width: 380px;
}
.addressp {
    width: 340px;
    margin-right: 60px;
}
fieldset {
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}
.leftpane fieldset, .rightpane fieldset {
    padding-top: 5px;
}
legend {
    border: 0;
    padding: 0;
    font-weight: 600;
}
#formdiv .form-group {
    display: block;
    margin: 10px 0 10px 0;
    position: relative;
    overflow: auto;
}
#formdiv input[type="text"].form-control, #formdiv input[type="password"].form-control {
    width: 100%;
}
#formdiv select.form-control {
    padding: 23px 5px 2px 4px;
    border-radius: 3px;
    border: 1px solid #ccc;
    width: 100%;
    height: 50px;
    font-size: 1em;
}
.form-group {overflow:auto;}
#formdiv .form-grouphalf, .form-grouphalf {
    width: 50%;
    float: left;
    position: relative;
}
.form-group .form-grouphalf:first-child {
    width: calc(50% - 10px);margin-right:10px;
}
#formdiv .form-group label.innerl {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: 0;
    margin-top: 2px;
    margin-left: 8px;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}
#formdiv input[type="text"].form-control, #formdiv input[type="password"].form-control, #formdiv textarea.form-control {
    padding: 20px 5px 5px 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 1em;
    box-sizing: border-box;
    color: #000;
    margin-bottom: 0;
    height: 50px;
}
#formdiv .form-group .form-grouphalf:first-of-type {
    margin-right: 5px;
    width: calc(50% - 5px);
}
#formdiv .form-group .form-grouphalf input[type="text"], #formdiv .form-group .form-grouphalf select {
    width: 100%;
}
#formdiv .checkbox {
    margin: 15px 0px 15px 0px;
}
#formdiv .hidden {
    display: none;
}
#formdiv .btn {
    width: 100%;
}

.confirmed {
    color: #000000;
    border: 1px solid #26c101;
    background-color: #FFFFFF;
}

.form-group .redval {
    color: #f00;
    display: inline-block;
    margin-left: 5px;
}

.rdpay_pp, .rdpay_ap, #zerototal {
    display: none;
}
.table_p {
    display: table;
    margin: 18px 0 10px 0;
}
.row_p {
    display: table-row;
}
.cell_p {
    display: table-cell;
    padding-right: 10px;
}
.cell_p input[type="radio"] {
    background: #f6f6f6;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #dbdbdb;
    margin-bottom: 10px;
}
    .cell_p input {
        float: left;
    }
.cardnumber {
    background-repeat: no-repeat;
    background-position: 250px;
    background-image: url(/secure/images/cc_card.png);
}
.cardcode {
    background-repeat: no-repeat;
    background-position: 100px;
    background-image: url(/secure/images/cc_cvv.png);
}
.paypalbox input {max-width:100%;}
.mobile, .menublock div.mobile, .menublock .menutable .menurow div.mobile, .t-menu li.mobile, .wideborder .mobile {
    display: none;
}
.full {
    width: 100%;
}

.left {
    float: left;
}
.sidecart {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
}
.cartitem {
    border-bottom: 1px solid #999;
    max-width: 872px;
    overflow: auto;
    padding: 5px 0px 10px 0px;
}
.inner-cart {
    overflow: auto;
}
.lprnameside {
    width: calc(100% - 90px);
    float: left;
}
.cartitem div {
    padding: 5px 5px 0 0;
}
.primage {
    display: block;
    float: left;
    max-width: 110px;
    float: left;
    margin: 0 5px 0 0;
}
.cartitem div.prtext {
    display: block;
    padding: 0;
    padding-top: 0px;
    float: left;
  
    font-size: 16px;
    width:  100% 
}
.cartitem div.withimg {
    width: calc(100% - 92px);
}
.cartitem div.prtext p {
    margin: 0 0 5px 0;
}
.lprnameside .lqtyside {
    padding: 0;
    font-size: 0.9em;
    margin: 10px 0px;
}
.lprnameside .lqtyside a {
   text-decoration:none;  display:inline-block; margin-left:15px;
}
.totalline {
    text-align: right;
    max-width: 875px;
}
div p.total {
    margin: 5px 0 10px 0;
}
.supplementaldv {
    margin: 20px 0 20px 0;
    float: right;
}
.cartitem div.lpriceside {
    padding-top: 5px;
    width: 80px;
    float: left;
    text-align: right;
}
div p.total span {
    display: inline-block;
    width: 100px;
    float: right;
    text-align: right;
    margin: 0 10px 0 0;
}

.text-bold {
    font-weight: bold;
}
.cart-item-title {
    font-size: 1em; font-weight:600;margin:0px 0px 5px 0px;
}
.cart-item-options {font-size:0.8em;}
 select.form-qty {padding:3px;}
.rdpay_cc input[type="radio"] {width:18px; height:18px; float:left;
}
.rdpay_cc label {
    padding: 2px 0px 0px 2px;
    float: left;
}
.centertext {text-align:center;}
.redmsg {color:#FF0000;}
.greenmsg {color:forestgreen;}
#couponresult {
    padding: 5px;
}
.tool-links  {overflow:auto; margin:5px 0px;text-align:center;}
.tool-links a {
    display: inline-block;
    text-decoration: none;
    font-size: .9em;
}
.form-edit {
    color:#000; text-decoration:none;
}
    .form-edit:hover {
        color: #a11d34;
    }
.form-remove {
    color: #4169e1;
}
    .form-remove:hover {
        color: #a11d34;
    }
/*confirmation*/
.loginform {
    max-width: 320px;margin:auto;
}
.floatright {float:right;}
.btnlogin {
    max-width: 160px;
}
.loginform #formdiv .redval {
    display: none;
}
.icond {
    position: absolute;
    top: 12px;
    right: 5px;
    font-size: 18px;
    color: #808080;
}
    /*ecommerce*/
/*customer portal*/
.mblock {
    display: block;
    border-radius: 4px;
    border: 1px #000 solid;
    background-color: #f7f7f7;
    float: left;
    margin: 0px 10px 10px 0px;
    padding: 10px;
    width: calc(33% - 30px);
    min-height: 165px;
    color: #111;
}

.last {
    margin: 0px 0px 10px 0px;
}

.mblock h2 {
    margin: 0px;
}

.mblock p {
    margin: 10px 0px 10px 0px;
}
.iconblock {
    width: 50px;
    float: left;
    font-size: 35px;
    color: #000;
    padding: 0px;
    margin: 3px 0px 0px 0px;
}
.linkblock h2 {
    margin: 10px 0px 0px 0px;
    text-align: left;
}

.linkblock {
    width: calc(100% - 50px);
    float: left;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
}

.orderblock {
    border-bottom: 1px solid #000;
  /*  border-radius: 4px 4px 4px 4px;*/
    padding: 0px;
    margin-bottom: 25px;
}

.orderhead {
    border-bottom: 1px solid #000;
    padding: 10px 0px 15px 25px;
    background-color: #f7f7f7;
    border-radius: 4px 4px 0px 0px;
    overflow:auto;
}

.morderh {
    width: 20%;
    float: left;
    min-width: 150px;
}
.morderhr {
    float: right;
    min-width: 60px;
}
.morderh span {
    font-weight: 500;
}

.oitems {
    padding: 15px 0px 0px 5px;
    overflow: auto;
}
.itemlist {
    width: calc(100% - 240px);
    float: left;
}
.oitemline {
    overflow: auto;
}

.opic {
    max-width: 55px;
    float: left;
}

.oitem {
    padding: 0px 0px 15px 15px;
    width: calc(100% - 160px);
    float: left;
}
    .oitem span {display:inline-block; margin-right:10px;
    }
        .oitem span.d2 {
            font-size: 14px;
        }
    .trackingn {
    padding: 15px 0px 0px 0px;
    width: 240px;
    float: right;
    /*position: absolute;*/
    right: 5px;
}

.oitemqty {
    
}

legend, .HeaderSmall {
    font-weight: bold;
    color: #000;
}
.paymentblock {
    width: 350px;margin:auto;
}
.form-group label.innerl {
    color: #000;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: 0;
    margin-top: 2px;
    margin-left: 8px;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

input[type="text"].form-control, input[type="password"].form-control, textarea.form-control {
    padding: 20px 5px 5px 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 15px;
    box-sizing: border-box;
    color: #000;
    margin-bottom: 0;
    height: 50px;
    width: 100%;
}
/*select {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}*/
    select.form-control {
        padding: 23px 5px 2px 8px;
        border-radius: 3px;
        border: 1px solid #ccc;
        width: 323px;
        height: 50px;
    }
.inner-panel {
    margin: auto;
    margin-top: 0px;
    margin-bottom: 25px;
}
input[type="text"].form-control-normal, input[type="password"].form-control-normal, textarea.form-control-normal {
    padding: 5px 5px 5px 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 16px;
    box-sizing: border-box;
    color: #000;
    margin-bottom: 0;
    height: auto;
    width: 100%;
}
.autosize {width:fit-content;}
/*customer portal*/

/*fiche*/
ul.tabs {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    list-style: none;
    overflow: auto;
}

ul.tabs li {
    background: #dededd;
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    color: #fff;
    text-align: center;
    cursor: pointer;
    list-style: none;
}

    ul.tabs li a {
        color: #000;
        display: block;
        padding: 15px 0px 15px 0px;
        font-weight: bold;
    }

        ul.tabs li a:hover {
            background: #137ec2;
            color: #fff;
        }

        ul.tabs li a.tabactive {
            background: #137ec2;
            color: #fff;
        }

.tobmodels li {
    display: inline-block;
    width: calc(50% - 20px);
    font-weight: bold;
    font-size: 20px;
}

.tabseries li {
    display: block;
    float: left;
    margin: 0px;
    width: calc(14.3% - 6px);
    min-width: 110px;
}

    .tabseries li a {
        padding: 10px 10px 10px 10px;
        text-align: center;
    }

.tabs small {
    font-size: 0.8em;
    display: block;
    font-weight: normal;
}

.nonusmodels {
    display: none;
}

.modcontainer {
    position: relative;
    margin-top: 15px;
}

.motorcycleblock {
    width: calc(100% - 30px);
}

    .motorcycleblock ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .motorcycleblock ul li {
            display: block;
            width: 25%;
            float: left;
        }

            .motorcycleblock ul li a {
                color: #000;
                display: block;
                padding: 15px 0px 15px 0px;
                text-align: center;
                margin: 5px;
                background: #dededd;
                border-right: 1px solid #b5b5b5;
                border-bottom: 1px solid #b5b5b5;
                font-size: .9em;
            }

                .motorcycleblock ul li a:hover {
                    background: #137ec2;
                    color: #fff;
                }

            .motorcycleblock ul li.bikesli {
                display: none;
            }
.spnr {
    font-weight: 500;
    display: block;
}



    .motorcycleblock ul li.bikesdiagramsli a {
        color: #000;
        display: block;
        padding: 10px 10px 10px 10px;
        text-align: center;
        margin: 5px;
        background: #dededd;
        border-right: 1px solid #b5b5b5;
        border-bottom: 1px solid #b5b5b5;
        font-size: .9em;
    }

.motorcycleblock ul li.bikesdiagramsli a img {
    max-height: 200px;
}
.motorcycleblock ul li.bikesdiagramsli {
    max-width: 317px;
}
    .motorcycleblock ul li.bikesdiagramsli a {
        color: #000;
        display: block;
        padding: 10px 10px 10px 10px;
        text-align: center;
        margin: 5px;
        background: #dededd;
        border-right: 1px solid #b5b5b5;
        border-bottom: 1px solid #b5b5b5;
        font-size: .9em;
        min-height: 275px;
    }
.center-text {text-align:center;}
.tablediv .header-row {
    font-weight: 500;
    background-color: #222;
    color: #FFF;
}
    .tablediv .header-row .cell {
        vertical-align:middle;
    }
.paddedcell .row .cell {padding:5px;}
.tablediv .lineitemcell .cell {
    border-bottom: 1px solid #CCC;
    vertical-align: middle;
}
a.moreinfo {
    font-size: 20px;
    color: #137ec2;
}
.tablediv .lineitemcell .cell select {
    padding: 5px;
    font-size: 20px;
}
.tablediv .lineitemcell .cell a.addtocartetk {
    border: 1px solid #143e64;
    background-color: #143e64;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    margin: auto;
    padding: 5px 8px 5px 8px;
    border-radius: 3px;
    width: 80px;
    display: block;
}
.tablediv .lineitemcell .cell a.addtocartetk:hover {
    border: 1px solid #a11d34;
    background-color: #a11d34;
}
.tablediv .darker   {
    background-color: #f1f1f1;
}
.xcontent h2 {text-transform:capitalize;}
.tablediv .lineitemcell .cell a.viewdiagram {
     text-decoration:none;
}
    .tablediv .lineitemcell .cell a.viewdiagram i {
        margin-left:3px;
    }
.smallimg {width:250px;}
#diagramview {
    color: #000;
    padding: 7px 7px 5px 0;
    max-width: 800px;
    margin: auto auto auto auto;
    top: 50px;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 9999999999;
    display: none;
    overflow: auto;
    background: transparent;
}
.digramthumbnail {
    border: 1px solid #595959;
    display: block;
    margin: 0px 10px 10px 0px;
}
.toptitle {margin-top:0px; padding-top:0px;}
.lineitemcell:hover  {
    background-color: #d8d8d8;
}
.tablediv .alternate {
    background-color: #f8f8bf;
}
    /*fiche*/

    /*ecomm series*/
ul.ficheseries {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}

    ul.ficheseries li {
        display: inline-block;
        padding: 0px 20px 0px 0px;
        font-weight: bold;
    }

.fiche-header {
    margin: 0px 0px 20px 0px;
    padding: 20px;
    background: #08c url(/App_Themes/v1/images/bike-landing-header.jpg) no-repeat top center;
    color: #fff;
    background-size: cover;
    color: #FFF;
}

    .fiche-header p {
        font-weight: bold;
        font-size: 1.3em;
        margin: 0px;
        padding: 0px;
    }

    .fiche-header a {
        color: #FFF;
        padding: 10px 0;
        display: block;
        position: relative;
    }

    .fiche-header ul li a::before {
        width: 10px;
        height: 10px;
        float: left;
        content: "›";
        display: block;
        font-size: 15px;
        margin-top: -1px;
    }
    /*ecomm series*/
 
/*@media (max-width: 1600px) {
    #prodRightCol {
        width: 420px;
        float:left;
        margin: 0px 10px 10px 0px;
    }
    #prodLeftCol {
        width: calc(100% - 500px);
        float: left;
        max-width: 860px;
    }
    }

@media (max-width: 1245px) {
    #prodLeftCol {
        width:  100% ;
       
        max-width: 100%;
    }
    #prodRightCol {
        width: calc(100% - 500px);
        float: left;
        margin: 0px 10px 0px 0px;
    }
}

@media (max-width: 1245px) {
    #prodLeftCol {
        width: 100%;
        max-width: 100%;
        float: left;
        margin: auto;
        display: block;
    }

    #prodRightCol {
        width: calc(100% - 360px);
        margin: 0px auto 0px auto;
        display: block;
        min-width: 320px;
        max-width: 420px;
    }
    #productImages {
        margin: 0 auto 10px auto;
        width: 320px;
      
        position: relative;
        display: block;
    }
}
@media (max-width: 1004px) {
    #prodLeftCol {
        width: 100%;
        max-width: 100%;
        float: none;
        margin: auto;
        display: block;
    }

    #prodRightCol {
        width: calc(100% - 30px);
        margin: 0px auto 0px auto;
        display: block;
        min-width: 320px;
        float: none;
    }

    #productImages {
        margin: 0 auto 10px auto;
        width: 100%;
        position: relative;
        display: block;
        float: none;
    }
    .main-image a {
        text-align: center;
    }
}*/
.inner-panel {
    width: fit-content;
    
}
.min600 {min-width:600px;}
.oitemline {
    overflow: auto;
    display: flex;
    align-items: center;
}

.terms {
    padding: 10px;
    margin: 0 0 0 0;
}

.notice {
    background-color: #ffffcf;
    border: 2px solid #e4b74d;
    color: #000;
    list-style: none;
    padding: 10px;
    max-width: 880px;
    margin: auto;
}
.notice h3 {
    clear: both;
    text-align: left;
    color: #0066b1;
    text-transform: uppercase;
    text-transform: capitalize;
    padding: 5px 0 5px 30px;
    font-size: 18px;
    font-weight: bold;
}
@media (max-width: 850px) {
    #main {
        width: 100%;
        display: block;
        margin: 10px auto 10px auto;
    }

    .tablediv, .tablediv .row, .tablediv .row .cell {
        display: block;
    }

        .tablediv .row .navmenu {
            width: 100%;
        }

    .mainNav {
        width: 100%;
        margin: 0 0px 0 0;
    }

    .mainNavInner ul.sidenav {
        display: none;
        width:  100%;
        margin: 0px 0px 0px 0px;
        z-index:1;
    }

    .mainNavInner a {
        text-decoration: none;
        display: inline-block;
        margin: 0px 5px 0px 5px;
    }

    #mainNavTopDep {
        margin-left: 5px;
        width: calc(100% - 10px);
    }

    #mainNavTopFeatures {
        margin-left: 10px;
    }

    #mainNavTopCategory {
        margin-left: 20px;
    }
     
    .breadcrumb {
        margin-left: 5px;
    }

   /* .summary {
        display: none;
    }*/

    .xcontent {
        padding: 0px 5px 0px 5px;
       
    }

        .xcontent h1 {
            font-size: 1.5em;
            text-align: center;
        }

    .moreinfo {
        text-align: left;
    }

    .gsort {
        padding: 10px 0px 5px 0px;
        text-align: right;
    }

    .sidenav {
        position: absolute;
        width: 100%;
        background-color: #FFF;
    }
    .item-block {
        min-height: 280px;
    }
    ul.product-grid li {
        min-height: 280px;
    }
    .product-block, .product-cell {
        max-width: 100%;
        padding-right: 0px;
        min-width: 100%;
    }
     
    #productImages {
        margin: 15px 5px 10px 5px;
        width: calc(100% - 10px);
        float: none;
        position: relative;
        padding-bottom: 10px;
        max-width: 100%;
        z-index: 1;
    }
    #prodRightCol {
        float: none;
        position: relative;
        display: block;
        width: calc(100% - 10px);
        padding: 0 5px 10px 5px;
        min-width: 300px;
        display:block;
    }
    .price-display-links a {
        text-decoration: none;
        font-size: 15px;
        font-weight: 400;
        display: inline-block;
        float: none;
        margin: 5px 0px 0px 0px;
    }
        .price-display-links a i {
            color: green;
            font-size: 16px;
        }
    #prodRightCol #prodPrice {
        text-align: center;
        padding: 0px 0px 10px 0px;
    }
    .price-display {
        width: fit-content;
        display: inline-block;
    }
    .form-group label {
        margin-left: 3px;
        font-size: 14px;
        color: #000;
        overflow: auto;
        font-weight: 500;
        overflow: auto;
        display: block;
        padding-top: 10px;
    }
    .size-chart {
        display: block;
        float: right;
    }
    #prodLeftCol {
 
        min-width: unset;
        text-align:left;
    }
    #prodRightCol .form-group {
        border-top: 1px solid #CCC;
    }
    .productOption {
        border: none;
        padding: 0px 0px 0px 0px;
    }
    .rightpane, .leftpane {
        float: none;
        width: 100%;
        overflow: auto;
    }
    .leftpane { margin-top:10px;
    }
        .addressp {
        width: 340px;
        margin: auto;
    }
    .supplementaldv {float:none;}
    #formdiv .supplementaldv .form-group {
        margin: 10px auto 10px auto;
        width: fit-content;
    }
    .sidecart {display:none;}
    .cartsummary {
        overflow: auto;
        padding: 3px 0px 3px 0px;
        border-bottom: 1px solid #CCC;
    }
    .rightmobiletotal {
        float: right;
        font-weight: 500;
    }
    .mobilesummary {color:#000;}
    .smallcenter {
        width: 100%;
    }
    .addressp fieldset p {
        
        text-align: left;
    }
    .welcome-msg {
        width: calc(100% - 5px);
        text-align: left;
    }
    .mblock {
        float: none;
        width: calc(100% - 30px);
    }
    .linkblock {
        text-align: left;
    }
    .inner-panel { min-width:100%;}
    .orderblock {
        text-align: left;
    }
    .itemlist {
        width:  100%  ;
        float: none;
    }
    .trackingn {
        padding: 15px 0px 0px 0px;
        width: 100%;
        float: none;
        /* position: absolute; */
        right: 0px;
    }

    #productImages .slidecontainer .pagerright, #productImages .slidecontainer .pagerleft {
        width: 42px;
    }
    #productImages .slidecontainer .pagerright {right:-42px;}
    #productImages .slidecontainer .pagerleft {left:-42px;}
        #productImages .slidecontainer .pagerright img, #productImages .slidecontainer .pagerleft img {
            margin: 13px 0 0 0;
        }
    .productOption input[type=button] {
        font-size: 1em; color:#000;
    }

.div_qty input[type=text] {
    border: 1px solid #FFF;
    border-left: none;
    border-right: none;
    background-color: #FFF;
     font-size: unset;  
    width: 38px;
    height: 40px;
    float: left;
    text-align: center;
    padding: 0px;
    font-size:22px;
    border-radius:0px;
}
.div_qty input[type=button].remove, .div_qty input[type=button].addqty {
    padding: 0px 0px 5px 0px;
    border-radius: 0px;
}
    select.form-qty {
        padding: 3px;
        font-size: 20px;
    }
  
}

