/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 07 2025 | 17:25:48 */
p.noproduct {
    text-align: center;
}
h1.section_heading {
    text-align: center;
}

/*section-heading*/
h2.section_heading {
    margin: 0;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 100px;
    font-size: 40px;
}
h2.section_heading:after, 
h2.section_heading:before {
    display: inline-block;
    content: "";
    border-top: 1px solid #585858;
    width: 4rem;
    height:0;
    margin: 0 15px;
    transform: translateY(-12px);
}
@media(max-width:425px){
    h2.section_heading{
        font-size: 26px;
    }
    h2.section_heading:after, h2.section_heading:before{
        display:none;
    }
}
/*section-heading end*/

/* fixed scrollbar */
div#fixed_detail_Scroll_menu {
    padding: 35px 0;
    background: #f7f7f7;
} 

.scrollmenu {
    max-width: 1170px !important;
    display: table;
    margin: 0 auto;
}

.scrollmenu > a {
    padding: 0 25px;

}
.scrollmenu > a .glyphicon {
    margin-right: 10px;
}
div#fixed_detail_Scroll_menu.sticky{
    position:fixed;
    top:82px;
    z-index:3;
}
@media(max-width:1024px){
    div#fixed_detail_Scroll_menu.sticky{
        position: relative;
        top: 0;
        padding: 15px;
    }
    .scrollmenu > a {
        display: table;
        line-height: 25px;
        border: 1px solid;
        width: 250px;
        margin: 10px auto;
        padding: 5px 12px;
        border-radius: 4px;
    }

}
@media(min-width:1280px){
    div#fixed_detail_Scroll_menu.sticky {
        width: 100%;
        left: 0;
    }
}
/* fixed scrollbar end*/

/* input price range CSS*/


div#categories {
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align:center;
}
div#categories .cat_label {
    margin-bottom: 25px;
    text-align: center;
    color: #000;
    font-size: 20px;
    position: relative;

}
div#categories .cat_ele {
    display: inline-block;
    color: #000;
    padding: 10px 25px;
    margin: 0px 5px 10px;
    background: #f0f0f0;
    border-radius: 5px;
}
div#categories .cat_ele:hover{
    cursor:pointer;
}
div#categories .cat_ele.selected {
    background: #ff6634;
    color: #fff;
}

 .dropdown_block label {
    display: block;
    margin-bottom: 10px;
}
.dropdown_block select {
    border: 1px solid #919191;
    border-radius: 4px;
    padding: 5px;    color: black;
    margin-bottom: 20px;
    width: 295px;
}
.range_slider_area .range_label {
    color: black;
    padding-bottom: 10px;
    text-align:center;
}

  [slider] {
        width: 300px;
        position: relative;
        height: 5px;
        margin: 20px auto;
    }
    
    [slider]>.input_range {
        position: absolute;
        left: 35px;
        right: 35px;
        height: 5px;
    }
    
    [slider]>.input_range>[inverse-left] {
        position: absolute;
        left: 0;
        height: 5px;
        border-radius: 10px;
        background-color: #CCC;
        margin: 0 7px;
    }
    
    [slider]>.input_range>[inverse-right] {
        position: absolute;
        right: 0;
        height: 5px;
        border-radius: 10px;
        background-color: #CCC;
        margin: 0 7px;
    }
    
    [slider]>.input_range>[range] {
        position: absolute;
        left: 0;
        height: 5px;
        border-radius: 14px;
        background-color: #ff6634;
    }
    
    [slider]>.input_range>[thumb] {
        position: absolute;
        top: -7px;
        z-index: 1;
        height: 20px;
        width: 20px;
        text-align: left;
        margin-left: -11px;
        cursor: pointer;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
        background-color: #FFF;
        border-radius: 50%;
        outline: none;
    }
    
    [slider]>input[type=range] {
        position: absolute;
        pointer-events: none;
        -webkit-appearance: none;
        z-index: 3;
        height: 25px;
        top: -10px;
        width: 100%;
        opacity: 0;
    }
    [slider]>input[type=range]:hover {
        cursor: pointer;
    }
    
    div[slider]>input[type=range]:focus::-webkit-slider-runnable-track {
        background: transparent;
        border: transparent;
    }
    
    div[slider]>input[type=range]:focus {
        outline: none;
    }
    
    div[slider]>input[type=range]::-webkit-slider-thumb {
        pointer-events: all;
        width: 28px;
        height: 28px;
        border-radius: 0px;
        border: 0 none;
        background: red;
        -webkit-appearance: none;
    }
    
    div[slider]>input[type=range]::-ms-fill-lower {
        background: transparent;
        border: 0 none;
    }
    
    div[slider]>input[type=range]::-ms-fill-upper {
        background: transparent;
        border: 0 none;
    }
    
    div[slider]>input[type=range]::-ms-tooltip {
        display: none;
    }
    
    [slider]>.input_range>.sign {
        position: absolute;
        margin-left: -11px;
        top: -39px;
        z-index: 2;
        background-color: #ffffff;
        color: #000;
        width: 28px;
        height: 28px;
        border-radius: 28px;
        -webkit-border-radius: 28px;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
        width: 100px;
        border: 1px solid #888585;
    }
    

    
    [slider]>.input_range>.sign>span {
        font-size: 12px;
        font-weight: 700;
        line-height: 28px;
    }
    
    
   [slider]>.input_range>.signed {
    left: -110px !important;
    top: -10px;
}
    [slider]>.input_range>.sign:last-child {
    left: calc(100% + 30px) !important;
    top: -10px;
}

@media(max-width:425px){
    div#categories .cat_ele {
       width: 250px;
    }
     [slider]{
        margin: 20px auto 70px;
    }
    [slider]>.input_range>.signed {
        left: 0px !important;
        top: 25px;
    }
    [slider]>.input_range>.sign:last-child {
        left: calc(100% + -80px) !important;
        top: 25px;
    }
}
    /* input price range CSS end*/

@media(max-width:810px){
   .theme-page .vc_row:first-child .inner-banner-text {
        padding: 50px 0;
        height: 175px;
    }
   
}

.theme-page .vc_row:first-child {
    background-size: 100%;
}
 .see-more-link, .see-more-btn2{
   display: none;
    margin: 0 auto;
    margin-bottom: 20px;
    position:relative;
    height: 0px;
}

.search_btn {
    background: #ff6634;
    color: #fff;
    display: table;
    padding: 10px 25px;
    margin:40px auto;
    border-radius: 5px;
    cursor: pointer;
    
}
.see-more-btn {
    background: #b82d0000;
    border: 2px solid #ff6634;
    color: #ff6634;
    font-weight: bold;
    display: table;
    padding: 10px 25px;
    margin: 20px auto;
    border-radius: 5px;
    cursor: pointer;
}
/*filter bikes css */
.all_bike_filtered_prod, .all_bike_filtered_prod2 {
    display: inline-block;
    width: 100%;
    max-width:1240px;
    margin: 0 auto;
    gap:20px;
}
.all_bike_filtered_prod2{
    margin-bottom: 40px;
}
.all_bike_filtered_prod .single_product ,
.all_bike_filtered_prod2 .single_product{
        width: calc(100% / 4 - 30px);
    display: inline-block;
    float: left;
    margin-right: 40px;  
}

.all_bike_filtered_prod .single_product .single_product_img,
.all_bike_filtered_prod2 .single_product .single_product_img {
    display: block;
    width: 100%;
}
.all_bike_filtered_prod .single_product .single_product_img a ,
.all_bike_filtered_prod2 .single_product .single_product_img a {
    display: block;
    overflow: hidden;
    height: 175px;
}
.single_product_des .single_product_title a {
    text-transform: uppercase;
    color: #ff6634 !important;
    line-height: 3em;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    text-align: center;
}
.single_product_des .single_product_excerpt {
    line-height: initial;
    text-align: center;
    height: 67px;
    font-size: 12px;
    color: black;
}
.single_product_des .single_product_excerpt a {
    color: #ff6634;
    font-weight: bold;
}
.single_product_price .amount {
    text-align: center;
    padding: 13px 0 10px;
    display: block;
    font-size: 22px;
    color: #676666;
}
  .single_product_des {
        position: relative;
    }
    
    .single_product_btn .single_product_btn_para .add_to_cart_button {
           position: absolute;
    width: 124px;
    font-size: 14px;
    border-radius: 3px;
    left: calc(50% - 62px);
    text-align: center;
    top: -75px !important;
    line-height: 20px;
}
.single_product_btn .single_product_btn_para .add_to_cart_button:hover {
    background-color: #e03902 !important;
    text-decoration: none;
}
.single_product_btn .single_product_btn_para {
    display: inline-block;
    width: 100%;
    margin: 15px 0 20px;
}
.single_product_btn .single_product_btn_para .add_to_cart_button {
    position: absolute;
    top: 0;
}
.single_product_btn .single_product_btn_para a#sent_quote_req_id {
    max-width: 240px;
    display: table;
    margin: 0 auto;
    border-radius: 4px;
    font-size: 14px;
}
.single_product_btn .single_product_btn_para a#sent_quote_req_id:hover {
    text-decoration: none;
}
@media(min-width:1024px) and (max-width:1024px){
    .all_bike_filtered_prod .single_product ,
        .all_bike_filtered_prod2 .single_product {
        width: calc(100% / 3 - 20px);
        margin-right: 30px;
    }
    .all_bike_filtered_prod .single_product:nth-child(3n) ,
        .all_bike_filtered_prod2 .single_product:nth-child(3n) {
        margin-right: 0;
    }
}
@media(max-width:1023px){
    .all_bike_filtered_prod ,
        .all_bike_filtered_prod2 {
        width: 640px;
        margin: 0 auto;
        display: table;
    }
    .all_bike_filtered_prod .single_product ,
        .all_bike_filtered_prod2 .single_product {
        width: calc(100% / 2 - 20px);
        margin-right: 40px;
    }
  .all_bike_filtered_prod .single_product:nth-child(2n),
    .all_bike_filtered_prod2 .single_product:nth-child(2n){
      margin-right:0;
  }
  .all_bike_filtered_prod .single_product .single_product_img a ,
    .all_bike_filtered_prod2 .single_product .single_product_img a {
        height: 210px;
    }
   
    .single_product_price .amount {
        padding: 0 0 10px;
    }
}

@media(max-width:425px){
    .all_bike_filtered_prod,
        .all_bike_filtered_prod2{
        width:100%;
        display: block;
    }
    .all_bike_filtered_prod .single_product,
        .all_bike_filtered_prod2 .single_product{
        width:100%;
    }
}
@media(min-width:1025px){
    .all_bike_filtered_prod .single_product:nth-child(4n) ,
        .all_bike_filtered_prod2 .single_product:nth-child(4n) {
        margin-right: 0;
    }
}

/*filter bikes css end*/

/*loader css*/
.search-loader {
  border: 8px solid #e2dfdf;
  border-radius: 50%;
  border-top: 8px solid #ff6634;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin-left: 15px;
  display:none;
  position: absolute;
    top: 20px;
    right: -50px;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.see-more-link, .rtwd-text, .read-less-btn-rtwd, .cyc-wrk-schm-wrk, .read-less-btn-cwsw, .hide-text, .read-less-btn, .read-less-btn-btwd, .btwd-hide-text, .see-more-btn2,  .read-less-btn-cwse, .bike-to-wrk {
    display: none;
}
.read-more-btn, .read-less-btn-btwd, .read-more-btn-btwd{
    color: #ff6634;
    border: 1px solid #ff6634;
    padding: 2px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
}

/* Calculate_Section Css */
.Bikes_section .wpb_column:first-child > .wpb_wrapper {
    display: block;
    width: 100%;
}
 
div#calc-main-subsection > .calculator-section-first > .vc_column-inner {
    padding:  30px!important;
}
h2.widgettitle::after, .box-header::after{
    margin: 0 auto;
    margin-top:13px;
}
h3.box-header.cls-section_heading {
    font-size: 25px;
    text-align: center;
}
.calculator-main .range_label {
    padding-bottom: 15px;
}
.calculator-main  #id-salary{
    padding: 6px 10px;
}
.accessories {
    padding-top: 20px !important;
}
.accessories button#btn-calculate {
    background: #ff6634;
    padding: 5px;
    color: #fff;
    width: 100%!important;
    display: block;
    text-align: center;
    border: 0;
    max-width: 110px;
    border-radius: 4px;
    margin: 0 auto;
}
.search-btn {
    position: relative;
}
.accessories .resultsection {
    display: inline-block;
    margin-top: 15px;
}
.accessories span#id-totalsavedmax {
    display: block;
    padding-top: 7px !important;
}
.accessories div#id-search-loader {
    top: -35px;
    left: 70%;
}
div#calc-main-subsection > .calculator-section-first > .vc_column-inner {
    display: block;
    margin:0 auto 40px;
    max-width: 400px;
}
.calculator-section-first,
.all_bike_filtered_prod2{
    display:none;
}
.search-loader {
    position: absolute;
    top: 0px;
    left: calc(50% + 70px);
}
@media(max-width:425px){
    .range_slider_area [slider] {
        width: 100% !important;
    }
    .calculator-section-first .range_slider_area [slider]>.input_range>.sign:last-child {
        left: calc(50% - 39px) !important;
    }
    .calculator-main [slider]>.input_range {
        width: 100%;
    }
}
/* Calculate_Section Css END */


/*text-with-readmore CSS*/
.margin-top-70 .wpb_wrapper h3 {
    padding: 0 !important;
    margin: 0;
    letter-spacing: 0;
    padding-bottom: 10px !important;
}
.margin-top-70 .wpb_wrapper p {
    margin: 0;
    padding-bottom: 20px;
}
.margin-top-70 .wpb_wrapper .vc_row-fluid {
    margin-bottom: 60px;
}
.margin-top-70 .wpb_wrapper .vc_row-fluid .vc_box_border_grey {
    border-radius: 5px;
    overflow: hidden;
}
.read-more-btn-ctw, .read-more-btn-cwsw, .read-more-btn-rtwd, .read-more-btn-btwd, .read-more-btn-cwse,
.read-less-btn-ctw, .read-less-btn-cwsw, .read-less-btn-rtwd, .read-less-btn-btwd, .read-less-btn-cwse {
    padding: 5px 20px !important;
    width: max-content;
    line-height: 19px;
    font-weight: bold;
    font-size: 14px !important;
    margin-top: 10px;
    border: 2px solid #ff6634 !important;
}
@media(max-width:1023px){
    .text-with-readmore .wpb_column .wpb_column {
        width: 100%;
        margin: 25px 0;
    }
}
/*text-with-readmore CSS END*/
div#categories .cat_label:after {
    position: absolute;
    top: -55px;
    content: 'Quick Search';
    font-size: 20px;
    margin-left: -188px
}


/*for spacing*/
div#calc-main-subsection .vc_row {
    margin-bottom:0;
}
div#calc-main-subsection .text_with_image {
    margin-bottom:60px;
}
@media(max-width:450px){
    .text_with_image {
    margin-bottom: 0 !important;
}

}
/*for spacing end*/
/*CSS for calculator */
#id-cat-type{
    width: 100%;
    padding: 6px 10px;
    margin-top: 5px;
}

@media(min-width:1190px){
    .search-form {
        top: 150px !important;
    }
}