.pagenav li a {
    font-size: 15px;
    font-weight: 500;
}

body.home li.current-menu-item a{
    color: #ffffff !important;
    /*font-weight: 700;*/
} 
body.home li.shop-link a{
    font-weight: 700;
}

.partner_one_third, .partner_one_half{
    border: 1px solid #fff;
    background: #efefef;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-right: 0px;
}

.partner_one_third.one_third {
    width: 33%;
    min-height: 380px;
}
.partner_one_half.one_half {
    width: 49%;
    min-height: 380px;
}

.partner_medium_sec {
    min-height: 470px !important;
}

.one_half.youtube_one_half p:empty {
   display: none;
}

.one_half.youtube_one_half{
    margin-right: 3.3%;
}
.one_half.last{
    margin-right: 0;
}

/* .google-auto-placed{ display: none !important; } */
/* .sidebar .widget .google-auto-placed{ display: block !important; } */

body.single-post .anr_captcha_field{ margin: 10px auto; }


/*.........SHOP..........*/
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 2% 2.992em 0;
    padding: 0;
    width: 23.2%;
    border: 1px solid #f2f2f2;
    background: #fafafa;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
    border: none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    margin: 0;
    font-style: normal !important;
    font-size: 15px;
    line-height: 1.3;
    /*letter-spacing: .5px;*/
    padding: 0 15px;
   
	min-height: 40px;
}
.woocommerce ul.products li.product .price {
    display: block;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 1em;
    padding: 5px 15px;
	min-height: 40px;
}

.woocommerce ul.products li.product .button {
    margin: 5px 15px 15px;
    background-color: #c5a076;
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 15px;
}


.woocommerce-product-search button{
    padding: 8px 15px;
    background-color: #c5a076;
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 18px;
}



.woocommerce-product-search .search-field{width:100%;margin-bottom: 5px;}
.woocommerce-product-search button{width:100%;}

.woocommerce.widget_product_categories{padding-top:0;}


/*...Product detail page......*/
.price span{
    font-size: 17px!important;
    color: #c5a076 !important;
    font-weight: 600;
}

.variations select{
    transition: border-color 200ms ease-out,box-shadow 200ms ease-out;
    /*-webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    box-shadow: 0 1px 6px 0 rgba(34, 34, 34, 0.15);
    display: block;
    font-family: inherit;
    font-size: 16px;
    height: 48px;
    padding-left: 12px;
    padding-right: 36px;
    width: 100%;
    border-radius: 6px;
    background: #FFFFFF;
    border-color: rgba(34, 34, 34, 0.15);
    border-style: solid;
    border-width: 1px;
    color: #222222;
    text-indent: 0.01px;
    cursor: pointer;
    max-width: 250px !important;
    min-width: max-content !important;
}
/*.variations td.value:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 24 24%22%3E%3Cpolygon fill%3D%22%23222222%22 points%3D%2216.5 10 12 16 7.5 10 16.5 10%22%2F%3E%3C%2Fsvg%3E");
    width: 24px;
    height: 24px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}*/
table.variations tr {
    background: transparent;
}
table.variations td {
    text-align: left;
}
.woocommerce div.product form.cart .variations td.label{
    text-align: left;
    font-size: 18px;
    padding-right: 0;
    font-weight:600;
}
.woocommerce .quantity .input-text.qty{
    transition: border-color 200ms ease-out,box-shadow 200ms ease-out;
    box-shadow: 0 1px 6px 0 rgba(34, 34, 34, 0.15);
    display: block;
    font-family: inherit;
    font-size: 18px;
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    width: 90px;
    border-radius: 6px;
    background: #FFFFFF;
    color: #222222;
    cursor: pointer;
}

.woocommerce .single_add_to_cart_button.button{
    transition: border-color 200ms ease-out,box-shadow 200ms ease-out;
    box-shadow: 0 1px 6px 0 rgba(34, 34, 34, 0.15);
    display: block;
    font-family: inherit;
    font-size: 18px;
    height: 45px;
    border-radius: 6px;
    background-color: #c5a076;
    color: #fff;
    cursor: pointer;
    padding: 10px 25px;
    margin-left: 10px;
}

.woocommerce .single_add_to_cart_button:hover,
.woocommerce .single_add_to_cart_button:active,
.woocommerce-product-search button:hover,
.woocommerce-product-search button:active,
.woocommerce ul.products li.product .button:active,
.woocommerce ul.products li.product .button:hover {
    background-color: #515151;
    border: none !important;
}


body.single-product a {
    word-break: initial !important;
    white-space: initial !important;
    word-wrap: initial !important;
}

/*..........OverWrite.........*/

input[type="checkbox"],
.woocommerce-terms-and-conditions-wrapper input,
#ship-to-different-address-checkbox{width:auto;}
.xoo-wsc-body, .xoo-wsc-body span.amount, .xoo-wsc-body a {
    line-height: 1.4;
}

.woocommerce ul.products li.product a img {
    padding: 0;
}

body.woocommerce-page .content .postcontent a {
    max-width: 100% !important;
}
li.current-menu-item a {
    color: #f00 !important;
}
.pagenav.logo-left-menu img {
    max-width: 200px;
    width: 100%;
    margin-left: 20px;
}

@media screen and (max-width: 1520px) and (min-width: 0px){
    .singledefult .blogpost {
        width: 100%; 
    }
}

@media screen and (max-width: 1100px) and (min-width: 0px){
    .partner_one_third.one_third{
        width: 49%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 960px) and (min-width: 0px){
    .one_half.youtube_one_half{
        width: 100%;
    }
	
	.respMenu{
		position: absolute;
    	z-index: 99999;
	}
	
	.pagenav.logo-left-menu{     top: 70px; margin-bottom: 70px;}
	body.home #anariel-slider-wrapper{ margin-top: 60px; }
	
	body.single .content .postcontent li.product a {
        display: inline-block;
    }
	.topBlog.topProduct>a {
        text-align: left;
        position: relative;
        font-size: 22px;
        margin-top: 5px;
        margin-left: 20px;
        color: #c5a076;
        display: inline-block !important;
        top: unset;
        left: unset;
    }
}
@media screen and (min-width: 621px) {

    .grid.gear-manifest .blogpostcategory {
        min-width: initial;
        max-width: 30%; 
    }
    .grid.gear-manifest .main .content.blog-peeps .blogimage img {
        width: 100%;
        max-height: 190px !important;
        min-height: 190px !important;
    }
    .grid.gear-manifest .blog-category a {
        font-size: 12px;
    }
    .mainwrap.blog.sidebar.grid.gear-manifest h2.title a {
        font-size: 14px !important;
        line-height: 1.1;
    }
}

@media screen and (max-width: 620px) and (min-width: 0px){
    .partner_one_third.one_third, .partner_one_half.one_half {
        width: 100%;
        margin-bottom: 30px;
        min-height: auto;
    }
    .partner_medium_sec{ min-height: auto !important; }
    
    body .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        float: none;
    }
    .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
        min-height: auto;
        font-size:16px !important;
    }
    .topBlog.topProduct h1.title {
        padding-top: 5px;
        padding-bottom: 10px;
        font-size: 22px !important;
    }
}

@media screen and (max-width: 410px) and (min-width: 0px){
    body.single .content .postcontent a {
        max-width: auto; 
    }
}

/*-29-03-2023-*/
body, select, textarea {
    max-width: inherit;
}
.page-id-8326 .top-wrapper {
    display: none;
}
.page-id-8326 #headerwrap {
    max-width: inherit;
    position: absolute;
    background: transparent;
}
.page-id-8326 .pagenav {
    background: transparent;
    box-shadow: none;
}
.page-id-8326 .pagenav.fixedmenu {
    max-width: inherit;
}
.page-id-8326 .posttext h1 {
    display: none;
}
.page-id-8326 .content.singlepage {
    margin-top: 0px !important;
}
.page-id-8326 .content.singlepage .postcontent {
    padding: 0;
}
.page-id-8326 .content.singlepage .posttext {
    padding: 0;
}

.page-id-8326 .main {
   width: inherit;
}
.page-id-8326 .content.singlepage {
    max-width: inherit;
}
#header {
    max-width: 100%;
}
.page-id-8467 #headerwrap {
    max-width: 100%;
}
.pagenav.fixedmenu {
    max-width: 100%;
}
/*-about-section-*/
div#about-sec {
    padding: 90px 0;
}
div#about-sec img {
    width: 100%;
}
div#about-sec {
    padding: 50px 0;
    width: 90%;
    max-width: 1300px;
    display: flex;
    margin: 0px auto;
    align-items: center;
}
#rev_slider_17_2_wrapper .grandprix-arrows.tparrows.tp-leftarrow {
    display: none;
}
#rev_slider_17_2_wrapper .grandprix-arrows.tparrows {
    display: none !important;
}
div#gallery h2 {
    font-style: normal !important;
    color: #000;
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center !important;
}
div#gallery .wpb_single_image {
    margin-bottom: 15px;
}
div#gallery strong {
    color: #f00;
}
div#about-sec h5 {
    color: #f00;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 2px;
    font-style: normal !important;
    text-transform: uppercase;
}
div#about-sec p {
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    margin-top: 7px;
}
div#about-sec p a {
    background: #f00;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    font-size: 16px;
}
a.abt-link {
    background: transparent !important;
    color: #f00 !important;
    padding: 0 !important;
}
div#about-sec p a:hover {
    background: #000;
    transition: 0.3s;
}
div#about-sec p:last-child {
    margin-bottom: 0;
}
div#about-sec .bike img {
    width: auto;
}
div#about-sec h2 {
    font-style: normal !important;
    color: #000;
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    margin-top: 10px;
	text-transform:uppercase;
}
div#about-sec .wpb_single_image {
    margin-bottom: 15px;
}
div#about-sec .wpb_text_column {
    margin-bottom: 25px;
}
div#about-sec .wpb_column.vc_column_container.vc_col-sm-6:last-child {
    padding-left: 30px;
}

/*-about-section-*/

/*-shop-sec-*/
div#shop-sec h2 {
    font-style: normal !important;
    color: #000;
    text-transform: uppercase;
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    margin-top: 10px;
}
div#shop-sec {
    background: #f6f6f6;
    padding: 50px 0 30px 0;
}
div#shop-sec h5 {
    color: #f00;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 2px;
    font-style: normal !important;
}
div#shop-sec .vc_column-inner {
    width: 90%;
    max-width: 1300px;
    margin: 0px auto;
}
div#shop-sec ul.products h2 {
    font-size: 20px;
    min-height: 45px;
    line-height: 1.3;
    padding-left: 0;
}
div#shop-sec .wpb_single_image {
    margin-bottom: 15px;
}
div#shop-sec p {
    line-height: 1.4;
    width: 100%;
    max-width: 900px;
    margin: 10px auto;
}
div#shop-sec a.button.wp-element-button.product_type_variable.add_to_cart_button {
    background: #cc1818;
}
div#shop-sec span.price bdi {
    color: red;
}
div#shop-sec .woocommerce ul.products li.product .button {
    margin: 5px 0 15px;
    background-color: transparent;
    color: #000;
    border: none;
    position: relative;
    border-radius: 0;
    font-size: 15px;
    padding-right: 40px;
}
div#shop-sec .price span {
    color: #ff0000 !important;
}
div#shop-sec .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    background: transparent;
	border:none;
}
div#shop-sec a {
    padding-left: 0;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
}
div#shop-sec .woocommerce ul.products li.product .price {
    padding: 5px 0px;
	min-height:inherit;
}
div#shop-sec .woocommerce ul.products li.product .button:after {
    content: "";
    background-image: url(https://onherbike.com/wp-content/uploads/2023/03/arow.png);
    position: absolute;
    width: 33px;
    height: 12px;
    background-repeat: no-repeat;
    margin-left: 7px;
    right: 0;
    margin-top: 3px;
    top: 0;
}
div#shop-sec h2.woocommerce-loop-product__title:hover {
    color: #f00 !important;
    transition: 0.3s;
}
div#shop-sec a.button.product_type_variable.add_to_cart_button:hover {
    color: #f00 !important;
}
div#shop-sec a.vc_general.vc_btn3 {
    background: #f00;
    border: none;
    height: 50px;
    color: #fff;
    border-radius: 0;
    width: 150px;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
}
div#shop-sec p a:hover {
    background: #000;
    transition: 0.3s;
}
div#Latest-Blogs .mega-post-category {
    position: absolute;
    top: 0;
}
/*-shop-sec-*/

/*-youtube-video-*/
div#youtube-sec {
    width: 100%;
    margin: 0px auto;
    max-width: 100%;
    background: #f6f6f6;
    padding: 50px 0 20px 0;
}
div#youtube-sec h5 {
    color: #f00;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 2px;
    font-style: normal !important;
}
div#youtube-sec h2 {
    font-style: normal !important;
    color: #000;
    font-size: 45px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    margin-top: 10px;
    text-transform: uppercase;
}
div#partners .vc_inner:first-child {
    width: 100%;
}
div#youtube-sec p {
    line-height: normal;
    width: 100%;
    max-width: 900px;
    margin: 10px auto;
}
div#youtube-sec .wpb_single_image {
    margin-bottom: 15px;
}
div#youtube-sec .sby_footer {
    margin-top: 30px;
}
div#youtube-sec a {
    padding: 15px 35px;
    background: #f00;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
}
div#youtube-sec a.sby_load_btn {
    background: #000 !important;
    margin-right: 10px;
    text-transform: uppercase;
	border-radius:0;
}
div#youtube-sec span.sby_btn_text {
    color: #fff;
}
div#youtube-sec .sby_footer .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}

/*-youtube-video-*/

/*-gear-i-use-*/
div#gear-i-use {
    padding: 90px 0;
}
div#gear-i-use .vc_column-inner {
    width: 90%;
    margin: 0px auto;
    max-width: 1300px;
}
div#gear-i-use {
    padding: 90px 0;
}
div#gear-i-use h5 {
    color: #f00;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 2px;
    font-style: normal !important;
}
div#gear-i-use h2 {
    font-style: normal !important;
    color: #fff;
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
div#gear-i-use {
    background-image: url(https://onherbike.com/wp-content/uploads/2023/03/para.png?id=8397) !important;
    background-position: inherit;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 50px 0 90px 4px;
}
div#gear-i-use h4 a {
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 5px;
    color: #fff;
    font-family: 'Rajdhani', sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
}
div#gear-i-use .owl-carousel .owl-item img {
    height: 395px;
    object-fit: contain;
    background: #fff;
}
div#gear-i-use .con h4 a:hover {
    color: #e50504;
    transition: 0.3s;
}
div#gear-i-use .con a {
    color: #fff;
    position: relative;
    text-transform: uppercase;
}
div#gear-i-use .con a:hover {
    color: #e50504;
    transition: 0.3s;
}
div#gear-i-use p {
    color: #fff;
    line-height: 1.4;
    width: 100%;
    max-width: 900px;
    margin: 10px auto;
}
div#gear-i-use .vc_col-sm-12.vc_gitem-col.vc_gitem-col-align- {
    padding: 15px;
}
div#gear-i-use .wpb_single_image.wpb_content_element.vc_align_center {
    margin-bottom: 15px;
}
div#gear-i-use a.vc_general.vc_btn3:after {
    content: "";
    background-image: url(https://onherbike.com/wp-content/uploads/2023/03/arow.png);
    position: absolute;
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    margin-left: 7px;
    margin-top: 6px;
    max-width: 100px;
}
div#gear-i-use a.vc_general.vc_btn3 {
    background: transparent;
    color: #e50504;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
div#gear-i-use .vc_gitem-post-data {
    margin-bottom: 0;
}
div#gear-i-use .vc_btn3-container.vc_btn3-center a:after {
    display: none;
}
div#gear-i-use .vc_custom_heading p {
    display: none;
}
div#gear-i-use .vc_btn3-container.vc_btn3-center a {
    background: #f00;
    border: none;
    height: 50px;
    color: #fff;
    width: 150px;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 0;
    font-size: 16px;
    line-height: 1.5;
    font-family: inherit;
    text-transform: uppercase;
}
div#shop-sec a.vc_general.vc_btn3:hover {
    background: #000;
    transition: 0.3s;
}
div#gear-i-use .vc_btn3-container.vc_btn3-left {
    margin-bottom: 0;
}
div#gear-i-use button.vc_general.vc_btn3 {
    background: #e50504;
    border: none;
    color: #fff;
    width: 150px;
    font-weight: 600;
    font-size: 16px;
    font-family: inherit;
    text-transform: uppercase;
}
div#gear-i-use .cycle-slideshow {
    margin-right: 30px;
}
div#gear-i-use .home-gear-i-use.owl-carousel.owl-theme {
    display: flex;
}

div#gear-i-use .con h4 {
    margin-top: 15px;
    text-transform: uppercase;
}
div#gear-i-use .con a.read-more:after {
    content: "";
    background-image: url(https://onherbike.com/wp-content/uploads/2023/03/arow-white.png);
    position: absolute;
    width: 33px;
    height: 12px;
    background-repeat: no-repeat;
    right: 0;
    margin-top: 8px;
    top: 0;
    left: 85px;
}
.vc_gitem-zone {
    background-size: contain !important;
}
li.vc_grid-filter-item.vc_active {
    background: #000 !important;
}
/*-gear-i-use-*/




/*-partner-*/
div#partners {
    padding: 50px 0 50px 0;
}
div#partners .logo-carousel .vc_inner {
    width: calc(25% - 20px);
    margin: 15px 10px;
    padding: 0;
    box-sizing: border-box;
}
div#partners .wpb_raw_code.wpb_content_element.wpb_raw_html {
    margin-bottom: 0;
}
div#partners .vc_inner:first-child {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
div#partners .logo-carousel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
div#partners h2 {
    font-style: normal !important;
    color: #000;
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
div#partners h5 {
    color: #f00;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 2px;
    font-style: normal !important;
}
div#partners .vc_carousel-slideline {
    margin-top: 50px;
}
div#partners .vc_column-inner {
    width: 90%;
    margin: 0px auto;
    max-width: 1300px;
}
div#partners .vc_carousel-slideline {
    margin-top: 50px;
}
div#partners .wpb_single_image {
    margin-bottom: 15px;
}
div#partners img {
    max-width: 230px;
    width: 100%;
    height: 50px;
    text-align: center;
    display: block;
    object-fit: contain;
    margin: 0px auto;
}

div#partners .vc_images_carousel .vc_carousel-control .icon-next:before {
    top: -4px;
}

div#partners .vc_images_carousel .vc_carousel-control {

    opacity: 1;
}
div#partners button.owl-prev {
    background: #f00;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    position: absolute;
    height: 40px;
    left: -30px;
    top: 0;
}
div#partners button.owl-next {
    background: #f00;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    width: 40px;
    height: 40px;
    right: -30px;
    top: 0;
}
div#partners button.owl-next:hover {
    background: #000;
    transition: 0.3s;
}
div#partners button.owl-prev:hover {
    background: #000;
    transition: 0.3s;
}
#logo img {
    max-height: 50px;
}
div#partners .vc_images_carousel .vc_carousel-control .icon-prev:before {
    top: -4px;
}

div#partners .vc_inner:first-child img {
    max-width: 400px;
    height: auto;
    margin-bottom: 20px;
}
div#partners .vc_inner {
    text-align: center;
}
div#partners span {
    font-size: 30px;
    color: #fff;
}

/*-pagener-*/

/*-Latest-Blogs-*/
div#Latest-Blogs .home-posts {
    width: 90%;
    margin: 0px auto;
    max-width: 1300px;
    display: flex;
}
.blogsingleimage img {
    width: 100%;
}
div#Latest-Blogs span {
    color: #f20504;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}
div#Latest-Blogs .cycle-slideshow {
    width: calc(33.33% - 20px);
    margin-right: 30px;
}
div#Latest-Blogs {
    padding: 50px 0 20px 0;
}
div#Latest-Blogs .cycle-slideshow:last-child
{
	    margin-right: 0px;
}
div#Latest-Blogs h2 {
    font-style: normal !important;
    color: #000;
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
div#Latest-Blogs h5 {
    color: #f00;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 2px;
    font-style: normal !important;
}
div#Latest-Blogs .wpb_single_image {
    margin-bottom: 15px;
}
div#Latest-Blogs a.read-more {
    text-transform: uppercase;
    color: #000;
    position: relative;
    font-weight: 700;
}
div#Latest-Blogs a:hover {
    color: #f00;
}
div#Latest-Blogs .home-posts p {
    margin-top: 5px;
    line-height: 1.7;
    color: #000;
    margin-bottom: 10px;
}
div#Latest-Blogs .vc_pageable-slide-wrapper.vc_clearfix {
    width: 90%;
    margin: 30px auto;
    max-width: 1300px;
}
div#Latest-Blogs h4 {
    font-style: normal !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    margin-top: 5px;
    text-transform: uppercase;
}
div#Latest-Blogs h4 a {
    font-size: 30px;
    line-height: 1.5;
    color: #000;
}
div#Latest-Blogs .home-posts {
    width: 90%;
    margin: 0px auto;
    max-width: 1300px;
}
div#Latest-Blogs a.read-more:after {
    content: "";
    background-image: url(https://onherbike.com/wp-content/uploads/2023/03/arow.png);
    position: absolute;
    width: 33px;
    height: 12px;
    background-repeat: no-repeat;
    right: 0;
    margin-top: 8px;
    top: 0;
    left: 100px;
}
div#Latest-Blogs a.vc_general {
    background: #f00;
    border: none;
    color: #fff;
    width: 150px;
    font-weight: 600;
    border-radius: 0;
    font-size: 16px;
    font-family: inherit;
    text-transform: uppercase;
}
div#Latest-Blogs a.vc_general:hover {
    background: #000;
    transition: 0.3s;
}
div#Latest-Blogs .vc_btn3-container {
    margin-top: 50px;
}
/*-Latest-Blogs-*/


/*-review-*/
div#reviews {
    padding: 90px 0 55px 0;
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
}
div#reviews .owl-theme .owl-nav {
    margin-top: 30px;
}
div#reviews h2 {
    font-style: normal !important;
    color: #000;
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
div#reviews h5 {
    color: #f00;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 2px;
    font-style: normal !important;
}
div#reviews .wpb_single_image {
    margin-bottom: 15px;
}
div#reviews .cycle-slideshow img {
    border-radius: 50%;
    width: 150px;
    text-align: center;
    height: 150px;
    margin: 0px auto;
}
div#reviews h4 {
    font-size: 25px;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif !important;
    font-style: normal !important;
    text-transform: uppercase;

}
div#reviews h4 a {
    color: #000 !important;
}
div#reviews p {
    width: 100%;
    max-width: 900px;
    margin: 8px auto;
    line-height: 1.6;
}
div#reviews a.read-more {
    font-size: 16px;
    text-transform: uppercase;
	font-weight: 700;
	position:relative;
}
div#reviews .con {
    text-align: center;
    margin-top: 30px;
}
div#reviews .con span {
    display: none;
}
div#reviews a.read-more:hover {
    transition: 0.3s;
    color: #e50504;
}
div#reviews a.read-more:after {
    content: "";
    background-image: url(https://onherbike.com/wp-content/uploads/2023/03/arow.png);
    position: absolute;
    width: 33px;
    height: 12px;
    background-repeat: no-repeat;
    right: 0;
    margin-top: 8px;
    top: 0;
    left: 100px;
}
div#reviews button.owl-prev {
    background: #f00;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
}
div#reviews button.owl-next {
    background: #f00;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
}
div#reviews span {
    font-size: 30px;
    color: #fff;
}
/*-review-*/


/*-footer-*/
div#footer {
    background: #000;
    padding: 50px 0;
}
#footer, .block3, #footerbwrap {
    background: #f00;
}
div#footerb {
    border: none;
}
div#footerb .left-footer-content {
    color: #fff;
    font-size: 16px;
}
div#footerinside {
    width: 90%;
    max-width: 1300px;
    margin: 0px auto;
}
#footerb {
    margin: 0 auto;
    max-width: 1300px !important;
    width: 90%;
}
div#footerb .right-footer-content {
    color: #fff;
    font-size: 16px;
}
#footer p, #footer div, #footer a, #footer input, #footer, #footer h1, #footer h2, #footer h3, #footer h4, #footer i, .copyright {
    color: #fff;
}
#rev_slider_17_2_wrapper .ares .tp-bullet {
    display: none;
}
#headerwrap {
    max-width: 100%;
}
#footer .social_icons a i:hover {
    color: #f00;
}

#footer .widgett .social_icons a i.fa.fa-tiktok:after {
    content: "";
    height: 15px;
    width: 15.44px;
    display: block;
    background: url(https://onherbike.com/wp-content/uploads/2023/04/tikk.png);
    background-size: contain;
}
div#footer a:hover {
    color: #f00;
}
/*-footer-*/



/*-aboutus-*/
.page-id-8467 .posttext h1 {
    display: none;
}
.top-wrapper {
    display: none;
}

div#back-in-the {
    background: url(https://onherbike.com/wp-content/uploads/2023/04/paralax-2.jpg);
    padding: 70px 15px;
    background-repeat: no-repeat;
    background-size: cover;
}
div#back-in-the.new-home {
    background: url(https://onherbike.com/wp-content/uploads/2023/04/new-home.jpg);
    position: relative;
    margin: 0;
    overflow: hidden;
    display: block;
}
div#back-in-the.new-home .wpb_column.vc_column_container.vc_col-sm-12 {
    position: relative;
    z-index: 999;
}
div#back-in-the.new-home:after {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.5;
}


.page-id-8467 .content.singlepage {
    max-width: inherit;
}
.page-id-8467 .main {
    width: inherit;
}
div#back-in-the h2 {
    font-style: normal !important;
    color: #fff;
    font-size: 38px;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    margin-top: 10px;
    text-transform: uppercase;
}
div#back-in-the .vc_column-inner {
    padding-top: 0;
}
div#about-sec.dream a {
    background: transparent;
    color: #f00;
    padding: 0;
}
div#about-sec.dream.work {
    padding-top: 0px;
}
div#about-sec.dream h2 {
    font-size: 38px;
}
div#about-sec.dream a:hover {
    background: transparent;
}
div#back-in-the .wpb_single_image {
    margin-bottom: 15px;
}
div#back-in-the p {
    padding-top: 0;
    color: #ffff;
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
}
div#back-in-the .wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}
div#back-in-the strong {
    color: #f00;
}
div#back-in-the p {
    line-height: 1.8;
}
div#about-sec.dream strong {
    color: #f00;
}
div#about-sec.dream .vc_column-inner {
    padding: 0;
}
div#about-sec.dream.work.accident {
    padding-bottom: 0px;
    padding-top: 90px;
}
div#about-sec.about-me strong {
    color: #f00;
}
div#about-sec.About-me strong {
    color: #f00;
}
div#about-sec.About-me .wpb_text_column.wpb_content_element {
    margin-bottom: 15px;
}
div#about-sec.About-me p a {
    margin-top: 10px;
}
div#about-sec.dream .wpb_text_column.wpb_content_element {
    margin-bottom: 15px;
}
div#about-sec.dream .wpb_column.vc_column_container.vc_col-sm-6:last-child {
    padding-left: 50px;
}
div#about-sec.dream
{
	padding-bottom:0px;
	padding-top:90px;
}
div#about-sec.About-me h2 {
    font-size: 38px;
}
div#about-sec.dream.taste {
    padding-bottom: 90px;
    padding-top: 50px;
}
div#three-images {
    width: 90%;
    margin: 0px auto;
	padding-bottom:70px;
    max-width: 1300px;
}
div#about-sec.About-me {
    padding-bottom: 30px !important;
    padding-top: 50px;
}
div#gallery .vc_column-inner {
    width: 90%;
    margin: 0px auto;
    max-width: 1300px;
}
div#gallery .wpb_column.vc_column_container.vc_col-sm-3 {
    text-align: center;
}
div#gallery {
    padding: 90px 0;
    margin-top: 90px;
    background: #f6f6f6;
}
div#gallery p {
    margin-top: 0;
}
div#gallery p i {
    font-size: 50px;
    color: #f00;
}
div#gallery .wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}
div#gallery .wpb_column.vc_column_container.vc_col-sm-3 {
    background: #ffff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 1px 1px 13px 0px #ddd;
    margin-right: 25px;
    width: calc(25% - 25px);
}
div#gallery h3 a:hover {
    color: #f00;
}
div#gallery h3 a {
    font-family: 'Rajdhani', sans-serif !important;
    font-style: normal !important;
    font-weight: 700;
    color: #000;
}
.mainwrap {
    padding-bottom: 0;
}
div#Tour-de-oz .vc_column-inner {
    width: 90%;
    margin: 0px auto;
    max-width: 1300px;
}
div#Tour-de-oz {
    padding: 90px 0;
    background: #f6f6f6;
    margin-top: 90px;
}
div#about-sec.dream.work.accident.there-yet .wpb_column.vc_column_container.vc_col-sm-6:last-child {
    padding-left: 0;
}
div#about-sec.dream.work.accident.there-yet .wpb_column.vc_column_container.vc_col-sm-6:first-child {
    padding-right: 50px;
}
div#Tour-de-oz h2 {
    font-style: normal !important;
    color: #000;
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    margin-top: 10px;
    text-transform: uppercase;
}
div#Tour-de-oz .wpb_single_image {
    margin-bottom: 15px;
}
div#Tour-de-oz .wpb_text_column.wpb_content_element {
    margin-bottom: 15px;
}
div#Tour-de-oz strong {
    color: #f00;
}
div#Tour-de-oz p {
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    margin-top: 15px;
}
div#about-sec.dream.work.accident.do-some-good {
    padding-top: 0px;
}
div#about-sec.dream.taste .wpb_column.vc_column_container.vc_col-sm-6:first-child {
    padding-right: 50px;
}
div#about-sec.dream.taste .wpb_column.vc_column_container.vc_col-sm-6:last-child
{
	padding-left:0;
}
div#about-sec.dream.work.accident.there-yet {
    padding-top: 50px;
    padding-bottom: 50px;
}
li#menu-item-2812-7680, li#menu-item-9303-7672, li#menu-item-685-7671 {
    display: none !important;
}

/*-aboutus-*/

/*-shoppage-*/
.shop_page h1 {
    font-style: normal !important;
    color: #000;
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    margin-top: 10px;
    text-transform: uppercase;
}
.shop_page .sidebar .widget h3 {
    font-size: 22px !important;
    font-weight: 700;
    font-style: normal !important;
    color: #000;
    font-family: 'Rajdhani', sans-serif !important;
    text-align: left;
}
.shop_page .woocommerce-product-search button {
    background-color: #f00;
	font-family: 'Rajdhani', sans-serif !important;
}
.shop_page .woocommerce-product-search .search-field {
    padding: 0 15px;
    font-family: Open Sans, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    margin-bottom: 10px;
}
.shop_page .woocommerce-product-search button {
    background-color: #f00;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Open Sans, "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif !important;
}
.shop_page .woocommerce ul.products li.product .button {
    background-color: transparent;
    color: #000;
    text-transform:uppercase;
}
.shop-banner img.banner-img {
    width: 100%;
    margin-top: 0;
    border-radius: 0;
}
.shop-banner .banner-img {
    margin-top: 0px !important;
    box-shadow: inherit;
}
.shop-banner {
    margin-top:0px !important;
}
.shop_page h2 {
    font-size: 20px !important;
	font-style: normal !important;
    color: #000;
    letter-spacing: 1px;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    margin-top: 10px;
	text-transform:uppercase;
}
.shop_page .woocommerce ul.products li.product .button:after {
    content: "";
    background-image: url(https://onherbike.com/wp-content/uploads/2023/03/arow.png);
    position: absolute;
    width: 33px;
    height: 12px;
    background-repeat: no-repeat;
    margin-left: 7px;
    right: 0;
    margin-top: 3px;
    top: 0;
}
.shop_page .price span {
    color: #f00 !important;
}
.shop_page .woocommerce ul.products li.product .button {
    background-color: transparent !important;
    color: #000;
    text-transform: uppercase;
    padding-right: 40px;
    position: relative;
    margin: 5px 0 15px;
}
.shop_page h2.woocommerce-loop-product__title:hover {
    color: #f00 !important;
    transition: 0.3s;
}
.shop_page nav.woocommerce-pagination {
    margin-bottom: 90px;
}
.shop_page a.button.product_type_variable.add_to_cart_button:hover {
    color: #f00 !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #f00;
    color: #fff;
}
.shop_page .woocommerce ul.products li.product .button {
    padding-top: 0;
    padding-bottom: 0;
}
.shop_page .sidebar .widget h3:before {
    background: #f00;
}
.shop_page .widget ul li a {
    font-size: 15px;
    color: #000;
}
.shop_page span.count {
    color: #f00;
}
.shop_page ul.product-categories li a {
    font-size: 15px !important;
}
.shop_page .woocommerce ul.products li.product .price {
    min-height: inherit;
}
.shop_page ul.product-categories li a:hover {
    color: #f00 !important;
}
.shop_page .woocommerce.columns-4 ul.products.columns-4 {
    display: flex;
    flex-wrap: wrap;
}
.shop_page .woocommerce.columns-4 ul.products.columns-4 li {
    border: 1px solid #ddd;
    border-radius: 5px;
}
.shop_page .sidebar .widget h3:before {
    content: "";
    position: absolute;
    background: #f00;
    height: 4px;
    width: 50px;
    bottom: 0;
    right: 0;
    transform: translateX(50%);
    margin-top: -10px;
    top: 50px;
    left: -24px;
}

div#gear li.vc_grid-filter-item {
    font-family: 'Rajdhani', sans-serif !important;
}
.woocommerce button.button.alt.disabled
{
	background-color: #ff0000;
    color: #fff;
    opacity: initial;
}
.single-default .price span {
    color: #ff0000 !important;
}
.woocommerce button.button.alt.disabled:hover
{
	background-color: #000;
    transition:0.3s;
}
.topBlog.topProduct a {
    color: #000;
    font-size: 25px;
}
.shop_page .sidebar .widget_text.widget.widget_custom_html {
    display: none;
}
.shop-banner {
    position: relative;
}
.shop-banner:after {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.4;
    top: 0;
}
.shop-page-content {
    position: absolute;
    left: 110px;
    text-align: center;
    top: 200px;
    z-index: 999;
}
.shop-page-content h2 {
    color: #f00;
    font-size: 40px !important;
}
.shop-page-content h4 {
    color: #fff;
    font-size: 40px !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-style: normal !important;
    font-weight: 700;
    text-transform: uppercase;
}
/*-shoppage-*/

/*-gear-i-use-*/
.page-id-8737 h1 {
    display: none;
}
.page-id-8737 .content.singlepage .posttext {
    padding: 0;
}
.page-id-8737 .content.singlepage {
    padding-top: 0;
    float: left;
    width: 100%;
    margin-top: 0;
    max-width: 1180px;
}

.content.singlepage .postcontent {
    padding: 0;
}
.content.singlepage .vc_column-inner {
    padding-top: 0;
}

div#gear-i-use-new h2.vc_custom_heading {
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
div#gear h4 {
    font-size: 20px !important;
    font-style: normal !important;
    color: #000;
    letter-spacing: 1px;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    margin-top: 10px;
    text-transform: uppercase;
    cursor: pointer;
    min-height: 48px;
}
div#gear li.vc_grid-filter-item {
    background: #f00;
    margin-top: 10px;
    margin-right: 5px;
}
div#gear span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
div#gear .vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
    padding: 2px 20px;
    border-radius: 5px;
}
.shop-banner img {
    vertical-align: middle;
}
ul.vc_grid-filter {
    margin-top: 0;
    margin-bottom: 50px;
}
.fixedmenu .logo-fixedmenu img {
    max-height: 50px;
}
div#gear-i-use-new h2.vc_custom_heading {
    left: 15%;
    top: 32%;
    margin: 0 auto;
    font-size: 60px;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
}
 

div#gear-i-use-new {
    height: 42.9vw;
    display: flex;
    padding: 20px;
}
div#gear-i-use-new>.wpb_column.vc_column_container {
    display: flex;
    align-items: center;
}
div#gear li.vc_grid-filter-item:hover {
    background: #000;
    transition: 0.3s;
}
div#gear .vc_btn3 {
    background-color: transparent;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 40px;
    padding-left: 0;
    padding-top: 0;
    margin: 5px 0 15px;
    padding-bottom: 0;
    position: relative;
}
div#gear .vc_btn3-container.vc_btn3-left {
    text-align: left;
    margin-bottom: 0;
}
div#gear .vc_gitem-post-data {
    margin-bottom: 5px;
}
div#gear-i-use-new {
    position: relative !important;
}
div#gear-i-use-new .wpb_column.vc_column_container.vc_col-sm-12 {
    position: relative;
    z-index: 999;
}
div#gear-i-use-new:after {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
}
div#gear .vc_btn3-container.vc_btn3-left a:after {
    content: "";
    background-image: url(https://onherbike.com/wp-content/uploads/2023/03/arow.png);
    position: absolute;
    width: 33px;
    height: 12px;
    background-repeat: no-repeat;
    margin-left: 7px;
    right: 0;
    margin-top: 5px;
    top: 0;
}
div#gear .vc_btn3:hover {
    color: #f00;
    transition: 0.3s;
}
div#gear .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
    display: none;
}
div#gear h4:hover {
    color: #f00;
    transition: 0.3s;
}
div#gear .vc_gitem-zone-mini {
    background: #fff;
}
div#gear .vc_grid-item-mini {
    border: 1px solid #ddd;
}
div#gear .vc_grid-pagination .vc_grid-pagination-list {
    margin: 50px 0 0px !important;
}
div#gear  .vc_grid-pagination .vc_grid-pagination-list>li>a, .vc_grid-pagination .vc_grid-pagination-list>li>span {
    background-color: #ff0000;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey>li>a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey>li>span {
    background-color: #ff0000!important;
    border-color: #ebebeb!important;
    color: #fff!important;
    font-size: 1em;
}
div#gear .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default>li>a {
    min-width: 38px;
    background: #fff !important;
    color: #000 !important;
    padding: 8px;
}
div#gear .main {
    width: 1300px;
}
div#gear {
    padding: 46px 0;
}
div#gear .vc_grid-pagination li.vc_grid-page:hover {
    background: #f00 !important;
    transition: 0.3s;
    opacity: inherit;
}
.pagenav.fixedmenu ul li:nth-child(2) {
    display: none;
}
.pagenav.fixedmenu ul li:nth-child(4) {
    display: none;
}
.pagenav.fixedmenu ul li:nth-child(5) {
    display: none;
}
section.related.products h2 {
    margin-bottom: 30px;
    font-family: 'Rajdhani', sans-serif !important;
    font-style: normal !important;
    font-weight: 700;
    color: #000;
}
.related.products h2.woocommerce-loop-product__title {
    font-size: 20px !important;
}
.woocommerce ul.products li.product .button {
    background-color: #ff0000;
    margin-top: 0;
}
.topBlog.topProduct h1.title {
    font-style: normal !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700;
}
.logo-inner {
    margin-left: inherit;
}
.woocommerce ul.products li.product .button:hover {
    background: #000;
    transition: 0.3s;
}
.blogpost table th {
    background: transparent;
    line-height: 50px !important;
}
.pagenav {
    display: flex;
    align-items: center;
}
.pagenav.fixedmenu {
    display: none;
}
/*-gear-i-use-*/




/*-media-query-*/

@media screen and (max-width:1520px)
{
	.page-id-8326 .pagenav {
    padding: 0 !important;
}
.page-id-8326 .main {
    width: inherit;
    padding-left: 0;
}
.page-id-8326 .logo-inner {
    margin-left: 0;
}
div#footer {
    width: 100%;
}
}

@media screen and (max-width:1520px) and (min-width:961px)
{
	#header {
    width: 95%;
}
}

@media screen and (max-width:1440px)
{
	.main.clearfix {
    padding-left: 0;
}
.logo-left-menu div#logo {
    margin: 10px 0 0px 10px;
}
.sidebar.shop-page .content.singlepage.latest {
    width: calc(77% - 50px) !important;
    max-width: initial;
    margin-right: 50px !important;
}

}

@media screen and (max-width:1240px)
{
	div#gallery .wpb_column.vc_column_container.vc_col-sm-3 {
    padding: 20px;

}
}

@media screen and (max-width:1024px)
{
	div#about-sec.dream {
    flex-direction: column;
}
div#about-sec.About-me .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0;
}
div#about-sec {
    padding: 70px 0;
}
div#about-sec.dream .vc_col-sm-6 {
    width: 100%;
}
div#about-sec.dream .wpb_column.vc_column_container.vc_col-sm-6:last-child {
    padding-left: 0;
}
div#about-sec.dream.taste .wpb_column.vc_column_container.vc_col-sm-6:first-child {
    order: 2;
}
div#gallery h2 {
    margin-bottom: 30px;
}
div#about-sec.dream.work.accident {
    padding-bottom: 70px;
}
div#about-sec figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey {
    width: 100%;
}
.sidebar.shop-page .content.singlepage.latest {
    width: calc(77% - 6px) !important;
    max-width: initial;
    margin-right: 6px !important;
}
.shop_page .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: calc(33% - 15px);
    margin-right: 15px;
}
.shop_page .woocommerce.columns-4 ul.products.columns-4 li {
    margin-bottom: 25px;
}
.shop_page nav.woocommerce-pagination {
    margin-bottom: 50px;
}
}



@media screen and (max-width:1180px) and (min-width:961px)
{
	.resp_menu_button .fa-list-ul:before {
    color: #fff;
}
.pagenav.logo-left-menu div#logo {
    width: 20% !important;
    float: left;
    top: -60px;
}
.respMenu {
    width: 100% !important;
    text-align: right;
}
.page-id-8467 .pagenav.logo-left-menu div#logo {
    top: 0;
}
.page-id-8467 .resp_menu_button {
    top: 35%;
    right: 30px;
}
.page-id-8467 .respMenu .menu-main-menu-container {
    display: none;
}
#headerwrap {
    background: #000;
}
.pagenav.logo-left-menu img {
    margin-left: 0;
}
.pagenav.logo-left-menu {
    position: absolute;
    padding-left: 0;
    background: transparent;
    box-shadow: inherit;
	min-height:87px;
	top:0;
}
body.home .pagenav.logo-left-menu>a {
    position: absolute;
    top: 13px;
    left: 15px;
}

}


@media screen and (max-width:1180px)
{
	.pagenav {
    margin-left: 0;
}
div#gear {
    padding: 0 0;
}
}

@media screen only (max-width:980px)
{
	div#gear .vc_col-sm-3 {
    width: 50% !important;
}
}

@media screen and (max-width:960px)
{
	.respMenu
	{
		background:#000;
	}
.respMenu.noscroll {
    float: right !important;
    text-align: right;
    margin-right: 60px;
	border: none !important;
}
.pagenav.logo-left-menu img {
    max-width: 320px;
    width: 100%;
    margin-left: 20px;
    margin-top: 10px;
}
.respMenu.noscroll .fa-list-ul:before {
    content: "\f0ca";
    color: #fff;
}
.resp_menu_button {
    margin-left: -56px;
}
.respMenu {
    z-index: inherit;
}
div#logo img {
    margin-top: 0;
}
.pagenav.logo-left-menu {
    top: 12px;
    margin-bottom: 0;
    background: transparent;
    box-shadow: none;
}

.pagenav {
    padding: 0 !important;
    width: 100% !important;
    top: 3px;
    max-width: 200px;
}


.pagenav.logo-left-menu #logo {
    width: 140px !important;
}
.logo-inner {
    margin-left: 40px;
}
}




@media screen and (max-width:1024px)
{
	.main.clearfix {
    padding-left: 0 !important;
	 padding-right: 0 !important;
}
div#about-sec {
    flex-direction: column;
}
div#about-sec {
    padding: 50px 0 30px;
}
div#about-sec .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
}
div#about-sec .wpb_column.vc_column_container.vc_col-sm-6:last-child {
   padding-left: 0px;
}
div#shop-sec {
    background: #f6f6f6;
    padding: 50px 0 50px 0;
}
div#about-sec .vc_column-inner {
    padding: 0;
}
div#shop-sec ul.products h2 {
    min-height: 0;
    font-size: 18px !important;
}
div#shop-sec li.product.type-product {
    margin-bottom: 20px;
}
div#shop-sec .woocommerce ul.products li.product .price {
    margin-bottom: -3px;
    padding: 0;
}
div#youtube-sec {
    padding: 50px 0 50px 0;
}
div#Latest-Blogs .cycle-slideshow {
    width: 100%;
    margin-bottom: 30px;
}
div#Latest-Blogs .home-posts {
    flex-direction: column;
}
div#gear-i-use {
    padding: 50px 0 110px 0;
}
div#partners {
    padding: 50px 0;
}
div#gear-i-use h4 a {
    font-size: 20px;
}
div#partners button.owl-next {
   position: inherit;
}
div#partners button.owl-prev {
   position: inherit;
}
div#shop-sec ul.products.columns-4 li {
    width: 50%;
    margin-right: 0;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}
div#Latest-Blogs {
    padding: 50px 0 50px 0;
}
div#reviews {
    padding: 50px 0 50px 0;
}
div#footer {
  padding:0;
}
div#footer .social_icons {
    float: left;
}
div#footer .social_icons {
    padding-top: 0;
}
#footer  .footer_widget3 .widget {
    padding-top: 0;
}
.pagenav.logo-left-menu #logo {
    float: left;
}
div#three-images {
    padding-bottom: 20px;
}
div#three-images .vc_column_container>.vc_column-inner {
    padding-left: 0;
}
div#about-sec.About-me {
    padding-bottom: 30px !important;
    padding-top: 20px;
}
div#about-sec.dream.work.accident {
    padding-bottom: 50px;
}
div#about-sec.About-me figure.wpb_wrapper.vc_figure  {
    width: 100%;
}
div#about-sec.About-me figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey {
    width: 100%;
}
div#about-sec.dream figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey {
    width: 100%;
}
div#about-sec.dream figure.wpb_wrapper.vc_figure  {
    width: 100%;
}
div#about-sec.About-me .bike-icon 
figure.wpb_wrapper.vc_figure {
    width: inherit;
}
div#about-sec.dream .bike-icon figure.wpb_wrapper.vc_figure {
    width: inherit;
}
div#about-sec.dream {
    padding-bottom: 0px;
    padding-top: 50px;
}
div#about-sec.dream.taste {
    padding-bottom: 50px;
}
div#Tour-de-oz {
    padding: 50px 0;
    margin-top: 50px;
}
div#about-sec.dream.work.accident {
    padding-top: 50px;
}
div#about-sec.dream.work.accident.there-yet .wpb_column.vc_column_container.vc_col-sm-6:first-child {
    order: 2;
}
div#gallery {
    padding: 50px 0;
    margin-top: 0px;
}
div#about-sec.dream.work.accident.there-yet {
    padding-top: 0;
    padding-bottom: 50px;
}
div#gallery h2 {
    font-size: 38px;
}
div#gallery .wpb_column.vc_column_container.vc_col-sm-3 {
    width: calc(50% - 25px);
    margin-bottom: 30px;
}
div#three-images figure.wpb_wrapper.vc_figure {
    width: 100%;
}
div#three-images figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey {
    width: 100%;
}
div#three-images figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey img.vc_single_image-img.attachment-full {
    width: 100%;
    margin-bottom: 30px;
}
div#three-images .vc_column_container>.vc_column-inner {
    padding-left: 0;
}

div#gear h4 {
    min-height: 72px;
}
}

@media screen and (max-width: 980px)
{
	div#gear .vc_col-sm-3 {
    width: 33.33%;
}
}

@media screen and (max-width:768px)
{
 .vc_responsive .vc_grid-filter:not(.vc_gitem-post-data) {
    display: block!important;
}
.vc_responsive .vc_grid-filter-select {
    display: none;
}
}
@media screen and (min-width:767px)
{
	.shop-page-content {
    left: 50px;
    top: 140px;
}
}
@media screen and (max-width:767px)
{
	div#shop-sec ul.products.columns-4 li {
    width: 100%;
}
div#partners .owl-theme .owl-nav {
    margin-top: 30px;
}
div#partners span {
    font-size: 25px;
}
div#partners button.owl-next {
    width: 35px;
    height: 35px;
}
div#partners button.owl-prev {
    width: 35px;
    height: 35px;
}
div#Latest-Blogs .vc_btn3-container {
    margin-top: 0;
}
div#Latest-Blogs .wpb_text_column.wpb_content_element {
    margin: 0;
}
div#reviews .owl-theme .owl-nav {
   margin-top: 0px;
}
div#reviews .wpb_text_column.wpb_content_element {
    margin: 0;
}
div#youtube-sec [id^=sb_youtube_].sb_youtube.sby_col_3 .sby_items_wrap .sby_item {
    width: 100%;
}
.footer_widget .footer_widget1, .footer_widget .footer_widget3 {
   display: block !important;
}
div#footer {
    padding: 0 0;
}
#footer .social_icons {
    margin-top: 0;
    padding-top: 0;
}
#footer  .footer_widget3 .widget {
    padding-top: 0;
}
div#footer .footer_widget3 {
    margin-top: 0;

}
.footer_widget1 {
    margin-bottom: 0px;
}
div#footer .footer_widget1 {
    padding-top: 0;
}
#footerb .copyright {
    margin-top: 15px;
}
div#footerb .right-footer-content {
    margin-top: 0;
}
div#three-images figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey img.vc_single_image-img.attachment-full {
    margin-bottom: 0;
}
div#about-sec.dream.taste .wpb_column.vc_column_container.vc_col-sm-6:first-child {
    padding-right: 0;
}
div#about-sec.dream.work.accident.there-yet .wpb_column.vc_column_container.vc_col-sm-6:first-child {
    padding-right: 0;
}
div#gallery .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 100%;
}
div#gallery .vc_row.wpb_row {
    padding: 0 15px;
}
div#footer .footer_widget2 {
    display: none;
}
div#gallery .wpb_column.vc_column_container.vc_col-sm-3:last-child {
    margin-bottom: 0;
}
div#back-in-the {
    margin-bottom: 50px;
}
div#about-sec.dream {
    padding-top: 0;
}
div#three-images.About-me.site-office .vc_column-inner {
    padding-top: 0;
}
.sidebar.shop-page .content.singlepage.latest {
    width: 100% !important;
}
.shop_page .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100%;
    margin-right: 0px;
}
.shop_page .main.clearfix {
    padding-right: 0;
}
.sidebar .widget.woocommerce.widget_product_categories {
    margin-bottom: 0;
    padding-bottom: 0px;
}

div#gear h4 {
    min-height: 70px;
}
div#gear .vc_col-sm-3 {
    width: 50%;
    float: left;
}
}

@media screen and (min-width:600px)
{
	.shop-page-content {
    left: 30px !important; 
    top: 140px !important;
}
}

@media screen and (max-width:600px)
{
	div#youtube-sec .sby_footer {
    display: inline-flex;
    justify-content: center;
}
div#youtube-sec a.sby_load_btn {
    margin-left: 0;
}
div#youtube-sec a {
    padding: 10px 25px;
}
div#youtube-sec .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
div#footer .social_icons {
    float: none;
}
div#footer .footer_widget3 {
    padding-top: 10px;
}
#rev_slider_17_2_wrapper .ares .tp-bullet {
    display: block;
}
div#shop-sec .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    padding: 0;
}
div#gear-i-use .cycle-slideshow {
    margin-right: 0;
}
div#three-images .vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
div#three-images .wpb_column.vc_column_container.vc_col-sm-4 {
    margin-bottom: 20px;
}
div#about-sec.dream.taste {
    padding-top: 20px;
}
div#about-sec.dream.work {
    padding-top: 20px;
}
div#three-images {
    padding-bottom: 20px;
}
div#about-sec.dream.work.accident {
    padding-bottom: 20px;
}
div#about-sec.About-me {
    padding-top: 0;
}
div#partners .logo-carousel .vc_inner {
    width: calc(50% - 20px);
    margin: 10px 10px;
}
div#partners .vc_column-inner {
    padding: 0;
}
div#partners h2 {
    margin-bottom: 20px;
}
div#gear-i-use .home-gear-i-use.owl-carousel.owl-theme {
    margin-bottom: 35px;
}
}


@media only screen and (max-width:600px)
{
	.shop-page-content {
    position: absolute;
    left: 0;
    text-align: center;
    top: 60px;
    z-index: 999;
}
.shop-page-content h2 {
    font-size: 30px !important;
}
.shop-page-content h4 {

    font-size: 30px !important;
}
.logo-inner {
    margin-left: 0;
}

}

@media only screen and (max-width:480px)
{
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left;
}

div#gear .vc_col-sm-3 {
    width: 100%;
}
div#gear h4 {
    min-height: 50px;
}
	
div#gear-i-use-new {
    margin-top: 20px;
}
	

	
}

/*-media-query-*/
/*-29-03-2023-*/


@media only screen and (max-width:1366px)
{
.pagenav li a {
    padding: 26px 5px 14px 14px !important;
    letter-spacing: 0;
}
	
div#gear-i-use-new h2.vc_custom_heading {
    left: 7%;
}

}

@media only screen and (max-width:1100px)
{
div#gear-i-use-new h2.vc_custom_heading {
    left: 0%;
}

}

@media only screen and (max-width:480px)
{
div#gear-i-use-new h2.vc_custom_heading {
    top: 23%;
    padding: 0;
}

}


.pagenav li a {
    font-weight: 500 !important;
}
