@font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot?t38vj6');
src: url('../fonts/icomoon.eot?t38vj6#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?t38vj6') format('truetype'), url('../fonts/icomoon.woff?t38vj6') format('woff'), url('../fonts/icomoon.svg?t38vj6#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-play-button:before {
content: "\e907";
}
.icon-arrow-1-circle-right:before {
content: "\e900";
}
.icon-arrow-2-left:before {
content: "\e901";
}
.icon-arrow-2-right:before {
content: "\e902";
}
.icon-call:before {
content: "\e903";
}
.icon-email:before {
content: "\e904";
}
.icon-home:before {
content: "\e905";
}
.icon-location-2:before {
content: "\e906";
}
.icon-R-search:before {
content: "\e90c";
}
.icon-arrow-circle-right{
margin-left: 5px;
}
i{
vertical-align: middle;
}
.exo{
font-family: 'Exo', sans-serif;
}
.belle{
font-family: 'La Belle Aurore', cursive;
}
.saira{
font-family: 'Saira', sans-serif;
}
.more-link{
font-size: 14px;
color: #cb242a;
font-weight: 600;
}
.more-link:hover{
color: #000;
}
.more-link i{
font-size: 13px;
font-weight: 600;
}
body{
font-family: 'Exo', sans-serif;
}
button:focus{
outline: none;
}
p{
font-size: 15px;
margin: 0 0 15px 0;
color: #222f3b;
}
.ride_products-template-default .product-leftbar p{
color: #747474;
font-weight: 500;
font-size: 14px;
}
a{
text-decoration: none;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
display: none;
}
html{
scroll-behavior: smooth;
}
/***Fonts CSS***/
.container-fluid{
width: 100%;
}
.container{
width:1170px;
margin:0 auto;
}
.page{
margin:0 0 0 0;
}
.text-center{
text-align: center;
}
.title{
font-size:36px;
color:red;
}
.section-title {
padding: 30px 0;
}
.section-title-main{
font-size: 30px;
color: #000;
font-weight: 900;
margin: 0;
line-height: 1;
display: inline-block;
position: relative;
text-transform: uppercase;
}
.section-title-main:after{
content: '';
background: url('../images/line.png') no-repeat top center transparent;
display: block;
width: 200px;
height: 5px;
background-size: cover;
position: absolute;
top: 50%;
right: -220px;
}
.section-title-main:before{
content: '';
background: url('../images/line.png') no-repeat top center transparent;
display: block;
width: 200px;
height: 5px;
background-size: cover;
position: absolute;
top: 50%;
left: -220px;
}
.section-title-bt{
font-size: 24px;
color: #b5b5b5;
margin-bottom: 0;
line-height: 1.1;
}
.black{
color:#000;
}
.red{
color:#cb242a;
} 
.green{
color:green;
}
b{
color:#000;
}
ul{
margin:0 0 0 0;
padding:0;
}
ul li{
display:inline-block;
}
.clearfix::after{
display: block;
content: "";
clear: both;
}
.left{
float:left;
}
.right{
float: right;
}
.width20{
width:20%;
}
.width30{
width:33.33%;
}
.width40{
width:40%;
}
.width50{
width:50%;
}
.width60{
width:60%;
}
.width70{
width:70%;
}
.width80{
width:80%;
}
.width90{
width:90%;
}
.whitetxt{
color:#fff;
}
.button{
margin-top: 0;
}
input:focus{
outline: none;
}
.button, .button::after {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.button {
background: #cb242a;
border: 2px solid #2c2826;
color: #fff;
display: block;
font-size: 15px;
margin: 1em auto;
padding: 10px 12px;
position: relative;
text-transform: uppercase;
text-decoration: none;
font-weight: 500;
}
.button::before, .button::after {
background: #fff;
content: '';
position: absolute;
z-index: -1;
}
.button:after{
height: 100%;
left: 0;
top: 0;
width: 0;
}
.button:hover:after {
width: 100%;
}
.button:hover{
background: #ffffff;
color: #2a2724;
border: 2px solid #2a2724;
transition: all .30s ease-in-out;
}
/*--------------------- css start------------------*/
.logo-main{
width: 15%;
}
.logo{
display: inline-block;
position: relative;
}
.logo:after{
content: '';
background: url('../images/uppertriangle.png') no-repeat top center transparent;
background-size: cover;
height: 40px;
width: 30px;
position: absolute;
right: -30px;
top: 0;
}
.logo:before{
content: '';
background: url('../images/lowertriangle.png') no-repeat top center transparent;
background-size: cover;
height: 40px;
width: 30px;
position: absolute;
bottom: -1px;
right: -30px;
}
.logo{
width: 100%;
}
.logo a{
display: inline-block;
width: 100%;
}
.logo img{
width: 100%;
height: auto;
vertical-align: middle;
}
.logo-main{
position: relative;
}
.navigation-inner.clearfix {
width: 100%;
margin-top: 2px;
}
.navigation{
width: 85%;
float: left;
line-height: 42px;
background: #fff;
border-left: 0;
border-right: none;
padding: 2px 0;
font-size: 13px;
position: relative;
border: 1px solid #f7f6f5;
border-left: 0;
border-right: none;
box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.10);
}
.navigation .main-menu{
float: left;
width: 67%;
}
.home-icon a{
font-size:0;
line-height: 43px;
}
.home-icon a:before{
content: "\e905";
font-size: 14px;
font-family: 'icomoon' !important;
}
.sub-menu{
background-color: #fff;
}
.main-navigation ul ul{
box-shadow: 2px -1px 7px rgba(0, 0, 0, 0.2);
}
.main-navigation ul ul a{
border-bottom: 1px solid #f3f3f3;
}
.main-navigation a{
margin: 0 8px;
color:#000;
text-transform: uppercase;
font-weight: bold;
}
.main-navigation li.menu-item-has-children > a::after {
content: "\f107";
font-family: 'FontAwesome';
color: #595959;
font-size: 12px;
padding-left: 3px;
font-weight: bold;
}
.main-navigation li.current_page_item a{
color: #cb242a;
}
.main-navigation {
border: 2px solid transparent;
}
.sub-right{
float: right;
width: 33%;
}
.call{
float: right;
padding: 2px 15px;
border: 2px solid transparent;
border-left: 1px solid #d2d2d2;
}
.call a {
text-decoration: none;
color: #000;
font-weight: 600;
font-size: 16px;
}
.call a:hover{
color: #cb242a;
}
span.icon-call {
font-size: 16px;
vertical-align: middle;
}
.call .fa-phone::before, .fa-envelope-o::before, .search .fa-search::before{
font-size: 16px;
}
.fa-envelope-o::before {
font: normal normal normal 14px/1 FontAwesome;
}
.enquiry{
float: right;
padding: 3px 15px;
background: #cb242a;
color: #fff;
margin-right: 2px;
transition: all .30s ease-in-out;
border: 2px solid transparent;
cursor: pointer;
}
.enquiry:hover{
background-color:#fff;
border: 2px solid #cb242a;
color: #cb242a;
}
.enquiry:hover a{
color:#cb242a;
}
.enquiry a{
color: #fff;
font-size: 16px;
font-weight: 600;
vertical-align: middle;
}
.enquiry .fa-envelope{
vertical-align: middle;
}
.right .enquiry a{
color: #fff;
text-decoration: none;
text-transform: uppercase;
}
.form-main{
width: 85%;
display: inline-block;
padding-top: 13%;
position: relative;
}
.search-bar{
float: right;
padding: 18.2px;
background: #000;
text-align: center;
color: #fff;
}
.search-bar .search {
line-height: 1;
}
.search-bar .search a{
text-decoration: none;
}
.search .fa-search::before {
color: #fff;
}
#search {
background: #000;
background: rgba(0, 0, 0, 0.6);
display: none;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 900;
position: fixed;
text-align: center;
overflow: hidden;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#search form {
z-index: 950;
width: 90%;
float: left;
}
.search-close .fa{
color: #fff;
}
div.search-close {
font-size: 18px;
background: #cb242a;
color: #fff;
float: left;
cursor: pointer;
width: 10%;
height: 46px;
border-radius: 3px;
line-height: 46px;
border-radius: 0;
}
#search form .search-submit {
display: none;
}
#search form .search-field {
width: 100%;
float: right;
border-radius: 0;
}
.search-form .fa.fa-search, .search-form .fa.fa-times {
color: #1cc5cb;
font-size: 25px;
}
.search-form p {
padding: 12px 0 0 0;
margin: 0px;
}
#search form input {
padding: 12px;
border: solid 1px #8a898a;
font-size: 18px;
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.search .page-content .search-form, .archive .page-content .search-form {
}
/* baneer css start*/

/*-----------slider section css start------------------*/

/*.banner-main{
width: 100%;
display: inline-block;
}
.background-image{
width:100%;
display: inline-block;
}
.banner{
position: relative;   

}
.content{
position: absolute;
top: 25%;
width: 500px;
float: right;
margin-left: 380px;
}*/
.banners{
position: relative;
top: 0px;
}
.main{
top: 0;
position: absolute;
z-index: 9;
width: 100%;
display: flex;
align-items: center;
padding-bottom: 20px;
}
.Bnner-slider{
width: 60%;
position: absolute;
top: 22%;
left: 8.8%;
}
.banner-left{
width: 34%;
padding: 0 0;
float: left;
text-align: center;
}
.banner-right{
width: 61%;
float: right;
margin-top: 10px;
}
.banner-right p{
margin: 0px;
line-height: 1.1;
max-width: 410px;
}
.ba-title{
font-size: 46px;
line-height: 50px;
font-weight: 900;
text-transform: uppercase;
color: #fff;
text-shadow: 0 0 10px #000;
}
.ba-subtitle{
display: block;
}
.ba-subtitle p{
font-weight: 800;
color: #fff;
font-size: 30px;
padding: 25px 0;
display: inline-block;
text-shadow: 0 0 10px #000;
}
.button{
margin-top: 15px;
}
.discover-more {
display: inline-block;
}
.discover-more .fa.fa-chevron-right {
border: 1px solid #fff;
border-radius: 75%;
padding: 3px 4px;
font-size: 8px;
width: 15px;
height: 15px;
margin-top: -4px;
}
.blog-main .more-link .fa.fa-chevron-right, .cap .fa.fa-chevron-right, .more-btn .fa.fa-chevron-right, .testi .bt .fa.fa-chevron-right, .contentblock .fa.fa-chevron-right {
border: 1px solid #000;
border-radius: 75%;
padding: 3px 4px;
font-size: 8px;
width: 15px;
height: 15px;
margin-top: -2px;
margin-left: 5px;
}
.discover-more .icon-arrow-circle-right{
vertical-align: middle;
margin-left: 7px;
}
.Hero button.slick-next,.Hero button.slick-prev{
font-family: 'icomoon' !important;
position: absolute;
bottom: 45%;
background-color: rgba(0,0,0,0.36);
color: #fff;
font-size: 0;
padding: 6px;
border-radius: 0;
border: 2px solid #fff;
cursor: pointer;
transition: all .30s ease-in-out;
height: 50px;
width: 50px;
z-index: 999;
}
.Hero button.slick-next:hover,.Hero button.slick-prev:hover{
background-color: #fff;
color: #756464;
}
.Hero button.slick-prev{
left: 0px;
border: 2px solid #fff;
}
.Hero button.slick-next{
right: 0px;
}
.Hero button.slick-next:before{
content: '\e902';
font-size: 12px;
}
.Hero button.slick-prev:before{
content: '\e901';
font-size: 12px;
}
/*-------------------Bike section css start---------------*/
.bike{
width: 100%;
display: inline-block;
position: relative;
margin-top: -175px;
padding-bottom: 30px;
}
.ride_products-template-default .bike{
margin-top: 0px;
}
.bike-left {
width: 50%;
float: left;
}
.bike-right {
width: 50%;
float: left;
text-align: left;
padding: 100px 0px 70px 45px;
}
.ride_products-template-default .bike-right {
padding: 100px 0px 70px 45px;
}
.bike-title{
font-size: 26px;
text-transform: uppercase;
color: #333;
font-weight: 700;
line-height: 1;
margin-bottom: 5px;
}
.bike-subtitle{
font-size: 18px;
font-weight: 700;
color: #333;
margin:0 0 15px;
}
.bike-text{
width: 63%;
font-size: 14px;
color: #666;
font-weight: 500;
}
.ride_products-template-default .bike-text{
width: 100%;
}
.bike .wrapper.cd{
width: 200px;
margin: 0 auto;
padding-top: 100px;
}
.wrapper {
position:relative;
}
.wrapper img {
box-shadow: 0px 6px 33px 1px rgba(0, 0, 0, 0.30);
max-width:100%;
height:auto;
}
/* .wrapper iframe {
display:none;
}*/
.play-btn {
position:absolute;
z-index:666;
top:50%;
left:50%;
transform:translate(-50%, -50%);
background-color:transparent;
border:0;
}
.play-btn:hover {
cursor:pointer;
}
.play-btn:focus {
outline:0;
}
.icon-play-button{
position: absolute;
top: 50%;
transform: translate(-50%,-50%);
left: 50%;
font-size: 55px;
color: #fff;
cursor: pointer;
}
.bike.exo .wrapper img{
margin: 0 auto;
text-align: center;
box-shadow: none;
}
.bike.exo button.slick-next,.bike.exo button.slick-prev{
font-family: 'icomoon' !important;
position: absolute;
bottom: 50%;
background-color: rgba(0,0,0,0.36);
color: #fff;
font-size: 0;
padding: 6px;
border-radius: 0;
border: 2px solid #fff;
cursor: pointer;
transition: all .30s ease-in-out;
height: 40px;
width: 40px;
z-index: 999;
}
.bike.exo button.slick-next:hover,.bike.exo button.slick-prev:hover{
background-color: #fff;
color: #756464;
box-shadow: 0px 6px 33px 1px rgba(0, 0, 0, 0.30);
}
.bike.exo button.slick-prev{
left:0px;
border: 2px solid #fff;
}
.bike.exo button.slick-next{
right: 0px;
}
.bike.exo button.slick-next:before{
content: '\e902';
font-size: 12px;
}
.bike.exo button.slick-prev:before{
content: '\e901';
font-size: 12px;
}

/*---------Bike section css end*/
/****Tabs Section Css Start****/
.product_tabs_bg{
background: url('../images/producttab-bg.png') no-repeat top center transparent;
background-size: cover;
}
.produc-image{
text-align: center;
}
.produc-image img{
width: 370px;
margin: 47px auto 0;
}
.tabs-images{
display: inline-block;
width: 90px;
height: 90px;
border: 2px solid #e4e4e4;
border-radius: 50%;
padding: 10px;
margin-right: 10px;
position: relative;
cursor: pointer;
}
.tabs-images.active,.tabs-images:hover{
border: 2px solid #cb242a;
}
.tabs-images img {
position: absolute;
width: 80px;
height: 80px;
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.product-desc-specific{
display: none;
}
.product-desc-specific.active{
display: block;
}
.product-desc-specific.active p{
font-weight: 500;
}
.product-content .title {
font-size: 26px;
font-weight: 700;
color: #000;
line-height: 1;
padding: 24px 0;
display: block;
}
.product-content-main{
padding: 0px 0 0 30px;
}
.product-image {
position: relative;
}
.product-image img {
max-width: 100%;
height: 262px;
position: absolute;
bottom: 0%;
left: 50%;
transform: translateX(-50%);
}
.learn-more-btn{
font-size: 18px;
line-height: 14px;
font-weight: 400;
color: #cb242a;
padding: 18px 12px;
text-decoration: none;
position: relative;
z-index: 2;
margin-top: 30px;
float: left;
font-weight: 600;
}
.learn-more-btn span{
position: relative;
z-index: 3;
}
.learn-more-btn:after{
position: absolute;
content: "";
top: 0;
left: 0;
border-top: 50px solid #e1e1e1;
border-right: 50px solid transparent;
z-index: 1;
transition: all .5s ease 0s;
}
.learn-more-btn:hover {
color: #cb242a;
}
.learn-more-btn:hover:after {
border-right: 118px solid #e1e1e1;
}
/****Tabs Section Css End****/
/*------Store section css ------*/
.store-inner{
width: 100%;
display: inline-block;
padding: 80px 0 120px;
}
.store-inner.cu{
padding: 20px 0 0 0;
margin-bottom: 50px;
}
.cap{
width: 45%;
float: left;
margin-right: 6%;
position: relative;
}
.cap:nth-child(2n + 0){
margin-right: 0px;
}
.details{
width: 100%;
display: inline-block;
width: 97%;
display: inline-block;
border: 3px solid #cb242a;
padding: 50px 40px 16px 30px;
position: absolute;
bottom: -50px;
right: -8%;
}
.store{
width: 100%;
display: inline-block;
}
.details.sto{
border: none;
bottom: 0px;
right: 0%;
width: 100%;
padding: 30px 0px 15px 15px;
position: static;
}
.sto-text{
padding-top: 10px;
width: 100%;
display: inline-block;
}
.store-product-link{
float: right;
}
.store-product-link a{
text-decoration: none;
}
.store-product-link a i{
vertical-align: middle;
}
span.store-title{
font-weight: 700;
font-size: 20px;
float: left;
line-height: 1;
}
.details.sto span.store-title{
font-size: 24px;
}
.store-product-link{
float: right;
line-height: 1;
}
.details.sto .more-link{
font-size: 16px;
}
/*----welcome section css start*/
.welcome{
display: inline-block;
}
.welcome .one {
width: 33%;
float: left;
}
.welcome .two{
width: 34%;
padding: 0 2%;
float: left;
overflow: hidden;
}
.welcome .two p{
font-weight: 500;
}
.welcome .title{
font-size: 22px;
margin-bottom: 16px;
}
.welcome .two .bold{
font-weight: 900;
}
.welcome .three{
width: 33%;
float: left;
}
.welcome .three p{
font-size: 16px;
margin: 5px 0;
margin-top: -20px;
}
.welcome .three a{
color: #cb242a;
text-decoration: none;
margin-left: 60px;
position: relative;
}
.welcome .three a.more-link:hover{
color: #000;
}
.welcome .three a:after{
content: '';
height: 170px;
width: 2px;
background-color: #cb242a;
position: absolute;
left: -12px;
bottom: 4px;
z-index: 9999;
}
.welcome .three a:before{
content: '';
height: 80px;
width: 2px;
background-color: #cb242a;
position: absolute;
left: 7px;
bottom: 29px;
z-index: 9999;
}
.welcome .one img{
vertical-align: middle;
}
/*----------blog css start-----------*/
.blogs, .blog-main, .bl-image, .b-detail{
width: 100%;
display: inline-block;
}
.blogs h1{
text-align: center;
}
.bl-one{
padding: 0 5px;
width: 25%;
float: left;
}
.blogs-inner{
padding: 40px 0;
}
.bl-one-inner{
background-color: #f8f8f8;
}
.bl-one-inner:hover{
transition: .5s ease;
box-shadow: 0px 0px 9px 1px #e6e6e6;
}
.bo-image {
padding: 6px 6px 0;
}
.bo-image img{
vertical-align: middle;
}
.b-detail{
padding: 10px 0 20px;
}
.blog-title{
font-weight: 600;
position: relative;
}
.blog-title a{
color: #333;
font-weight: 600;
font-size: 14px;
}
p.blog-title:after {
content: '';
position: absolute;
height: 100%;
width: 5px;
background-color: #cb242a;
left: 0;
top: 0;
}
.blog-author,.blog-date{
margin-bottom: 0;
padding:10px 19px;
}
.blog-title{
margin-bottom: 0;
}
.blog-title a{
margin:10px 20px;
display: block;
}
.blog-date{
color: #838e95;
font-size: 15px;
}
.blog-author{
font-size:14px;
color: #838e95;
margin-bottom: 10px;
display: inline-block;
}
.blog-author p{
margin: 0px;
color: #838e95;
font-size: 13px;
}
.b-detail .more-link{
padding: 0 19px;
}
/*-----footer css start----------*/
.touch-device{
display: none;
}
#instagram .fa.fa-instagram{
color: #cb242a;
vertical-align: top;
margin-right: 15px;
}
footer{
background: url('../images/footer-bg.jpg') no-repeat top center transparent;
background-size: cover;
}
#footer{
background: url('../images/footer-black.png') no-repeat top center transparent;
padding: 130px 45px 0;
background-size: cover;
margin-top: 70px;
opacity: 0.9;
}
.footer-logo img {
width: 100px;
}
.siteby{
text-align: right;
}
.footer-top {
display: flex;
justify-content: center;
align-items: center;
padding-bottom: 30px;
border-bottom: 1px solid #2c2f31;
}
.footer-menu ul{
margin: 0px;
}
.footer-menu li{
padding:0 11px;
border-right: 1px solid #2c2f31;
font-size: 15px;
margin-bottom: 10px;
}
.footer-menu li:first-child{
padding-left:5px;
}
.footer-menu li:last-child{
border-right: 1px solid transparent;
}
.footer-menu li a{
color: #fff;
}
.footer-menu li a:hover{
color: #cb242a;
}
.contc-txt{
width: 12%;
}
.contc-txt,.quick-vw-txt{
display: inline-block;
vertical-align: top;
font-weight: 700;
line-height: 1;
}
.quick-vw-txt{
width: 18%;
}
.contct-details{
width: 87%;
display: inline-block;
font-size: 14px;
}
.phone-call.bo{
border-right: 1px solid #2c2f31;
}
.contct-details span{
margin-right: 10px;
vertical-align: middle;
}
.contct-details span i{
margin-right: 5px;
}
.phone-call a:hover, .email a:hover{
color: #cb242a;
transition: .3s ease 
}
#instagram{
margin-top: 30px;
}
.footer-menu{
width: 81%;
display: inline-block;
font-size: 14px;
}
span.address {
display: block;
margin-bottom: 10px;
}
.social-icons li a{
height: 35px;
width: 35px;
padding: 1%;
border: 2px solid #2c2f31;
border-radius: 50%;
text-align: center;
margin: 0 3px;
display: flex;
justify-content: center;
align-items: center;
}
.social-icons li a{
color: #fff;
}
.social-icons li a:hover{
border: 2px solid #5280ed;
border-radius: 50%;
color: #5280ed;
}
.footer-logo{
width: 16%;
}
.footer-social{
width: 25%;
}
.footer-newsletter{
width: 60%;
line-height: 32px;
}
.footer-social {
width: 25%;
text-align: center;
border-left: 1px solid #2c2f31;
border-right: 1px solid #2c2f31;
padding: 20px 0;
}
.newletter-box{
float: right;
}
.newsletter-title h4{
margin:0;
line-height: 45px;
}
.newsletter-title{
float: right;
margin-right: 20px;
}
span.newletter-box{
/*border: 2px solid #fff;
*/
padding: 4px 5px;
width: 51%;
}
.newletter-box input[type=email]{
font-style: italic;
font-family: 'Exo', sans-serif;
}
.newletter-box input{
background-color: transparent;
border: 0;
font-size: 14px;
width: 68%;
display: inline-block;
vertical-align: middle;
color: #fff !important;
}
.newletter-box input.sign-up{
background-color: #cb242a;
color: #fff;
font-weight: 600;
text-transform: uppercase;
border: 0;
border-radius: 0;
padding: 10px 9px 8px 9px;
line-height: 1;
width: 30%;
float: right;
vertical-align: middle;
cursor: pointer;
transition: all .30s ease-in-out;
font-family: 'Exo', sans-serif;
}
.newletter-box input.sign-up:hover{
background-color:#fff;
color: #cb242a !important;
transition: .9s ease;
}
.newletter-box .mc4wp-form-fields{
border: 2px solid #fff;
padding: 3px;
}
.newletter-box .mc4wp-response p{
color: white;
font-size: 12px;
margin: 0;
line-height: 15px;
margin-top: 15px;
}
.footer-middle{
padding: 30px 0 50px;
}
.colon{
font-weight: 700;
margin: 0 0px 0 5px;
}
.copyrights-text{
margin-right: 3px;
}
p.copyrights,.siteby{
font-size: 12px;
font-weight: bold;
}
.menu > li > a,.sub-menu > li > a{
transition: all .30s ease-in-out;
}
.menu > li:hover > a,.sub-menu > li:hover > a, .main-navigation li.menu-item-has-children > a:hover::after{
transform: translateX(5px);
transition: all .30s ease-in-out;
color: #cb242a;
}
a:focus{
outline: none;
}
/*----Productdetail page css start*/
.p-container{
width: 70%;
margin: 0 auto;
}
.ride_products-template-default .site-content{
margin-top: 0px;
}
.p-banner{
width: 100%;
display: inline-block;
position: relative;
}
.p-content{
width: 100%;
position: absolute;
top:20%;
}
.p-one{
width: 65%;
float: left;
margin-top: 7%;
}
.p-two{
width: 22%;
float: left;
text-align: center;
}
.pa-title{
font-size: 36px;
font-weight: 900;
text-transform: uppercase;
color: #fff;
}
.pa-subtitle{
font-weight: 800;
color: #fff;
font-size: 22px;
display: inline-block;
}
/*CMs pages css start*/
.home .site-content{
margin-top: 0px;
}
.site-content{
margin-top: 160px;
}
.entry-title{
font-size: 24px;
color: #cb242a;
margin: 0px;
padding-bottom: 10px;
border-bottom: 1px dotted red;
margin-bottom: 20px;
}
.contact-page{
width:100%;
}
.form{
width: 35%;
float: left;
}
.contact-address{
width: 54%;
float: right;
background: #f7f7f7;
padding: 0 2% 2% 2%;
}
.add1{
float: left;
width: 50%;
padding: 0%;
line-height: 1.7;
}
.add1 p{
margin: 0px;
}
.add1 b{
color:#737373;
}
.add1 .cl{
color: #222f3b;
}
.add1 .cl:hover{
color: #cb242a;
}
.add2{
width: 100%;
display: inline-block;
}
.add2 h3{
padding: 0%;
}
.map{
margin:30px 0;
width: 100%;
display: inline-block;
}
.wpcf7-form input{
-webkit-appearance:none;
font-family: 'Exo', sans-serif;
height: 30px;
width: 100%;
margin-top: 5px;
}
.wpcf7-form-control.wpcf7-submit {
width: auto;
padding: 5px 30px;
border-radius: 0;
font-weight: bold;
text-transform: uppercase;
}
textarea.wpcf7-form-control.wpcf7-textarea {
resize: none;
height: 120px;
-webkit-appearance:none;
margin-top: 5px;
font-family: 'Exo', sans-serif;
}
input.wpcf7-form-control.wpcf7-submit {
background: #cb242a;
font-family: 'Exo', sans-serif;
font-size: 14px;
color: #fff;
border:1px solid transparent;
}
input.wpcf7-form-control.wpcf7-submit:hover{
background: #fff;
border: 1px solid #cb242a;
color: #cb242a;
transition: .9s ease;
}
/*-----testimonial css ---------*/
.innerblocks{
width: 100%;
display: inline-block;
border-bottom: 1px dotted #cb242a;
margin-bottom: 20px;
padding-bottom: 30px;
}
.bt{
display: inline-block;
margin-top: 10px;
}
.b-ti.red {
font-size: 18px;
font-weight: 600;
}
.contentblock a{
border: 1px solid transparent;
background: #fff;
color: #cb242a;
padding: 5px 6px;
border-radius: 3px;
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
}
.contentblock a:hover{
transition: .9s ease;
color: #000;
}
.archive .contentblock a{
padding: 5px 6px 5px 0;
}
.contentblock{
width: 70%;
float: left;
}
.thumbnail_img{
text-align: right;
width: 25%;
float: right;
}
.thumbnail_img img, .post-thumbnail, .post-thumbnail img{
width: 100%;
height: auto;
}
/*---single page css*/
.sing-image{
width: 35%;
text-align: center;
margin: 0 auto;
}
.product-leftbar {
width: 70%;
float: left;
}
.product-leftbar img{
width: 100%;
margin-bottom: 10px;
}
.sec2{
display: inline-block;
width: 100%;
}
.sec2 ul li {
list-style: none;
font-size: 14px;
margin: 5px 0 5px 10px;
background: url("../images/bike.png") no-repeat scroll 0 2px;
padding: 5px 0 2px 25px;
display: block;
font-weight: 500;
color: #747474;
}
.sec2 strong{
color: #000;
width: 100%;
display: inline-block;
}
.sec2 ul, .sec2 ol{
margin: 0px;
margin-bottom: 15px;
padding: 0px;
}
.sec2 ol li {
font-size: 14px;
margin: 10px 0 10px 0px;
position: relative;
font-weight: 500;
color: #747474;
position: relative;
padding-left: 25px;
}
.sec2 ol {
list-style: none;
counter-reset: item;
}
.sec2 ol li {
counter-increment: item;
margin-bottom: 5px;
}
.sec2 ol li:before {
margin-right: 10px;
content: counter(item);
background: #fff;
border-radius: 100%;
color: #cb242a;
width: 1.2em;
text-align: center;
display: inline-block;
position: absolute;
top: 0;
left: 0;
}
.product-rightbar{
width: 28%;
float: right;
}
.one-se{
width: 100%;
display: inline-block;
background: #f7f7f7;
padding: 1% 5% 3% 5%;
}
.product-rightbar h2{
margin-bottom: 40px;
color: #000;
text-transform: uppercase;
position: relative;
font-family: 'Exo 2', sans-serif;
}
.product-rightbar h2:after{
content: "";
background: url('../images/title-border.png');
background-repeat: no-repeat;
position: absolute;
top: 35px;
left: 0;
height: 10px;
}
.one-se h2:after{
width: 53px;
}
.product-more h2:after{
width: 67px;
}
.listing{
width: 100%;
display: inline-block;
}
.listing ul li{
width: 100%;
display: inline-block;
margin-bottom: 5px;
}
.listing ul li a{
display: inline-block;
width: 100%;
float: left;
border: 2px solid #fff;
}
.listing ul li a:hover {
border: 2px solid #cb242a;
background: #cb242a;
}
.listing ul li a:hover .li-ttile {
background: #cb242a;
color: #fff;
}
.li-main{
width: 17%;
float: left;
text-align: center;
background: #fff;
padding: 3px;
}
.li-img{
float: none;
height: 40px;
line-height: 0;
display: inline-block;
}
.li-img img{
width: auto;
max-height: 40px;
height: 100%;
}
.li-ttile{
width: 83%;
float: left;
padding: 2px 5px 2px 15px;
line-height: 3.4;
font-size: 14px;
text-transform: uppercase;
color: #666;
font-weight: bold;
}
.product-more{
display: inline-block;
margin-top: 50px;
background: #f7f7f7;
padding: 1% 5% 10% 5%;
}
.product-more p{
color: #747474;
font-size: 14px;
}
.p-enquiry {
background: #fff;
padding: 5px;
font-size: 12px;
width: 45%;
float: left;
text-align: center;
color: #cb242a;
line-height: 2;
border: 1px solid #cb242a;
}
.p-enquiry:hover{
background: #cb242a;
color: #fff;
border: 1px solid #cb242a;
}
.p-enquiry:hover a{
color: #fff;
}
.p-enquiry a{
color: #cb242a;
font-weight: 600;
text-transform: uppercase;
}
.p-call a{
color: #fff;
padding: 3px;
font-weight: 600;
}
.p-call:hover{
background: #fff;
border: 1px solid #cb242a;
}
.p-call:hover a{
color: #cb242a;
}
.p-enquiry .fa.fa-envelope, .p-call .icon-call{
font-size: 12px;
margin-right: 5px;
}
.env {
display: inline-block;
width: 12px;
vertical-align: middle;
margin-top: 5px;
}
.p-call {
line-height: 2;
width: 48%;
float: right;
padding: 8px;
background: #cb242a;
font-size: 12px;
text-align: center;
color: #fff;
}
.paginate{
width: 70%;
margin-top:60px;
display: inline-block;
margin-bottom: 20px;
}
.paginate .navigation.post-navigation{
width: 100%;
border: none;
box-shadow: none;
}
.paginate .nav-previous{
position: relative;
float: right;
text-align: right;
line-height: 160px;
position: relative;
bottom: 0;
vertical-align: bottom;
}
.paginate .nav-previous a:after{
position: absolute;
content: "-";
right: 0;
color: transparent;
top: 0px;
background-image: url(../images/arrow2.png);
background-size: contain;
background-repeat: no-repeat;
width: 50px;
}
.paginate .nav-next {
float: left;
border-right: 1px solid #e6e6e6;
text-align: left;
position: relative;
bottom: 0;
vertical-align: bottom;
height: 100px;
line-height: 160px;
}
.paginate .nav-next a:after{
position: absolute;
color: transparent;
content: "-";
left:0;
top: 0px;
background-image: url(../images/arrow1.png);
background-size: contain;
background-repeat: no-repeat;
width: 50px;
}
.paginate .nav-previous a, .paginate .nav-next a {
font-size: 30px;
text-transform: uppercase;
font-weight: bold;
color: #333;
height: 100px;
overflow: hidden;
display: inherit;
}
/*product tempate css start*/
.custom-singlepage{
width: 100%;
display: inline-block;
}
.Main-product{
width: 100%;
display: inline-block;
}
.pro{
width: 24%;
float: left;
border: 2px solid #f7f7f7;
margin: 0 1.25% 1.25% 0%;
padding: 1%;
}
.pro:nth-child(4n+0){
margin-right: 0%;
}
.pro:hover{
transition: .5s ease;
box-shadow: 0px 0px 9px 1px #e6e6e6;
}
.pr-content{
width: 100%;
display: inline-block;
}
.pr-image {
width: 100%;
height: 220px;
display: inline-block;
line-height: 0;
float: none;
text-align: center;
margin: 0 auto;
padding:3%;
}
.pr-image img{
width: auto;
height: 100%;
max-height: 220px;
text-align: center;
margin: 0 auto 
}
.pr-name{
font-size: 18px;
font-weight: bold;
color: #cb242a;
margin: 10px 0;
}
span.pr-text {
width: 100%;
display: inline-block;
height: 60px;
overflow: hidden;
}
p.more-btn {
margin: 20px 0 10px 0;
}
.more-btn a{
background: #fff;
padding: 6px 0px;
border-radius: 0px;
color: #cb242a;
border: 1px solid transparent;
font-weight: 600;
}
.more-btn a:hover{
color: #000;
transition: .5s ease;
}
.blogs .bl-one{
padding: 0 0px;
width: 24%;
margin-bottom: 1.33%;
margin-right: 1.33%;
}
.blogs .bl-one:nth-child(4n+0) {
margin-right: 0%;
}
/*------stockist page css start--------*/
.stock, .Stock-main{
width: 100%;
display: inline-block;
}
.description{
text-align: center;
width: 55%;
float: left;
border: 1px solid #f1f1f1;
}
.description img{
width: 579px;
}
.des-right{
float: right;
width: 40%;
background: #f7f7f7;
padding: 2%;
}
.sto3{
width: 100%;
display: inline-block;
text-align: left;
}
.sto3 .red{
font-size: 15px;
font-weight: bold;
display: inline-block;
margin-top: 10px;
}
.sto3 p{
font-size: 13px;
margin: 0px;
padding-top: 5px;
}
.sto3 p a{
color: #222f3b;
}
.sto3 p a:hover{
color: #cb242a;
}
.st{
width: 100%;
display: inline-block;
margin-top: 30px;
}
.sto1{
width: 45%;
margin-top: 20px;
float: left;
}
.sto2{
margin-top: 20px;
width: 45%;
float: right;
}
.sto1 a, .sto2 a{
padding: 7px 10px;
color: #fff;
background: #cb242a;
font-weight: bold;
border: 1px solid transparent;
border-radius: 3px;
width:100%;
display:inline-block;
text-align: center;
}
.sto2 a{
background: #000;
}
.sto1 a:hover{
background: #fff;
color: #cb242a;
border: 1px solid #cb242a;
transition: .9s ease;
}
.sto2 a:hover{
color: #000;
border: 1px solid #000;
background: #fff;
transition: .9s ease;
}
.sto2 p, .sto1 p{
margin-bottom: 0px;
}
/*---new zealand css start----*/
.nz-main{
width: 100%;
display: inline-block;
background: #fbfbfb;
padding: 1%;
border: 1px solid #f1f1f1;
}
.nz1{
width: 32.66%;
margin-right: 1%;
margin-bottom:1%;
float: left;
border: 1px solid #f1f1f1;
padding: 1%;
font-size: 13px;
height: 100%;
background: #fff;
min-height: 295px;
}
.nz-main .nz1:nth-child(3n+0){
margin-right:0px;
}
.stock.aust .nz1:nth-child(3n+1){
margin-right:0px;
}
.nz1:hover {
transition: .5s ease;
box-shadow: 0px 0px 9px 1px #e6e6e6;
}
.new-add1{
width: 100%;
}
.title-red{
font-size: 14px;
color: #cb242a;
text-transform: uppercase;
margin-bottom: 10px;
width: 100%;
font-weight: bold;
display: inline-block;
}
.new-add1 span.red{
font-size: 14px;
margin-bottom: 5px;
display: inline-block;
font-weight: bold;
color: #000;
}
.new-add1.cc{
margin-top: 10px;
width: 100%;
display: inline-block;
}
.new-add1.cc a{
color: #404040;
}
.new-add1.cc a:hover{
color: #cb242a;
}
.new-add1 ul li{
width: 100%;
display: inline-block;
float: left;
line-height: 20px;
}
.new-add1 ul li span{
width: 25%;
float: left;
padding-right: 1%;
}
.new-add1 ul li span b{
margin-right: 10px;
float: right;
}
/*--- Aust css*/
.stock.aust, .aust-main, .cat-title{
width: 100%;
display: inline-block;
}
.aust-main{
background: #fbfbfb;
border:1px solid #f1f1f1;
padding:1%;
margin-bottom: 1%;
}
.cat-title{
font-size: 18px;
color: #000;
text-transform: uppercase;
margin:5px 0 15px 0;
;
width: 100%;
font-weight: bold;
display: inline-block;
}
/*Aust css start*/
.btn-main {
display: inline-block;
width: 100%;
border: 1px solid #f1f1f1;
margin: 0%;
margin-bottom: 2%;
padding: 2% 2% 1% 2%;
}
.st-btn{
margin-bottom: 1%;
margin-right: 18px;
float: left;
}
.st-btn:last-child{
margin-right: 0px;
}
.st-btn a{
background: #fff;
padding: 8px;
float: left;
text-align: center;
color: #cb242a;
font-size: 14px;
font-weight: bold;
border: 2px solid #cb242a;
}
.st-btn a:hover{
transition: .9s ease;
color: #000;
background: #fff;
border: 2px solid #000;
}
.top{
position: fixed;
z-index: 99999;
bottom: 20px;
right: 10px;
}
.top a{
background: #cb242a;
padding: 10px;
color: #fff;
font-weight: bold;
border: 1px solid transparent;
border-radius: 3px;
}
.top a:hover{
background: #000;
color: #fff;
border: 1px solid #000;
}
.store-template-default .post-navigation, .testimonial-template-default .post-navigation, .post-template-default .post-navigation{
display: none;
}
/*search page css*/
.custom-search .entry-meta{
display: none;
}
.ti{
text-transform: uppercase;
color: #cb242a;
}
.custom-search h2{
border-bottom: none;
margin: 0px;
text-align: center;
height: 50px;
line-height: 1;
overflow: hidden;
margin-bottom: 10px;
}
.custom-search h2 a{
font-size: 18px;
color: #000;
}
.custom-search article{
width: 24%;
padding: 1%;
margin: 0.5%;
margin-bottom:1%;
float: left;
border: 1px solid #f1f1f1;
}
.custom-search .post-thumbnail {
width: 100%;
display: inline-block;
text-align: center;
}
.custom-search .post-thumbnail img{
width: auto;
height: 150px;
}
.custom-search article .entry-summary{
height: 43px;
overflow: hidden;
}
.custom-search .comments-link a , .custom-search .cat-links, .custom-search .posts-navigation{
display: none;
}
.custom-search .entry-summary p{
margin: 0px;
}
.search-no-results .page-title{
font-size: 24px;
color: #cb242a;
margin: 0px;
margin-bottom: 0px;
padding-bottom: 10px;
border-bottom: 1px dotted red;
margin-bottom: 20px;
}
.search-no-results .search-field{
background: #fff;
border: 1px solid #cb242a;
border-radius: 0;
width: 25%;
padding: 5px;
height: 31px;
}
.search-no-results .search-submit{
background: #cb242a;
border: 1px solid #cb242a;
border-radius: 0;
width: 8%;
height: 31px;
color: #fff;
}
.search-no-results .search-submit:hover{
background: #fff;
color: #cb242a;
transition: .9s ease;
border: 1px solid #cb242a;
}
.search-no-results p{
text-align: center;
}
.search-no-results .search-form{
text-align: center;
margin-top: 50px;
}
.abcd.slick-slide.slick-current.slick-active:focus{
outline: none;
}
.loader_block47{
position:fixed;
background:white;
width:100%;
z-index:999999;
height:100% 
}
.loader_block47 img{
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
margin:auto;
}
.error404 .site-content{
text-align: center;
min-height:400px;
}
.error404 .search-form, .error404 .widget{
display: none;
}
.error404 .page-title{
color:#cb242a;
}
.testimonial-template-default .entry-content a{
color: #cb242a;
}
.testimonial-template-default .sing-image, .store-template-default .sing-image{
display: none;
}
.store-template-default  ol{
margin: 0px;
}
.alignright{
margin-bottom: 1.5em;
}
.entry-content h4{
color: #cb242a;
}
/*****Footer Css*****/
@media screen and (min-width: 1600px) {
.store-inner.cu .cap img{
width: 100%;
}
.wpcf7-form input{
margin-top: 5px;
height: 40px;
}
textarea.wpcf7-form-control.wpcf7-textarea{
margin-top: 5px;
}
input.wpcf7-form-control.wpcf7-submit{
height: 40px;
padding: 5px 50px;
font-size: 18px;
font-family: 'Exo', sans-serif;
}
.tabs-images{
border: 3px solid #e4e4e4;
} 
.tabs-images.active, .tabs-images:hover {
border: 3px solid #cb242a;
}
.blog-author p{
font-size: 14px;
}
.p-enquiry a, .p-call, .p-call .icon-call, .env {
font-size: 14px;
margin-right: 5px;
}
.env {
margin-top: 3px;
}
.social-icons li a{
height: 40px;
width: 40px;
}
.discover-more .fa.fa-chevron-right{
padding: 3px 5px;
font-size: 8px;
width: 17px;
height: 17px;
border: 2px solid #fff;
}
.blog-main .more-link .fa.fa-chevron-right, .cap .fa.fa-chevron-right {
border: 2px solid #000;
border-radius: 75%;
padding: 3px 4px;
font-size: 8px;
width: 17px;
height: 17px;
margin-top: -2px;
margin-left: 5px;
}
.footer-newsletter {
line-height: 37px;
}
.enquiry .fa-envelope-o::before{
font-size: 18px;
margin-right: 5px;
}
.container {
width:1440px;
}
.navigation .main-menu {
width: 72%;
}
.sub-right {
width: 28%;
}
.ba-title{
font-size: 38px;
}
.ba-subtitle p{
font-size: 26px;
}
.ba-subtitle p{
padding: 30px 0;
}
.bike-subtitle{
margin-bottom: 10px;
}
.bike-title{
font-size: 30px;
}
.bike-subtitle{
font-size: 22px;
}
.bike-text{
font-size: 16px;
}
.tabs-images{
width: 120px;
height: 120px;
}
.tabs-images img{
height: 110px;
width: 110px;
}
.product-content .title{
font-size: 30px;
padding: 34px 0;
}
p{
font-size: 16px;
}
.product-image img{
height: 412px;
bottom: -5%;
}
.blog-title a{
font-size: 16px;
}
.blog-date{
font-size: 17px;
}
.blog-author{
font-size: 15px;
}
.details{
width: 91%;
right: -2%;
}
.welcome .title{
margin-bottom: 15px;
}
.footer-social{
width: 30%;
}
.social-icons li a{
height: 35px;
width: 35px;
}
.newsletter-title h4{
font-size: 19px;
}
.footer-menu li{
margin-bottom: 15px;
}
.paginate .nav-previous a, .paginate .nav-next a {
font-size: 32px;
}
.site-content {
margin-top: 200px;
}
.main-navigation a{
font-size: 16px;
}
.main-navigation li.menu-item-has-children > a::after {
font-size: 14px;
padding-left: 5px;
}
.main-navigation a{
margin:0 12px;
}
.home-icon a{
font-size:0;
line-height: 43px;
}
.home-icon a:before{
content: "\e905";
font-size: 14px;
font-family: 'icomoon' !important;
}
.st{
margin-top: 15px;
}
.st-btn{
margin-right: 30px;
}
.st-btn a {
padding: 10px 11px;
font-size: 16px;
}
.product-content-main {
padding: 0 0 0 30px;
}
.bike-right, .ride_products-template-default .bike-right{
padding: 130px 0px 70px 45px;
}
.product-leftbar, .paginate{
width: 65%;
}
.product-rightbar {
width: 30%;
}
.nz1{
min-height: 300px;
}
.bike .wrapper.cd{
width: 250px;
}
.Hero button.slick-prev {
right: 42.4%;
}
}

@media screen and (min-width: 1900px) {
.sec2 ol li {
font-size: 18px;
}
.sec2 ul, .sec2 ol{
margin: 0px;
margin-bottom: 32px;
padding: 0px;
}
.product-leftbar img {
margin-bottom: 30px;
}
.error404 .site-content{
min-height:500px;
}
.sec3 ol li{
margin: 10px 0 10px 0px;
}
.li-main{
padding: 2px;
}
.li-img img{
max-height: 63px;
}
.li-img {
float: none;
height: 63px;
}
.li-ttile, .new-add1 ul li{
font-size: 20px;
}
.new-add1 ul li{
line-height: 30px;
}
.product-more p{
font-size: 18px;
}
.enquiry .fa-envelope-o::before{
font-size: 20px;
}
.p-enquiry a, .p-call a, .p-call .icon-call{
font-size: 18px;
}
.env{
width: 18px;
}
.blog-author p{
font-size: 14px;
}
.container {
width:1600px;
}
.section-title-main{
font-size: 36px;
}
.section-title-bt{
font-size: 30px;
}
.navigation{
line-height: 68px;
width: 87.3%;
}
.bike-right, .ride_products-template-default .bike-right{
padding: 130px 0px 70px 45px;
}
.main-navigation a{
margin:0 17px;
}
.main-navigation li.menu-item-has-children > a::after {
font-size: 14px;
padding-left: 5px;
}
.logo-main{
width: 13.7%;
}
.main-navigation a{
font-size: 16px;
}
.home-icon a{
font-size: 0;
}
.home-icon a::before{
font-size: 18px;
}
.call,.enquiry{
padding: 0 30px;
}
.call a{
font-size: 22px;
}
.search-bar{
padding: 26.5px 27.2px;
}
.enquiry a{
font-size: 20px;
}
span.icon-call, .fa-envelope::before, .search .fa-search::before{
font-size: 20px;
}
.enquiry .fa-envelope{
margin-right: 5px;
}
.navigation .main-menu{
width: 66%;
}
.sub-right{
width: 33%;
}
/*****Banner*****/
.ba-title{
font-size: 62px;
}
.banner-right{
width: 65%;
margin-top: 11px;
}
.banner-right p{
max-width: 720px;
}
.ba-subtitle p{
font-size: 36px;
}
.button{
font-size: 18px;
}
.Bnner-slider button.slick-next, .Bnner-slider button.slick-prev{
width: 48px;
height: 48px;
}
.Bnner-slider button.slick-next{
right: 51px;
}
.Bnner-slider button.slick-prev{
right: 97px;
border: 2px solid #fff;
}
.Bnner-slider button.slick-next,.Bnner-slider button.slick-prev{
bottom: 40px;
}
.Bnner-slider button.slick-next::before,.Bnner-slider button.slick-prev::before{
font-size: 16px;
}
.discover-more .icon-arrow-circle-right{
margin-left: 10px;
}
.bike-title{
font-size: 36px;
}
.bike-subtitle{
font-size: 20px;
}
.bike-text, .sec2 ul li, .sec3 ol li, .ride_products-template-default .product-leftbar p{
font-size: 18px;
}
.bike-subtitle{
margin: 0 0px 30px;
}
.bike-left iframe{
height: 410px;
width: 100%;
}
.bike .wrapper.cd{
width: 320px;
}
.Hero button.slick-prev {
right: 42%;
}
/*****Banner*****/
/*****Tabs Section*****/
.tabs-images{
width: 150px;
height: 150px;
}
.tabs-images img{
height: 140px;
width: 140px;
}
.product-content .title{
font-size: 40px;
}
.product-content .title{
padding: 54px 0;
}
p{
font-size: 19px;
margin: 0 0 32px 0;
}
.learn-more-btn{
font-size: 20px;
padding: 23px 17px;
}
.learn-more-btn::after{
border-top:64px solid #e1e1e1;
border-right:64px solid transparent;
}
.learn-more-btn:hover::after {
border-right: 140px solid #e1e1e1;
}
.product-image img{
height: 450px;
left: 50%;
bottom: 10%;
}
.product_tabs_bg{
background-size: contain;
}
.cap{
width: 48%;
margin-right:4%;
}
.cap:nth-child(2){
margin-right: 0;
}
span.store-title {
font-size: 30px;
}
.more-link{
font-size: 20px;
}
.details{
bottom: -74px;
padding: 75px 40px 20px 30px;
width: 90%;
right: 0%;
}
.more-link i{
font-size: 16px;
}
.product-desc-specific{
max-width: 700px;
}
/*****Tabs Section*****/
/****Welcome****/
.welcome .title{
font-size: 38px;
line-height: 1;
margin: 5px 0 38px;
}
.welcome{
margin-top: 100px;
}
.welcome .three p{
margin-top: 28px;
}
.welcome .three a::after{
height: 240px;
bottom: 4px;
left: 4px;
}
.welcome .three a::before{
height: 110px;
left: 24px;
}
.welcome .three a{
font-size: 20px;
padding-left: 22px;
}
.blog-date{
font-size: 16px;
}
.blog-title a{
font-size: 15px;
}
.blog-main .more-link .fa.fa-chevron-right, .cap .fa.fa-chevron-right{
padding: 3px 4px;
}
.b-detail .more-link,.b-detail .more-link i{
font-size: 18px;
}
.details.sto .more-link {
font-size: 18px;
}
.blog-title a{
margin: 10px 35px;
}
.blog-author, .blog-date{
padding: 10px 35px;
}
.b-detail .more-link{
padding: 0 35px;
}
#instagram .section-title{
padding: 80px 0 30px;
}
#instagram .fa.fa-instagram{
color: #cb242a;
vertical-align: top;
margin-right: 15px;
}
#footer{
margin-top: 50px;
padding: 220px 80px 0;
}
.footer-logo img{
max-width: 158px;
width: auto;
}
.social-icons li a{
height: 36px;
width: 36px;
line-height: 36px;
}
.social-icons li a .fa{
vertical-align: initial;
}
.footer-social{
width: 23.7%;
}
.newsletter-title h4{
font-size: 22px;
}
.footer-newsletter{
width: 61%;
}
.newletter-box input.sign-up{
font-size: 16px;
padding: 10px 19px 10px 19px;
font-weight: 700;
}
.footer-logo{
width: 17%;
}
.contc-txt,.quick-vw-txt{
font-size: 24px;
}
span.address,.footer-menu li{
font-size: 17px;
}
.contc-txt{
width: 15%;
}
.contct-details{
width: 84%;
}
.quick-vw-txt{
width: 21%;
}
.footer-menu{
width: 69%;
}
.footer-menu li,span.address{
margin-bottom: 35px;
}
p.copyrights, .siteby{
font-size: 14px;
}
.footer-middle{
padding: 40px 0 50px;
}
.contct-details span{
font-size: 17px;
}
.paginate .nav-previous a, .paginate .nav-next a {
font-size: 36px;
}
span.pr-text{
height: 75px;
}
.pr-image{
height: 250px;
}
.sto3 .red {
font-size: 18px;
}
.sto3 p, .nz1 {
font-size: 14px;
}
.st{
margin-top: 15px;
}
.st-btn{
margin-right: 40px;
}
.title-red, .new-add1 span.red{
font-size: 20px;
}
.st-btn a {
padding: 12px 17px;
font-size: 16px;
}
.cat-title{
font-size: 22px;
}
.top a{
padding: 10px 20px;
}
.banners, .banners img, .p-banner, .p-banner img{
width: 100%;
}
.nz1{
min-height: 415px;
}

}
@media screen and (min-width: 2000px) {
.welcome.exo{
width: 100%;
display: inline-block;
}
.welcome .container-fluid{
width: 1920px;
margin: 0 auto;
}
}
@media screen and (min-width: 2500px) {
.main-navigation a {
margin: 0 20px;
}
.container-fluid {
width: 1920px;
margin: 0 auto;
}
.site-content {

width: 1920px;
margin: 0 auto;
margin-top: 180px;
}
.main{
width: 100%;
display: inline-block;
}
.logo-main {
width: 260px;
float: left;
}
.navigation {
width: 1658px;
margin-top: 30px;
}

}
@media only screen and (min-width:1400px) and (max-width:1450px) {

.main-navigation a {
margin: 0 10px;
}
.Hero button.slick-prev {
right: 42.7%;
}
.footer-menu li{
padding: 0 10px;
}
}
@media screen and (max-width: 1300px) {
.footer-menu li{
	padding: 0 10px;
}
.container{
padding: 0 20px;
width: 100%;
}
.details{
width:97%;
right: 0%;
border: 2px solid #cb242a;
bottom: -60px;
}
.quick-vw-txt{
font-size: 15px;
}
.footer-menu li a{
font-size: 14px;
}
.logo-main {
width: 15%;
margin: 0 auto;
}
.navigation {
width: 89%;
}
.navigation .main-menu{
width: 67%;
}
.sub-right{
width: 33%;
}
.main-navigation a{
font-size: 12px;
margin: 0 12px;
}
.home-icon{
font-size: 0;
}
.call a,.enquiry a{
font-size: 14px;
}
.logo::before,.logo::after{
background:none;
}
.Bnner-slider{
top: 25%;
left: 10%;
}
.banner-left {
width: 25%;
margin-top: 15px;
}
.banner-right {
width: 65%;
}
.ba-subtitle p{
padding: 15px 0;
}
.bike{
padding-bottom: 0px;
}
.product-image img{
height: 300px;
left: 40%;
}
.home-icon a {
font-size: 0;
line-height: 43px;
}
.bike-right{
padding: 65px 0px 70px 45px;
}
.bike.exo button.slick-next {
right: 0;
}
.bike.exo button.slick-prev {
left: 0;
}
}
@media screen and (max-width: 1199px) {
.navigation{
display: none;
}
#responsive-menu-container .responsive-menu-search-box{
height: 40px !important;
}
#responsive-menu-container #responsive-menu-search-box, #responsive-menu-container #responsive-menu-additional-content{
padding: 15px 2%;
}
#responsive-menu-additional-content a{
color: #ffffff;
width: 100%;
font-size: 13px;
}
.home-icon a::before{
content: '';
font-size: 0;
}
.ba-title, .pa-title{
font-size: 24px;
}
.ba-subtitle p, .pa-subtitle{
font-size: 19px;
}
.discover-more a{
font-size: 12px;
}
.button{
padding: 8px;
}
.Bnner-slider button.slick-next, .Bnner-slider button.slick-prev{
height: 35px;
width: 35px;
}
.Bnner-slider button.slick-prev:before,.Bnner-slider button.slick-next:before{
font-size: 9px;
}
.Bnner-slider button.slick-next{
right: 117px;
bottom: 0px;
}
.Bnner-slider button.slick-prev {
right: 150px;
bottom: 0px;
}
.blog-main .more-link .fa.fa-chevron-right, .cap .fa.fa-chevron-right{
padding: 2px 4px;
}
.discover-more .fa.fa-chevron-right{
margin-top: -2px;
}
.bike{
margin-top: -105px;
}
span.store-title{
font-size: 18px;
}
.more-link{
font-size: 14px;
}
.more-link i{
font-size: 13px;
}
.welcome .title{
font-size: 20px;
margin-bottom: 2px;
}
.blog-author{
margin-bottom: 0px;
}
.blog-author, .blog-date {
padding: 5px 19px;
}
#instagram {
margin-top: 0px;
}
.welcome .three a:before{
bottom: 19px;
}
.blog-title a{
height: 60px;
overflow: hidden;
}
p{
font-size: 14px;
}
.blog-date,.blog-author{
font-size: 13px;
}
#footer{
margin-top: 30px;
padding: 95px 25px 0;
}
.footer-newsletter{
width: 74%;
}
.quick-vw-txt,.contc-txt{
font-size: 13px;
}
.footer-menu li{
padding: 0 10px;
}
.footer-menu li a,.contct-details span{
font-size: 13px;
}
.footer-menu li{
margin-bottom: 12px;
}
/*project page css start*/
.p-container{
width: 100%;
padding-left: 20px;
}
.p-one{
margin-top: 0%;
}
.ride_products-template-default .bike-right {
padding: 90px 0px 70px 45px;
}
.product-leftbar {
width: 60%;
}
.product-rightbar {
width: 35%;
}
.paginate .navigation{
display: block;
}
.paginate {
margin: 60px 0 30px;
width: 60%;
}
.paginate .nav-previous a, .paginate .nav-next a {
font-size: 28px;
}
.paginate .nav-previous a:after, .paginate .nav-next a:after{
/*top: -35px;
*/
width: 40px;
}
.pro{
width: 32.66%;
float: left;
border: 2px solid #f7f7f7;
margin: 0 1% 1% 0%;
padding: 1%;
}
.pro:nth-child(3n+0){
margin-right: 0%;
}
.pro:nth-child(4n+0){
margin-right: 1%;
}
.pr-image{
height: 200px;
}
.site-content {
margin-top: 130px;
}
.sing-image{
width: 50%;
margin-top: 15px;
}
.post-thumbnail, .post-thumbnail img{
width: 100%;
}
.description{
width: 50% 
}
.des-right{
width: 45%;
}
.st-btn{
margin-right: 3%;
width: 22.75%;
text-align: center;
}
.st-btn:nth-child(4n+0){
margin-right: 0%;
}
.st-btn a{
width: 100%;
border: 1px solid #cb242a;
font-weight: normal;
}
.st-btn a:hover{
border: 1px solid #000;
}
.nz1{
min-height: 295px;
font-size: 12px;
}
.custom-search article .entry-summary{
height: 40px;
}
.bike-right{
padding: 65px 0px 70px 45px;
}
.blog-main .more-link .fa.fa-chevron-right, .cap .fa.fa-chevron-right {
display: none;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a{
height: 41px !important;
}
.main{
border-bottom: 2px solid #000;
}
.home.page-template .main, .ride_products-template-default .main{
border-bottom: none;
padding-bottom: 0px;
}
.page .main{
border-bottom: 2px solid #000;
padding-bottom: 20px;
}
.sec3 ol li{
margin: 10px 0 10px 0px;
}
.wrapper iframe{
height: 276px;
}
.product-leftbar img{
margin-bottom: 5px;
}
.Hero button.slick-prev {
right: 43.8%;
}
}
@media screen and (max-width: 991px) {
.wrapper iframe{
height: 204px;
}
.Bnner-slider button.slick-next, .Bnner-slider button.slick-prev{
bottom: -10px;
}
/*.Bnner-slider{
left: 5.8%;
}*/
.logo-main {
width: 18%;
}
.Bnner-slider button.slick-prev{
right: 43px;
}
.Bnner-slider button.slick-next {
right: 10px;
}
.ba-subtitle p{
padding: 12px 0;
}
.section-title-main{
font-size: 27px;
}
.section-title-bt{
font-size: 22px;
}
.section-title-main:after{
width: 150px;
right: -170px;
}
.section-title-main:before{
width: 150px;
left: -170px;
}
.tabs-images{
height: 70px;
width: 70px;
}
.ba-subtitle p,.learn-more-btn{
font-size: 16px;
}
.discover-more a{
font-size: 13px;
}
.bike-subtitle{
margin-bottom: 10px;
}
.tabs-images img{
height: 60px;
width: 60px;
}
.product-content .title{
font-size: 20px;
}
span.store-title{
font-size: 17px;
}
.more-link{
font-size: 13px;
}
.details{
padding: 40px 40px 16px 30px;
}
.welcome .three a:after{
height: 100px;
}
.welcome .three a:before{
height: 50px;
}
.welcome .title{
font-size: 16px;
margin-bottom: 7px;
}
.bl-one{
width: 50%;
margin-bottom: 10px;
}
.contact.width50,.quick-links.width50,.quick-vw-txt, .contc-txt {
width: 50%;
margin-bottom: 20px;
}
.footer-menu li:first-child{
padding-left: 0;
}
.footer-menu li{
padding: 0 6px;
}
.footer-menu{
width: 100%;
}
.quick-vw-txt, .contc-txt{
font-size: 15px;
}
.footer-middle{
padding: 30px 0 20px;
}
.footer-logo{
width: 16%;
border: 0;
}
.footer-social{
width: 30%;
border: 0;
}
.footer-social{
text-align: right;
}
span.newletter-box{
width: 83%;
}
.footer-newsletter{
width: 54%;
margin-top: 10px;
}
.newsletter-title h4{
font-size: 15px;
}
.footer-top{
display: block;
}
.newsletter-title.dekstop{
display: none;
}
.touch-device{
display: block;
}
.bike-right{
padding: 55px 0px 0 40px;
}
.bike-text {
width: 100%;
}
.bike {
margin-top: -75px;
}
.store-inner{
padding: 55px 0 100px;
}
.blogs-inner {
padding: 15px 0 10px 0;
}
/*product page*/
.p-content{
top: 10%;
}
.ride_products-template-default .bike-right {
padding: 40px 0px 30px 30px;
}
.ride_products-template-default .bike {
margin-top: 0;
padding: 5px 0;
}
.product-rightbar {
width: 37%;
}
.one-se{
padding: 1% 5% 3% 5%;
}
.product-rightbar h2{
font-size: 18px;
}
.listing ul li{
margin-bottom: 2px;
}
.li-main {
width: 20%;
padding: 2px;
}
.li-img {
height: 37px;
}
.li-ttile{
font-size: 12px;
padding:3px 5px 3px 10px;
width: 80%;
}
.p-call, .p-enquiry{
padding: 10px;
font-size: 10px;
}
.p-enquiry a, .p-call a{
padding:0px;
}
.paginate{
margin: 10px 0;
}
.paginate .nav-previous a, .paginate .nav-next a {
font-size: 18px;
}
.paginate .nav-previous a:after, .paginate .nav-next a:after {
top: 10px;
width: 30px;
}
.paginate .nav-previous, .paginate .nav-next{
height: 70px;
line-height: 140px;
}
.pr-image{
height: 180px;
}
.site-content {
margin-top: 110px;
}
.form{
width: 40%;
}
.add1 h3{
font-size: 16px;
}
.add1{
padding: 0 1%;
}
.add1 p{
font-size: 12px;
}
.contact-address {
width: 55%;
padding: 0 1% 2% 1%;
}
.blogs .bl-one{
padding: 0 0px;
width: 49%;
margin-right: 2%;
}
.blogs .bl-one:nth-child(2n+0) {
margin-right: 0%;
}
.contentblock{
width: 70%;
}
.thumbnail_img {
width: 28%;
}
.description {
width: 55%;
}
.des-right {
width: 40%;
}
.sto1 {
width: 100%;
margin-top: 10px;
}
.sto2 {
margin-top: 10px;
width: 100%;
}
.custom-search article {
width: 32%;
margin: 0.6%;
}
.nz1 {
min-height: 255px;
width: 49%;
margin-right: 2%;
margin-bottom: 2%;
}
.title-red{
margin-top: 5px;
}
.stock.aust .nz1:nth-child(3n+1){
margin-right: 2%;
}
.stock.aust .nz1:nth-child(2n+1){
margin-right: 0%;
}
.stock.nt .nz1:nth-child(2n+0){
margin-right: 0%;
}
.stock.nt .nz1:nth-child(3n+0){
margin-right: unset;
}
.env{
width: 10px;
margin-top: 0px;
}
.product_tabs_bg {
background-image: none;
}
.width50.left.product-main-image{
background: url('../images/producttab-tab-bg1.png') no-repeat top center transparent;
background-size: cover;
}
.store-template-default ol li {
font-size: 14px;
}
.bike .wrapper.cd{
width: 250px;
}
.Hero button.slick-next, .Hero button.slick-prev{
bottom: 35%;
height: 30px;
width: 30px;
}
.Hero button.slick-prev:before,
.Hero button.slick-next:before{
font-size: 9px;
}
.Hero button.slick-prev {
left: 0px;
}
.Hero button.slick-next {
right: 0px;
}
}
@media screen and (max-width: 767px) {
.Hero button.slick-prev {
left: 0px;
}
.wrapper iframe{
height: 391px;
width: 100%;
}
.blog-main .more-link .fa.fa-chevron-right, .cap .fa.fa-chevron-right, .discover-more .fa.fa-chevron-right, .contentblock .fa.fa-chevron-right, .more-btn .fa.fa-chevron-right{
display: none;
}
span.pr-text{
height: 67px;
}
.Bnner-slider button.slick-next, .Bnner-slider button.slick-prev{
bottom: -20px;
}
.Bnner-slider button.slick-prev{
right: 27px;
}
.blck-border-btn.button{
margin: 0px;
padding: 5px 5px;
}
.banner-left {
margin-top: 5px;
}
.section-title-main {
font-size: 24px;
}
.section-title-bt {
font-size: 20px;
}
.section-title-main:after {
width: 80px;
right: -89px;
}
.section-title-main:before {
width: 80px;
left: -89px;
}
.bike {
margin-top: -25px;
}
.ba-title {
font-size: 18px;
}
.ba-subtitle p{
font-size: 12px;
padding: 15px 0;
font-weight: 600;
}
.tabs-images {
height: 80px;
width: 80px;
}
.tabs-images img{
height: 70px;
width:70px;
}

.Bnner-slider button.slick-next, .Bnner-slider button.slick-prev {
height: 25px;
width: 25px;
}
.Bnner-slider button.slick-next {
right: 4px;
}
.Bnner-slider button.slick-prev:before, .Bnner-slider button.slick-next:before{
font-size: 6px;
}

.bike.exo  button.slick-next, .bike.exo button.slick-prev {
height: 25px;
width: 25px;
}
.bike.exo  button.slick-prev:before, .bike.exo button.slick-next:before{
font-size: 6px;
}
.discover-more a {
font-size: 10px;
margin-top: 0;
}
.bike{
padding-bottom: 0px;
}
.bike-title{
font-size: 20px;
}
.bike-subtitle{
font-size: 17px;
}
.bike-right{
padding: 20px 0 0 0;
}
.product-content-main{
padding: 0 20px;
}
.product-icons{
margin-top: 20px;
}
.product-main-image,.product-content-main{
width: 100% 
}
.product_tabs_bg, .width50.left.product-main-image{
background-image: none;
}
.product-image img{
position: relative;
bottom: unset;
left: unset;
transform: unset;
}
.product-icons{
text-align:center;
}
.details{
padding: 20px 12px 13px 14px;
bottom: -37px;
}
span.store-title {
font-size: 14px;
}
.more-link {
font-size: 12px;
padding: 0 13px;
}
.store-inner{
padding: 40px 0 40px;
}
.blog-title a {
margin: 5px 15px;
}
.b-detail{
padding: 10px 0;
}
.blog-author, .blog-date{
padding: 5px 15px;
}
.welcome .one,.welcome .two,.welcome .three,.bike-left,.bike-right,.footer-newsletter,span.newletter-box,.contact.width50, .quick-links.width50, .quick-vw-txt, .contc-txt{
width: 100%;
}
.welcome .one, .welcome .one img, .welcome .three img{
text-align: center;
width: 100%;
}
.welcome .three a{
margin-left: 0;
padding: 8px;
border: 1px solid;
border-radius: 2px;
}
.welcome .three a:before, .welcome .three a:after{
content: none;
}
.welcome .container-fluid{
display: inline-grid;
padding: 0 20px;
}
.welcome .one{
order: 2;
margin-bottom: 20px;
}
.welcome .two{
order: 1;
padding: 0px;
height: auto !important;
}
.welcome .three{
order: 3;
}
.blogs-inner {
padding: 20px 0;
}
.product-image img {
height: 200px;
}
.section-title{
padding: 15px 0;
}
.learn-more-btn{
margin-top: 0px;
}
.newletter-box input.sign-up{
width: 20%;
}
#footer{
margin-top: 0;
}
.footer-logo,.footer-social {
width: 50%;
}
.newsletter-title{
float: none;
}
#footer{
padding: 100px 25px 0;
}
.footer-top{
padding-bottom: 15px;
}
.footer-middle{
padding: 20px 0 0px;
}
.footer-menu li a, .contct-details span, p.copyrights, .siteby {
font-size: 11px;
}
.contc-txt, .quick-vw-txt {
margin-bottom: 15px;
}
.footer-menu li {
margin-bottom: 0px;
}
span.address {
margin-bottom: 5px;
}
.quick-vw-txt, .contc-txt {
font-size: 13px;
}
.footer-newsletter{
margin-top: 0px;
}
span.newletter-box{
padding: 0px 0px 0 5px;
}
.quick-vw-txt{
margin-bottom: 0px;
}
#responsive-menu-container .responsive-menu-search-box {
height: 30px !important;
font-size: 13px;
padding: 0 3%;
}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-1 a.responsive-menu-item-link {
padding-left: 6%;
}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-2 a.responsive-menu-item-link{
padding-left: 9%;    
}
#responsive-menu-container li.responsive-menu-item a{
padding: 0 3%;
}
#responsive-menu-container #responsive-menu-additional-content{
padding: 10px 3%;
}
/*------product detail page-------*/
.pa-title {
font-size: 18px;
margin-bottom: 0px;
}
.pa-subtitle {
font-size: 12px;
}
.p-one {
margin-top: 10%;
}
.ride_products-template-default .bike-right {
padding: 30px 0px 0px 0px;
}
.li-img {
height: 40px;
}
.li-main {
width: 10%;
padding: 3px;
}
.li-ttile {
width: 90%;
line-height: 3.8;
}
.product-leftbar {
width: 100%;
float: none;
display: inline-block;
}
.sec2 ol li, .sec2 ul li, .bike-text, .sec3 ol li, p, .ride_products-template-default .product-leftbar p, .product-more p{
font-size: 12px;
}
p.more-btn{
margin: 5px 0 10px 0;
}
p{
margin: 0 0 10px 0;
}
.sec2 ul li{
margin: 5px 0 5px 0px;
}
.one-se {
padding: 1% 2% 3% 2%;
}
.p-call, .p-enquiry {
padding: 8px;
font-size: 11px;
width: 23%;
}
.product-more{
padding: 1% 5% 3% 5%;
}
.product-rightbar {
width: 100%;
float: none;
display: inline-block;
}
.paginate {
margin: 35px 0 20px;
width: 100%;
float: none;
display: inline-block;
}
.paginate .nav-previous, .paginate .nav-next {
height: 65px;
line-height: 90px;
}
.product-more{
margin-top: 15px;
}
.pr-image {
height: 160px;
}
.pr-name {
font-size: 16px;
}
.site-content {
margin-top: 115px;
}
.details.sto{
padding: 10px 0px 5px 10px;
}
.details.sto span.store-title{
font-size: 14px;
}
.details.sto .more-link{
font-size: 12px;
}
.form {
width: 50%;
}
.contact-address {
width: 100%;
display: inline-block;
float: none;
}
.sing-image{
width: 100%;
}
.description {
width: 60%;
}
.des-right {
width: 35%;
}
.sto3 .red {
font-size: 13px;
}
.sto3 p {
font-size: 11px;
}
.sto1 a, .sto2 a {
padding: 5px 5px;
}
.st-btn a{
font-size: 12px;
}
.nz1{
width: 49%;
margin-right: 2%;
margin-bottom: 2%;
}
.stock.aust .nz1:nth-child(3n+1){
margin-right: 2%;
}
.stock.aust .nz1:nth-child(2n+1){
margin-right: 0%;
}
.stock.nt .nz1:nth-child(2n+0){
margin-right: 0%;
}
.stock.nt .nz1:nth-child(3n+0){
margin-right: 2%;
}
.cat-title {
font-size: 15px;
}
.title-red, .new-add1 span.red {
font-size: 13px;
}
.top a{
font-size: 12px;
padding: 6px;
}
.custom-search h2 a{
font-size: 16px;
}
.custom-search h2{
height: 25px;
}
.custom-search article .entry-summary {
height: 33px;
}
.new-add1 ul li span{
width: 28%;
}
.store-template-default ol li {
font-size: 12px;
}
.store-template-default .entry-content img,
.testimonial-template-default .entry-content img{
width: 200px;
}
.bike .wrapper.cd {
width: 180px;
padding-top: 0px;
}
.footer-menu li{
	padding: 0 10px;
}
}
@media screen and (max-width: 568px) {
.Hero button.slick-prev {
right: 43%;
}
.new-add1 ul li span{
width: 32%;
}
.wrapper iframe{
height: 297px;
}
.footer-menu li {
padding: 0 5px;
font-size: 10px;
}
.footer-menu li a{
font-size: 10px;
}
span.pr-text{
height: 50px;
}
.pr-image {
height: 140px;
}
p.more-btn {
margin: 5px 0;
}
.pr-name {
font-size: 14px;
}
.form {
width: 60%;
}
.description {
width: 100%;
}
.des-right {
width: 100%;
margin-top: 20px;
}
.st{
margin-top: 20px;
}
.sto1 a, .sto2 a {
padding: 7px 5px;
}
.sto1, .sto2 {
width: 45%;
}
.st-btn a{
font-size: 11px;
padding: 6px 2px;
}
#footer {
padding: 75px 25px 0;
}
.store-template-default .entry-content img, 
.testimonial-template-default .entry-content img{
width: 150px;
}
}
@media screen and (max-width: 567px) {
	#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item{
		width: 25% !important;
	}
.store-template-default .entry-content img,
.testimonial-template-default .entry-content img{
padding-top: 10px;
width: 100%;
}
.thumbnail_img img, .post-thumbnail, .post-thumbnail img{
width: 100%;
height: auto;
}
.product-leftbar img {
margin-bottom: 0px;
}
.input.wpcf7-form-control.wpcf7-submit{
font-size: 12px;
}
.section-title-main{
font-size: 20px;
}
.section-title-bt{
font-size:18px;
}
.section-title-main:before{
width: 28px;
left: -32px;
height: 3px;
}
.section-title-main:after {
width: 28px;
right: -32px;
height: 3px;
}
.cap{
width: 48%;
margin-right: 4%;
}
.cap:nth-child(2){
margin-right: 0px;
}
.details{
position: relative;
padding: 10px 7px 10px 5px;
bottom: unset;
margin-top: 5px;
}
.store-inner{
padding: 50px 0 40px;
}
.sbi_item.sbi_type_image{
width: 25% !important;
}
.more-link{
font-size: 11px;
}
span.store-title{
font-size: 13px;
}
p.copyrights, .siteby{
font-size: 10px;
}
.social-icons li a{
font-size: 12px;
}
.Bnner-slider{
top: 19%;
left: 10%;
}
.banner-left{
padding: 0 10px;
}
.ba-title{
font-size: 14px;
}
.ba-subtitle p{
font-size: 10px !important;
padding: 5px 0;
}
.discover-more a{
padding: 8px;
}
.Bnner-slider button.slick-next, .Bnner-slider button.slick-prev {
bottom: -20px;
}
.Bnner-slider button.slick-prev {
right: 7px;
}
.Bnner-slider button.slick-next {
right: -19px;
}
.site-footer .container{
padding: 0;
}
#instagram .fa.fa-instagram{
margin-right: 10px;
}
/*----product detail page----*/
.p-content {
top: 3%;
}
.pa-subtitle {
font-size: 12px;
font-weight: 500;
}
.p-call, .p-enquiry{
width: 40%;
}
.p-call{
border: 1px solid transparent;
}
.p-call:hover{
border: 1px solid #cb242a;
}
.product-more {
padding: 1% 5% 5% 5%;
}
.paginate .nav-previous a:after, .paginate .nav-next a:after {
top: -10px;
width: 20px;
}
.paginate .nav-previous a, .paginate .nav-next a {
font-size: 16px;
}
.pro{
padding: 1% 2%;
width: 49%;
margin: 0 2% 2% 0%;
}

.pro:nth-child(3n+0){
margin-right: 2%;
}
.pro:nth-child(4n+0){
margin-right: unset;
}
.pro:nth-child(2n+0){
margin-right: 0%;
}
.more-btn a{
padding: 0px;
font-size: 10px;
}
.page-template .main{
padding-bottom: 10px;
}
.entry-title {
font-size: 22px;
}
.search-results .entry-title{
margin-top: 10px;
}
.site-content {
margin-top: 75px;
}
.store-inner.cu{
margin: 0px;
padding: 0px;
}
.store .cap {
width: 100%;
margin-right: 0;
margin-bottom: 30px;
}
.form {
width: 100%;
}
.add1 h3, .add2 h3{
font-size: 14px;
}
.add1 p {
font-size: 10px;
}
.testi .innerblocks{
display: inline-grid;
margin-bottom: 15px;
padding-bottom: 20px;
}
.b-ti.red{
margin-top: 10px;
}
.contentblock{
width: 100%;
order: 2;
}
.thumbnail_img{
width: 100%;
order: 1;
}
.thumbnail_img img{
width: 100%;
}
.archive .entry-title{
margin-bottom: 0px;
}
.page-content{
margin: 0px;
}
.description{
padding: 5%;
}
.st-btn a{
font-size: 10px;
padding: 5px 2px;
}
.st-btn {
margin-right: 2%;
width: 49%;
margin-bottom: 2%;
}
.st-btn:nth-child(2n+0){
margin-right: 0%;
}
.cat-title{
margin: 10px 0 10px 0;
}
.aust-main{
margin-bottom: 2%;
}
.nz1{
width: 100%;
margin-right: 0;
padding: 3%;
margin-bottom: 1%;
}
.blog-title a{
height: 55px;
}
.custom-search article {
width: 49%;
margin: 0.5%;
}
.custom-search article .entry-summary{
height: 30px;
margin: 5px 0px;
}
.custom-search h2 a {
font-size: 14px;
}
#sb_instagram #sbi_images .sbi_item:nth-child(9),#sb_instagram #sbi_images .sbi_item:nth-child(10){
display: none;
}
.li-main{
width: 15%;
}
.li-ttile{
width: 85%;
}
}
@media screen and (max-width: 480px) {

 .ba-subtitle p{
      font-weight: 600;
 }
.bike .wrapper.cd {
width: 150px;
}     
.bike.exo button.slick-next, .bike.exo button.slick-prev{
bottom: 75%;
}
.p-one {
margin-top: 7%;
}
.wrapper iframe{
height: 210px;
}
.tabs-images{
height: 65px;
width: 65px;
}
.tabs-images img{
height: 58px;
width: 58px;
}
#responsive-menu-container #responsive-menu-search-box{
width: 96% !important;
margin: 0 2% !important;
}
.logo-main{
width: 22%;
}
.banner-left{
width: 35%;
}

.banner-right{
width: 65%;
}
.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
width: 20px;
height: 2px;
}
.Bnner-slider button.slick-prev:before, .Bnner-slider button.slick-next:before {
font-size: 5px;
}
.Bnner-slider button.slick-next, .Bnner-slider button.slick-prev {
height: 20px;
width: 20px;
padding: 4px;
border: 1px solid #fff;
}
.Bnner-slider button.slick-prev{
z-index: 9;
right: 40px;
bottom: 0;
}
.Bnner-slider button.slick-next{
right: 21px;
bottom: 0;
}
.banner-right p{
font-size: 12px;
margin: 0 0 0px;
}
.discover-more a {
font-size: 6px;
}
.blck-border-btn.button {
padding: 3px 3px;
border: 1px solid #2c2826;
}
.Bnner-slider {
top: 23%;
}
.section-title-main{
font-size: 18px;
}
.tabs-images{
margin-right: 2px;
}
.learn-more-btn{
margin-top: 5px;
}
.cap{
width: 100%;
margin-right: 0;
}
.store-inner{
padding: 30px 0 0 0;
}
.bl-one{
width: 100%;
}
.blogs-inner{
padding: 0;
}
#footer{
background-image: none;
background-color: rgba(0, 0, 0, 0.85);
padding: 25px 25px 0px;
}
.footer-logo{
width:35%;
}
.footer-social {
width: 65%;
text-align: right;
}
.bike-right{
padding-bottom:0;
}
.details{
width: 100%;
right: initial;
}
.contct-details{
width: 100%;
}
.phone-call{
margin-bottom: 5px;
display: block;
}
.bike-title, .product-content .title{
font-size: 18px;
}
.bike-subtitle {
font-size: 15px;
}
.bike-text,.blog-date, .blog-author, .blog-title a, p {
font-size: 12px;
}
.blog-title a{
height: 50px;
}
.bike-text{
margin: 0 0 10px 0;
}
.product-image img {
height: 170px;
}
.product-icons {
margin-top: 5px;
}
.product-icons {
margin-top: 5px;
}
.product-content .title{
padding: 15px 0;
}
.learn-more-btn{
font-size: 12px;
line-height: 12px;
padding: 8px 5px;
}
.learn-more-btn:after{
border-top: 30px solid #e1e1e1;
border-right: 30px solid transparent;
}
.footer-menu li{
padding: 0 5px 0 0;
}
.newletter-box input.sign-up{
padding: 10px 9px 10px 9px;
font-size: 12px;
}
.copyrights, .siteby{
width: 100%;
text-align: center;
}
.copyrights.width50.left.whitetxt{
margin-bottom: 0px;
}
.welcome .three a{
padding: 5px 8px;
}
.footer-menu li a {
font-size: 11px;
}
#responsive-menu-container #responsive-menu-additional-content {
padding: 10px 5%;
}
#responsive-menu-container li.responsive-menu-item a{
padding: 0 5%;
}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-1 a.responsive-menu-item-link {
padding-left: 10%;
}
.bike-left .wrapper iframe{
height: 157px !important;
}
.error404 .site-content{
min-height:300px;
}
.new-add1 ul li span{
width: 27%;
}
.Hero button.slick-prev{
left: 0px;
}
.Hero button.slick-next {
right: 0px;
}
.Hero button.slick-prev:before, .Hero button.slick-next:before {
font-size: 7px;
}
.Hero button.slick-next, .Hero button.slick-prev {
bottom: 30%;
height: 35px;
padding: 2px;
width: 35px;
}
.Hero button.slick-next, .Hero button.slick-prev{
border: 1px solid #fff;
}

}
@media screen and (max-width: 375px) {
.new-add1 ul li span{
width: 30%;
}
.Hero button.slick-prev:before, .Hero button.slick-next:before {
font-size: 6px;
}
.Hero button.slick-next, .Hero button.slick-prev {
height: 20px;
width: 20px;
}
.Hero button.slick-prev {
right: 42.4%;
}
}
@media screen and (max-width: 320px) {

.ba-subtitle p {
font-size: 9px !important;
padding: 5px 0;
}     
.wrapper iframe{
height: 157px;
}
.banner-right p {
font-size: 10px;
}
.Bnner-slider button.slick-next, .Bnner-slider button.slick-prev {
height: 15px;
width: 15px;
padding: 2px;
}
.Bnner-slider button.slick-prev::before, .Bnner-slider button.slick-next::before {
font-size: 4px;
}
.Bnner-slider button.slick-prev {
right: 30px;
}
.Bnner-slider button.slick-next {
right: 10px;
}
/*--product detail page---*/
.p-call, .p-enquiry{
width: 45%;
}
.pro{
padding: 1% 2%;
}
.pr-name {
margin: 5px 0;
}
.pr-image {
height: 120px;
}
.pr-name {
font-size: 12px;
}
span.pr-text {
height: 40px;
}
.pr-text p{
font-size: 10px;
}
.more-btn a {
padding: 4px 6px;
font-size: 8px;
}
.site-content {
margin-top: 75px;
}
.sto1, .sto2 {
width: 47%;
}
.sto1 a, .sto2 a{
font-size: 10px;
}
.newletter-box input.sign-up {
width: 25%;
}
.tabs-images {
height: 50px;
width: 50px;
}
.tabs-images img{
height: 45px;
width: 45px;
}
.newletter-box input.sign-up{
font-size: 10px;
}
.footer-newsletter{
line-height: 30px;
}
.social-icons li a{
width: 30px;
height: 30px;
}
}



/****FAQ Accordion****/
.accordian-tab .acc-desc{
display:none;
margin: 15px 0;
}
.acc-desc p{
	margin: 0;
	padding-bottom: 15px;
}
a.acc-list{
text-decoration:none !important;
vertical-align: middle;
font-family: "Barlow Condensed", Helvetica, Arial, sans-serif;
margin: 12px 0;
padding: 0;
font-size: 20px;
color: #000000;
line-height: 23px;
display:block;
}
.accordian-tab .accordian-wrap:first-child .acc-desc{
display:block;

}
.accordian-tab .acc-list::after{
content: "+";
display: inline-block;
float:right;
margin-right:12px;
}
.accordian-tab .acc-list.is-open::after{
content: "-";
}
.accordian-wrap{
margin-bottom:12px;
/*border:1px solid #cb242a;*/
padding:0 10px;
}
.acc-desc h3{
padding-bottom:10px;
}
h4.acc-list{
cursor: pointer;
 margin: 0; 
background: #e1e1e1;
padding: 10px 15px;
}
/****FAQ Accordion****/