/*
Theme Name: Fasto
Theme URI: https://wowlayers.com/infinito/fasto-wordpress-theme/
Author: fribba
Author URI: https://wowlayers.com/
Description: Minimal theme built for speed. Achieve perfect desktop and mobile page speed score. Built-in basic optimization : lazy load and inline critical css. Layout with 1, 2, 3, 4 columns, and sidebar. Customize logo, colors, blog layout, add social link profiles. WooCommerce ready.
Version: 1.5.6
Tags: e-commerce, blog, news, two-columns, right-sidebar, custom-background, featured-images, translation-ready, custom-header, theme-options, custom-colors, footer-widgets
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fasto
*/

/*
TABLE OF CONTENTS
*****************************************************************************************
1.Reset CSS
2.Grid
3.WordPress Core
4.Theme core
5.Colors
6.Header
7.Menu
8.Breadcrumb navigation
9.Blog
10.Widgets
11.Slick Slider
12.Various ( Search page, 404 page, pagination, social share, after footer, responsive trigger, slider , contact form 7 )
13.Responsive
*/

@font-face {
	font-family: 'Bikes';
	src: url(https://bikes.fan/wp-content/uploads/Rubik-Regular.woff2);
	font-weight: 300;
}

@font-face {
	font-family: 'Bikes';
	src: url(https://bikes.fan/wp-content/uploads/Rubik-Bold.woff2);
	font-weight: 500;
}

html {
  line-height: 1.65;
  -webkit-text-size-adjust: 100%;
}
*, ::after, ::before {
    box-sizing: border-box;
}
body {
  margin: 0;
  position:relative;
}

main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0; 
  overflow: visible; 
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow: auto;
}
a {
  background-color: transparent;
	
}
a, 
button{ 
	-webkit-tap-highlight-color:  rgba(0, 0, 0, 0); 
}
abbr[title] {
  border-bottom: none; 
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; 
  color: inherit; 
  display: table; 
  max-width: 100%; 
  padding: 0; 
  white-space: normal; 
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  line-height: 1.7em;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; 
  padding: 0; 
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


[type="search"] {
  -webkit-appearance: textfield; 
  outline-offset: -2px; 
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; 
  font: inherit; 
}


details {
  display: block;
}

summary {
  display: list-item;
}


template {
  display: none;
}


[hidden] {
  display: none;
}

/*
2.Grid
================================================================================================================================
*/
.col-desktop-1,
.col-desktop-10,
.col-desktop-11,
.col-desktop-12,
.col-desktop-2,
.col-desktop-3,
.col-desktop-4,
.col-desktop-5,
.col-desktop-6,
.col-desktop-7,
.col-desktop-8,
.col-desktop-9,
.col-tablet-1,
.col-tablet-10,
.col-tablet-11,
.col-tablet-12,
.col-tablet-2,
.col-tablet-3,
.col-tablet-4,
.col-tablet-5,
.col-tablet-6,
.col-tablet-7,
.col-tablet-8,
.col-tablet-9,
.col-small-tablet-1,
.col-small-tablet-10,
.col-small-tablet-11,
.col-small-tablet-12,
.col-small-tablet-2,
.col-small-tablet-3,
.col-small-tablet-4,
.col-small-tablet-5,
.col-small-tablet-6,
.col-small-tablet-7,
.col-small-tablet-8,
.col-small-tablet-9,
.col-mobile-1,
.col-mobile-10,
.col-mobile-11,
.col-mobile-12,
.col-mobile-2,
.col-mobile-3,
.col-mobile-4,
.col-mobile-5,
.col-mobile-6,
.col-mobile-7,
.col-mobile-8,
.col-mobile-9,
.col-mobile-5-row,
.col-small-tablet-5-row,
.col-tablet-5-row,
.col-desktop-5-row {
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
	min-width: 0px;
}
@media (max-width:479px){
	.col-mobile-5-row{
        flex: 0 0 20%;
		max-width:20%;
    }
	.col-mobile-12{
        flex: 0 0 100%;
		max-width:100%;
    }
    .col-mobile-11{
        flex: 0 0 91.66666667%;
		max-width:91.66666667%;
    }
    .col-mobile-10{
        flex: 0 0 83.33333333%;
		max-width:83.33333333%;
    }
    .col-mobile-9{
        flex: 0 0 75%;
		max-width:75%;
    }
    .col-mobile-8{
        flex: 0 0 66.66666667%;
		max-width:66.66666667%;
    }
    .col-mobile-7{
        flex: 0 0 58.33333333%;
		max-width:58.33333333%;
    }
    .col-mobile-6{
        flex: 0 0 50%;
		max-width:50%;
    }
    .col-mobile-5{
        flex: 0 0 41.66666667%;
		max-width:41.66666667%;
    }
    .col-mobile-4{
        flex: 0 0 33.33333333%;
		max-width:33.33333333%;
    }
    .col-mobile-3{
        flex: 0 0 25%;
		max-width:25%;
    }
    .col-mobile-2{
        flex: 0 0 16.66666667%;
		max-width:16.66666667%;
    }
    .col-mobile-1{
        flex: 0 0 8.33333333%;
		max-width:8.33333333%;
    }
}

@media (min-width:480px) and ( max-width:767px ){ 
	.col-small-tablet-5-row{
        flex: 0 0 20%;
		max-width:20%;
    }
	.col-small-tablet-12{
        flex: 0 0 100%;
		max-width:100%;
    }
    .col-small-tablet-11{
        flex: 0 0 91.66666667%;
		max-width:91.66666667%;
    }
    .col-small-tablet-10{
        flex: 0 0 83.33333333%;
		max-width:83.33333333%;
    }
    .col-small-tablet-9{
        flex: 0 0 75%;
		max-width:75%;
    }
    .col-small-tablet-8{
        flex: 0 0 66.66666667%;
		max-width:66.66666667%;
    }
    .col-small-tablet-7{
        flex: 0 0 58.33333333%;
		max-width:58.33333333%;
    }
    .col-small-tablet-6{
        flex: 0 0 50%;
		max-width:50%;
    }
    .col-small-tablet-5{
        flex: 0 0 41.66666667%;
		max-width:41.66666667%;
    }
    .col-small-tablet-4{
        flex: 0 0 33.33333333%;
		max-width:33.33333333%;
    }
    .col-small-tablet-3{
        flex: 0 0 25%;
		max-width:25%;
    }
    .col-small-tablet-2{
        flex: 0 0 16.66666667%;
		max-width:16.66666667%;
    }
    .col-small-tablet-1{
        flex: 0 0 8.33333333%;
		max-width:8.33333333%;
    }
}
@media (min-width:767px) and ( max-width:1023px ){ 
	.col-tablet-5-row{
        flex: 0 0 20%;
		max-width:20%;
    }
	.col-tablet-12{
        flex: 0 0 100%;
		max-width:100%;		
    }
    .col-tablet-11{
        flex: 0 0 91.66666667%;
		max-width:91.66666667%;
    }
    .col-tablet-10{
        flex: 0 0 83.33333333%;
		max-width:83.33333333%;
    }
    .col-tablet-9{
        flex: 0 0 75%;
		max-width:75%;
    }
    .col-tablet-8{
        flex: 0 0 66.66666667%;
		max-width:66.66666667%;
    }
    .col-tablet-7{
        flex: 0 0 58.33333333%;
		max-width:58.33333333%;
    }
    .col-tablet-6{
        flex: 0 0 50%;
		max-width:50%;
    }
    .col-tablet-5{
        flex: 0 0 41.66666667%;
		max-width:41.66666667%;
    }
    .col-tablet-4{
        flex: 0 0 33.33333333%;
		max-width:33.33333333%;
    }
    .col-tablet-3{
        flex: 0 0 25%;
		max-width:25%;
    }
    .col-tablet-2{
        flex: 0 0 16.66666667%;
		max-width:16.66666667%;
    }
    .col-tablet-1{
        flex: 0 0 8.33333333%;
		max-width:8.33333333%;
    }
}
@media (min-width:1024px){
	.col-desktop-5-row{
        flex: 0 0 20%;
		max-width:20%;
    }
    .col-desktop-12{
        flex: 0 0 100%;
		max-width:100%;
    }    
    .col-desktop-11{
        flex: 0 0 91.66666667%;
		max-width:91.66666667%;
    }
    .col-desktop-10{
        flex: 0 0 83.33333333%;
		max-width:83.33333333%;
    }
    .col-desktop-9{
        flex: 0 0 75%;
		max-width:75%;
    }
    .col-desktop-8{
        flex: 0 0 66.66666667%;
		max-width:66.66666667%;
    }
    .col-desktop-7{
        flex: 0 0 58.33333333%;
		max-width:58.33333333%;
    }
    .col-desktop-6{
        flex: 0 0 50%;
		max-width:50%;
    }
    .col-desktop-5{
        flex: 0 0 41.66666667%;
		max-width:41.66666667%;
    }
    .col-desktop-4{
        flex: 0 0 33.33333333%;
		max-width:33.33333333%;
    }
    .col-desktop-3{
        flex: 0 0 25%;
		max-width:25%;
    }
    .col-desktop-2{
        flex: 0 0 16.66666667%;
		max-width:16.66666667%;
    }
    .col-desktop-1{
        flex: 0 0 8.33333333%;
		max-width:8.33333333%;
    }
}
@media (min-width:1500px){
	.col-desktop-xl-7-row{
        flex: 0 0 14.28571428571429%;
		max-width:14.28571428571429%;
    }	
	.col-desktop-xl-5-row{
        flex: 0 0 20%;
		max-width:20%;
    }
    .col-desktop-xl-12{
        flex: 0 0 100%;
		max-width:100%;
    }    
    .col-desktop-xl-11{
        flex: 0 0 91.66666667%;
		max-width:91.66666667%;
    }
    .col-desktop-xl-10{
        flex: 0 0 83.33333333%;
		max-width:83.33333333%;
    }
    .col-desktop-xl-9{
        flex: 0 0 75%;
		max-width:75%;
    }
    .col-desktop-xl-8{
        flex: 0 0 66.66666667%;
		max-width:66.66666667%;
    }
    .col-desktop-xl-7{
        flex: 0 0 58.33333333%;
		max-width:58.33333333%;
    }
    .col-desktop-xl-6{
        flex: 0 0 50%;
		max-width:50%;
    }
    .col-desktop-xl-5{
        flex: 0 0 41.66666667%;
		max-width:41.66666667%;
    }
    .col-desktop-xl-4{
        flex: 0 0 33.33333333%;
		max-width:33.33333333%;
    }
    .col-desktop-xl-3{
        flex: 0 0 25%;
		max-width:25%;
    }
    .col-desktop-xl-2{
        flex: 0 0 16.66666667%;
		max-width:16.66666667%;
    }
    .col-desktop-xl-1{
        flex: 0 0 8.33333333%;
		max-width:8.33333333%;
    }
}
.site-grid{
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
	position:relative;
	
}
.site-grid-inner{
	padding:0;
	position:relative;
}
.search-results .site-grid-inner{
	padding-top:40px
}
footer#footer{
	padding:20px 70px 40px 70px;
}
.fasto-row{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.fasto-inner-row{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.container{
	max-width:1300px;
	margin:auto;
	display:flex;
	flex-wrap: wrap;
}

/*
3.WordPress Core
================================================================================================================================
*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft,
.wp-block-cover.alignleft{
    float: left;
    margin: 20px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 20px 0 20px 20px;
}

a img.alignnone {
    margin: 20px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border-style:solid;
	border-width:1px;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 1.54em;
    margin: 0;
    padding: 5px 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
.wp-block-gallery .blocks-gallery-item figcaption{
	box-sizing:border-box
}

.wp-block-quote,
.wp-block-pullquote {
    padding: 0 30px;
    margin: 0 0 25px 0;
    position: relative;
    z-index: 1;
}
figure.wp-block-quote,
figure.wp-block-pullquote{
	padding-left:0
}
body .wp-block-cover p:not(.has-text-color){
	color:#fff
}
.wp-block-button{
	margin-bottom: 20px;
}
blockquote.is-style-large,
blockquote.is-style-large p{
	font-size:24px
}
.article-single ul.wp-block-gallery,
.page ul.wp-block-gallery{
	padding-left:0 !important;
	padding-right:20px
}
ul[class^=wp-block-]{
	margin-left:0;
	padding-left:0
}
.wc-block-grid__product-image img {
    height: auto;
}
.wp-block-search{
	position:relative
}
.wp-block-search button[type="submit"]{
	position: absolute;
    right: 0;
    top: 24px;
}
.rtl .wp-block-search button[type="submit"]{
	position: absolute;
    right: auto;
	left:0;
    top: 24px;
}
table.wp-block-table{
	margin-bottom:30px
}
.gallery-caption{

}
.bypostauthor{
	
}
.wp-block-embed{
	margin-left:0;
	margin-right:0
}
.wp-block-embed iframe{
	width:100%
}
.widget_media_gallery img{
	height:auto;
	border:none !important;
	border-radius:5px
}
.widget_media_gallery dt{
	margin-right:8px
}
.widget_media_gallery .gallery-item{
	margin:0 !important
}
.has-large-font-size {
    line-height: normal;
}
div[class^=wc-block] ul{
	list-style-type:none
}
.sticky .post-thumb{
    box-shadow: -2px 1px 37.6px 2.4px rgba(0, 0, 0, 0.37);
    border-radius: 6px;
}

/* 4.Theme core */
body{
	font-size:16px
}
h1{
	font-size:36px;
	line-height:1.33em
}
h2{
	font-size:30px;
	line-height:1.4em
}
h3{
	font-size:24px;
}
h4{
	font-size:20px;
}
h5{
	font-size:18px;
}
h6{
	font-size:16px;
}
body, p, .primary-font{
	font-family: 'Bikes', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",sans-serif;
	font-weight:300
}
h1,h2,h3,h4,h5,h6,.brand-name-big,.secondary-font{
	font-family: 'Bikes', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",sans-serif;
	font-weight:500
}
.bike-model .post-title,
.bikes-cats-subcats-list h2,
.bikes-cats-subcats-list h3,
.bikes-cats-subcats-list h4,
.bike-advisor h3,
.bike-components h3,
.bike-components h4{

}
footer h3{
	font-weight:400;
}
a{
	text-decoration:none;
	transition: color .2s, border-color .2s;
	cursor:pointer;
}
p{
	line-height:1.65em;
	margin:30px 0;
	font-size:15px;
	color: #5a5a5a;
}
li,dt,dd{
	line-height:2em
}
ul{
	list-style-type:none;
	padding-left:20px
}
b, strong, dt, th{
	font-weight:500
}
img{
	max-width:100%
}
table {
  border-collapse: collapse;
  width: 100%;
}
td, th {
  border-width: 1px;
  border-style: solid;
  text-align: left;
  padding: 10px 15px;
}
pre,code{
    font-size: 14px;
    line-height: 1.33em;
	border-radius:5px
}
pre{
	padding:20px;
}
code{
	padding:5px 15px;
	display:inline-block;	
}
input[type="submit"]{
	border:none;
	border-radius:5px;
	padding:14px 24px;
	transition:background 0.3s ease;
	cursor:pointer;
}
input[type="search"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type=tel],
textarea{
	border-radius:5px;
	padding:13px 24px;
	border-width: 1px;
	border-style: solid;
	box-sizing:border-box;
	width:100%
}
button{
	border-radius:5px;
	border:none;
	padding:15px 24px;
	transition:background .3s ease;
	cursor:pointer;
}
select {
    width: 100%;
    padding:15px 24px;
    border-style: solid;
    border-width: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 1) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBhcmlhLWxhYmVsbGVkYnk9ImFycm93RG93bkljb25UaXRsZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIGZpbGw9Im5vbmUiIGNvbG9yPSIjMDAwMDAwIj4gPHRpdGxlIGlkPSJhcnJvd0Rvd25JY29uVGl0bGUiPkFycm93IERvd248L3RpdGxlPiA8cGF0aCBkPSJNNiAxNWw2IDYgNi02Ii8+IDxwYXRoIGQ9Ik0xMiAzdjE3Ii8+IDxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTEyIDIxdi0xIi8+IDwvc3ZnPg==") no-repeat 85% center;
	background-size:16px;
    font-size: 14px;
    margin-bottom: 20px;
	border-radius:5px
}
.rtl select{
	background-position: 5% center;	
}
svg{
	display: inline-flex;
    align-self: center;
	width:1em;
	fill:currentColor;
	transition:color .3s ease
}
.wp-block-quote,
.wp-block-pullquote,
blockquote,
blockquote p{
	font-size:18px;
	/* font-weight:bold; */
	position:relative;
}
blockquote p{
	padding-top:0;
	margin-top:0
}
blockquote{
	position:relative;
	margin-left: 0;
	padding:0 30px
}
.rtl blockquote{
	margin-right: 0;
}
blockquote::before{
	position:absolute;
	content:' ';
	width:5px;
	height:100%;
	left:0;
	top:0;
	border-radius:5px
}
.rtl blockquote::before{
	right:0;
	left:auto;
}
cite{
	font-size:14px;
	font-weight:normal
}
::placeholder{
	font-size:13px
}
::-webkit-input-placeholder{
	font-size:13px
}
:-moz-placeholder{
	font-size:13px
}
::-moz-placeholder{
	font-size:13px
}
:-ms-input-placeholder{
	font-size:13px
}
.align-center{
	text-align:center;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
.width100{
	width:100%
}
.visible{
	opacity:1 !important
}
.article-single ul,
.page-content ul{
	list-style-type:square
}
.overlay::before{
	content:' ';
	opacity:0;
	transition:opacity .5s ease;
}
.overlay.visible::before{
    position: absolute;
    left: 0;
    top: -100px;
    width: 100%;
    background: rgba(0,0,0,.8);
    z-index: 3;
    opacity: 1;
    height: calc( 100% + 180px );
}

/* 5.Colors */

/* Core colors */

body,
.body-color,
.pagination a,
.tagcloud a,
ul.tags a{
	color:#26272c; /* Body color */
}

h1, h1 a,
h2, h2 a,
h3, h3 a,
h4, h4 a,
h5, h5 a,
h6, h6 a,
.widget a,
.menu > .menu-item > a,
.menu .page_item > a,
.sub-menu a,
.widget h2,
header .logo h1,
.comment-reply a{
	color:#313b4e
}
.menu > .menu-item > a{
    color: #3a3a3a;
}
h1, h1 a,
h2, h2 a,
h3, h3 a,
h4, h4 a,
h5, h5 a,
h6, h6 a{
	letter-spacing:-0.01em !important
}
.mobile-trigger.is-active .mobile-trigger-inner,
.mobile-trigger.is-active .mobile-trigger-inner::before,
.mobile-trigger.is-active .mobile-trigger-inner::after,
.mobile-trigger-inner, 
.mobile-trigger-inner::before, 
.mobile-trigger-inner::after,
pre, code{
	background-color:#283244;
}
td, th,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="number"],
input[type=tel],
textarea,
select,
.author-box,
body .wp-block-table.is-style-stripes td,
.comment-container,
.breadcrumb-navigation,
#sidebar .widget{
	border-color: rgba( 14,22,56 , .1 );
}
article .separator,
.articles .separator,
article .vertical-separator,
.article-single .vertical-separator,
header#theme-header::after,
.separator.single,
.post-widget:after{
	background-color:rgba( 14,22,56 , .2 );
}
.main-separator{
	background-color:rgba( 14,22,56 , .3 );
}
.articles .post-title:after,
.related-articles .post-title:after{
	background-color:rgba( 14,22,56 , .7 );
}
.tagcloud a,
ul.tags a{
	border-color:rgba( 14,22,56 , .3 );
}
.search-trigger.mobile svg{
	fill:#0e1638
}
/* White color */

.post-category a,
.post-category a:hover,
.download-button a,
.download-button a:hover,
.pagination a:hover,
.pagination li.active a,
.single .pagination span.current,
input[type="submit"],
button,
footer .widget h1,
footer .widget h2,
footer .widget h3,
footer .widget h4,
footer .widget h5,
footer .widget h6,
.footer-logo h1,
.post-category.single,
.category-count span,
article:hover .category-link ,
pre, code,
footer h2{
	color:#fff;
}
.pagination a,
.single .pagination span,
.views-and-downloads span,
.sub-menu,
header#theme-header,
.wp-caption,
.site-grid-inner{
	background-color:#fff;
}
footer .post-widget:after{
	background-color:rgba( 255,255, 255 , .2 );
}
.slick-arrow svg,
.download-button svg,
#after-footer .social-and-search svg,
.author-box .social-and-search svg,
.post-category.single,
footer .post-widget span svg{
	fill:#fff
}
footer td, 
footer th,
footer input[type="search"],
footer input[type="text"],
footer input[type="email"],
footer input[type="password"],
footer textarea{
	border-color:rgba( 255,255, 255 , .1 );
}
footer .widget{
	border-color:rgba( 255,255, 255 , .2 );
}
footer .tagcloud a{
	border-color:rgba( 255,255,255, .5 );
}
footer .widget p{
	color:rgba( 255,255,255, .7 );
}

/* Theme main color 1 */

a,
.color-1,
.widget .color-1,
.widget a:hover,
.sub-menu .current-menu-item > a,
.sub-menu a:hover,
.menu > .menu-item > a:hover,
.menu > .menu-item:hover > a,
.menu > .current-menu-item > a,
.menu > .current-menu-ancestor > a,
.menu .page_item:hover > a,
ul.tags a:hover,
.comment-date,
.widget th a,
.widget td a{
	color:#ff655a
}
.bg-color-1,
.pagination a:hover,
.pagination li.active a,
.single .pagination span.current,
.category-count span,
input[type="submit"],
button,
#after-footer .social-and-search,
.author-box .social-and-search,
.wp-block-quote::before,
.wp-block-pullquote::before,
blockquote::before,
.widget .line{
	background-color:#ff655a;
}
.social-and-search:hover{
	border-color:#ff655a;
}
.social-and-search,
.tagcloud a:hover,
.tags a:hover{
	border-color:rgba(255, 124, 52, .4)
}
.social-and-search svg,
.author-date svg{
	fill:rgba(255, 124, 52, .4)
}
header .social-and-search a:hover svg,
header .author-date a:hover svg,
li.author:hover > a.author-dropdown > svg{
	fill:rgba(255, 124, 52, 1)
}
.social-and-search svg{
    fill: #313b4e;
}

/* Misc colors */
/* Body gradient */
body{
    background-color: #e0e0e0;
}
/* Footer background */
footer#footer{
	/* background: #201423 
	background: linear-gradient(90deg,#1e1e1e,#343538);*/
}
/* Category background */
.category-link{
	background-color: #ff7c34
}
.post-thumb a:not(.category-link),
.pagination .nav-links,
.pagination{
	background-color:#fff
}
.wp-caption {
    border-color:#c7c7c7
}
header #searchform,
article:hover .post-category {
	box-shadow: -2px 1px 37.6px 2.4px rgba(0, 0, 0, 0.15);
}
.fasto-fallback-menu a{
	color:#0e1638
}
    

/* 6.Header */
header#theme-header{
	display:flex;
	padding: 8px 30px;
	width:100%;
	margin:0 auto;
	z-index: 101;
    position: relative;
	justify-content:space-between;
	position:sticky;
	top:0;
	box-shadow: 1px 3px 12px 5px rgb(0 0 0 / 3%);
}
header#theme-header .container{
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
	max-width: 1270px;
}
header#theme-header::after{
	content:none;
	position:absolute;
	width:calc( 100% - 140px );
	left:70px;
	bottom:0;
	height:1px
}
header#theme-header.open::after{
	content:none
}
header#theme-header.header-sticky::after{
	content:none;
}
header#theme-header .logo h2{
	font-size: 12px;
    margin-top: 0;
}
.search-and-menu{
	display:flex;
    align-items: center;
}
.author-social-search .count{
	color:#fff
}

.author-social-search .default-btn,
.search-and-menu .default-btn,
#theme-header .menu-item.bike-tools .default-btn{
	padding: 13px 15px;
    min-width: 130px;
    margin-right: 6px;
    font-size: 15px;
    background: transparent !important;
    color: #313b4e;
    border: solid 1px rgb(187, 187, 187);
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
}
.author-social-search .default-btn.filter{
	background: linear-gradient(to right, rgb(255, 128, 8), rgb(255, 200, 55)) !important;
    border: solid 1px transparent;
    color: #fff;
}
.author-social-search .default-btn.filter svg{
    fill: #fff;
}

.author-social-search .default-btn:hover,
.search-and-menu  .default-btn:hover,
#theme-header .menu-item.bike-tools .default-btn:hover,
#theme-header .default-btn.active{
	color:#fff;
	border:solid 1px transparent
}
.author-social-search .default-btn:hover svg,
#theme-header .menu-item.bike-tools .default-btn:hover svg,
#theme-header .default-btn.active svg,
.search-and-menu  .default-btn:hover svg{
	fill:#fff;
}

.author-social-search .default-btn svg,
#theme-header .menu-item.bike-tools .default-btn svg,
.search-and-menu .default-btn svg{
	fill:#313b4e
}

.buttons-holder .default-btn{
    padding: 14px 15px;
}

.buttons-holder .default-btn{
    min-width: 220px;
    margin-bottom: 10px;
}
.more-buttons .buttons-holder .compare{
    min-width: 200px;
}
.buttons-holder .default-btn.filter{
    min-width: 150px;
}
.default-btn.gearing{
    min-width: 190px;
}
.default-btn.gearing svg{
   width:30px;
   height:30px;
}
.buttons-holder .default-btn.compares{
    min-width: 240px;
}
.default-btn.active{
   color:#fff !important;
   border:solid 1px transparent !important
}
.default-btn.active svg{
   fill:#fff !important;
}
.buttons-holder.lines .default-btn {
	background: transparent !important;
    color: #313b4e;
    border: solid 1px rgb(187, 187, 187);
}
.buttons-holder.lines .default-btn:hover {
    color: #fff;
    border: solid 1px transparent;
}

.header .buttons-holder.lines .default-btn svg{
	fill: #858585;
}
.buttons-holder.lines .default-btn:hover svg {
    fill: #fff;
}
.buttons-holder.lines .default-btn svg{
    fill: #313b4e;
}
.buttons-holder.lines .default-btn .count{
	color:#fff
}
.before-footer .default-btn,
.bike-latest-compare-holder .default-btn{
	margin:4px
}

.default-btn.gearing{
	background: linear-gradient( 107deg, #ff5722 0%, #e91e63 100%);
}
.author-social-search .default-btn svg,
.buttons-holder .default-btn svg{
    right: 12px;
}
.search-and-menu .default-btn{
	min-width: 50px;
    padding: 22px;
	margin-right:5px
}
.search-and-menu .default-btn svg{
    right: 14px;
}
.search-and-menu .default-btn.gearing svg{
	right: 10px;
}
.logo,
nav.primary,
.author-social-search,
.social-and-search{
	display:flex;
	align-items:center;
}
.social-and-search{
	transition:all .4s ease
}
.social-and-search ul li{
    display: inline-block;
}
.author-social-search{
	white-space: nowrap
}
.author-social-search svg{
	transition: all .4s ease;
}
.logo{
	min-width:120px
}
.logo img{
    display: block;
	height: auto;
}
.logo{
	max-width:160px
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
  
	.logo{
		width:50%
	}

}
.social-and-search svg{
	width:20px;
	height:20px;
}
.social-and-search{ 

}
.social-and-search ul{
    padding: 0;
    margin: 0;
    display: block;
    line-height: 0;
	padding:0
}
.social-and-search a{
padding: 10px 10px;
    line-height: 0;
    display: block;
}
.author-box .social-and-search svg{
	transition:all .4s ease;
	transform:translateY(0)
}
.author-box .social-and-search svg:hover{
	transform:translateY(-2px)
}
.breadcrumb-navigation .social-and-search a:hover svg{
	transform:translateY(-2px)
}
.search-mobile{
	display:none
}
.search-trigger:hover svg{
	opacity:.7
}
header #searchform{
	width:calc( 100% - 120px );
	border-radius:5px;
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
	transform:translateY(10px);
	z-index:7;
	top:54px;
	max-width: 1200px;
}
header #searchform.active{
	opacity: 1;
	width:calc( 100% - 140px );
	visibility: visible;
	transform:translateY(0);
}
header  #searchform input{
	padding: 20px 24px;
	border:none;
	width:100%;
	border-radius: 5px 7px 7px 5px;
}
.topbar{
    display: flex;
    width: 100%;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
}
.rtl #searchform input[type="submit"]{
    left: 0;
	right:auto;
	border-radius:5px 0 0 5px 
}
#search-form-holder{
	position:relative
}
#searchform button[type="submit"] {
	position: absolute;
    right: 0;
    max-width: 150px;
    border-radius: 0 5px 5px 0;
    padding:19px;
    min-width: 80px;
}
header#theme-header .site-title{
	margin:0;
	padding:0;
	letter-spacing:-0.05em;
	text-transform:uppercase;
	font-size:32px;
	line-height:1em;
	margin-right:10px
}
.site-description{
	font-size:11px;
	text-transform:uppercase;
	padding:0;
	margin:0
}
.header-image{
	margin-bottom:-10px
}

/* 7.Menu */
 .menu{
    line-height:1;
    margin:0;
    padding:0;
    width:100%;
    list-style:none;
    list-style-type:none;
}
 .menu li{
    display:inline-block;
    margin:0;
    text-align:left;
	position:relative
} 
.rtl .menu li{
    text-align:right;
}
 .menu a{
    display:block;
    padding: 4px 15px;
    position:relative
} 
ul#primary > .menu-item > a,
div#primary > ul > .page_item  > a,
div#primary > ul > .current_page_item  > a{
	font-weight:bold;
    font-size: 16px;
}
 .menu a:hover,.menu a:focus,
 .menu .current-menu-item > a,
 .menu .current_page_item > a{
    text-decoration:none
}
 .menu .sub-menu,
 .menu .children{
    -webkit-transition:opacity .4s ease-in-out;
    -moz-transition:opacity .4s ease-in-out;
    -ms-transition:opacity .4s ease-in-out;
    -o-transition:opacity .4s ease-in-out;
    transition:opacity .4s ease-in-out;
    max-width:190px;
    z-index:99;
    margin:0;
    padding:0;
    left:-9999px;
    opacity:0;
    position:absolute;
} 
.rtl .menu .sub-menu,
.rtl .menu .children{
    left:auto;
}
 .menu .sub-menu a,.menu .children a{
    padding: 0px 20px;
    position: relative;
    width: 190px;
}
 .menu .sub-menu .sub-menu,
 .menu .children .children{
    margin:-47px 0 0 190px;
}
.rtl .menu .sub-menu .sub-menu, 
.rtl .menu .children .children {
    margin: -47px 190px 0 0;
}
.sub-menu{
	padding:15px 0
}
 .menu li:hover,
 .menu li.focus{
    position:static
}
 .menu li:hover > .sub-menu,
 .menu li:hover > .children,
 .menu li.focus > .sub-menu,
 .menu li.focus > .children{
    left:auto;
    opacity:1
}
div#primary ul{
	padding:0;
	margin:0
}
@media only screen and (min-width:1024px) {
		 
	.menu .sub-menu{
		padding:15px 0
	}
		 
	.menu .sub-menu,.menu .children{
		box-shadow:-1px 0px 16px 0px rgba(0, 0, 0, 0.07);
		border-radius:5px
	}
	.menu li.menu-item-has-children > a:after{
		content: ' ';
		width: 0;
		height: 0;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 4px solid #000;
		position: absolute;
		top: 10px;
		right:20px;
		margin-left: 10px;
		transform: rotate(-90deg);
	}
	.menu > li.menu-item-has-children > a:after{
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 4px solid #000;
		position: relative;
		right:unset;
	}
	.rtl .menu li.menu-item-has-children > a:after {
		right: auto;
		margin-left: 0;
		margin-right: 10px;
		transform: rotate(90deg);
		left: 20px;
	}
	.rtl .menu > li.menu-item-has-children > a:after {
		right: auto;
		margin-left: 0;
		margin-right: 10px;
		transform: rotate(98deg);
		left: 20px;
	}		
	
	.menu-item.bike-tools{
		display:none;
	}
}


/* 8.Breadcrumb navigation */
.breadcrumb-navigation{
	padding: 30px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    padding-left: 0;
    padding-top: 0;
}
.search .breadcrumb-navigation{
	padding-bottom:0
}
.page .breadcrumb-navigation {
    margin-bottom: 0;
    padding-bottom: 0;
}
.page-template-page-full .breadcrumb-navigation {
    padding-top: 30px
}
.author .breadcrumb-navigation{
	padding:0;
	border:none
}
.breadcrumb-navigation h1{
	margin:0;
	padding:0;
	text-align: center;
}
.page-template-page-compares .breadcrumb-navigation h1{
	padding:40px 0;
}
.search-no-results .breadcrumb-navigation h1{
	padding-top:30px;
}
ul.breadcrumb{
	margin-top:0;
	margin-bottom:0;
	padding-left:0;
}
.single ul.breadcrumb{
	margin-bottom:12px;
	font-size:12px
}
.rtl ul.breadcrumb{
	padding-right:0;
}
ul.breadcrumb li{
	display:inline-block;
	vertical-align:middle;
}


/* 9.Blog */
.single .article-title{
-ms-word-wrap: break-word;
    word-wrap: break-word;
    width: 100%;
    margin-top: 10px;
    letter-spacing: 0.1px;
    margin-bottom: 30px;
	margin-top: 10px !important;
	font-size:32px
}
.single .other-posts{
-ms-word-wrap: break-word;
    word-wrap: break-word;	
}
.post-thumb{
	position:relative;
	max-width:100%;
	transition:all .5s ease;
}
.post-thumb.bike .post-thumb-inner{
	max-width:550px;
	position: relative;
}
.single .article-single .post-thumb{
	margin-bottom:30px
}
.single .article-single .post-thumb a{
	/* background:none */
}
.post-thumb img{
	border-radius:5px;
	display:block;
    backface-visibility: hidden;
    height: auto;
}
.single-bike .post-thumb img{
	margin-bottom:15px
}
.articles .post-thumb img,
.related-articles .post-thumb img{
	width: 100%;
	transition: filter 0.7s;	
}
.post-content{
	position:relative
}
.post-content img,
.page-content img{
	transition:all .5s ease;
}
.post-content img.lazyload,
.page-content img.lazyload{
	opacity:0
}
.post-content ul,
.page-content ul{
	list-style-type:none;
}
.post-content ul,
.page-content ul{
	padding-left:15px
}
.post-content ul li,
.page-content ul li{
	margin-bottom:2px
}
.page-content ul li, .post-content ul li {
    margin-bottom: 6px;
}
.post-content table,
.page-content table{
	margin-bottom:40px
}
.post-thumb a{
	display:block;
	border-radius:8px;
}
.cover-image{
	display:block;
	opacity:0;
	border-radius:5px
}
.unset-absolute{
	position:initial
}
.post-title{
	font-size: 28px;
    line-height: 1.23em;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	position:relative
}
.articles .post-title ,
.related-articles .post-title{
	padding-bottom:20px
}
.related-articles .post-title a{
	margin-bottom:0
}
.articles .post-title:after,
.related-articles .post-title:after{
    position: absolute;
    bottom: 0;
    content: ' ';
    width: 70px;
    height: 2px;
}
.grid-4 .post-title{
	font-size: 18px;
	line-height: 1.43em;
}
.post-title a{
	display:block;
	font-weight: 300;
}
.post-details{
	padding:18px 0;
	margin-bottom:20px;
}
.related-articles .post-details{
	margin-bottom:0;
	padding-bottom:0;
	padding-top: 0;
}
.related-articles .post-title:after{
	content:none
}
article p{
	font-size:15px;
	line-height:1.75;
	margin-top: 15px;
	margin-bottom:10px
}
article .separator,
.articles .separator{
	height:1px;
	margin-bottom:10px
}
.main-separator{
	height:3px;
	width:calc( 100% - 30px );
	margin-bottom:58px;
	margin-left:auto;
	margin-right:auto;
}
.main-separator.mobile,
.main-separator.tablet{
	display:none
}
.separator.single {
	height:1px;
	margin: 20px 0 35px 0;
}
.separator.single.big {
	margin-top:0
}
article .vertical-separator,
.article-single .vertical-separator{
	width:1px;
	height:20px;
	margin:0 15px
}
.article-single img{
	border-radius:5px
}
.sl-image img{
	border-radius:5px
}
.post-category{
	position: absolute;
    bottom: 56px;
    left: 15px;
    z-index: 2;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    transition: all .33s ease;
    transform: translate(0, 0);
    display: flex;
}
.post-category a:nth-of-type(2){
	margin-left:4px;
}
.rtl .post-category a:nth-of-type(2){
	margin-left:0;
	margin-right:4px
}
.rtl .post-category{
	right:15px;
	left:auto;
}
.post-category a{
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 7px;
    justify-content: center;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1px;
}
.post-category span{
	z-index:2
}
.post-category.single{
	position:static;
	margin-bottom:12px;
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	
}
.post-category.single a,
.post-category.single span{
	text-align:center;
	margin:0 5px 5px 0;
	padding:7px 15px;
	display: flex;
    align-items: center;
	border-radius:5px;
}
.post-category.single span.downloads{
	padding:5px 15px
}
.post-category.single svg{
	width:22px;
	margin-right:5px
}
.rtl .post-category.single svg{
	margin-right:0;
	margin-left:5px;
}
.post-category.single a::before{
	content:none;
}
.post-category{
	overflow:hidden
}
.category-link::before{
	content:' ';
	position:absolute;
	border-radius:4px;
	width:100%;
	height:100%;
	transform:scale( 0 );
	transition: all 0.3s ease;
	right:0;
	top:0
	
}
article:hover .category-link::before{
	transform:scale( 1 );
}
.author-date{
	font-size:12px;
	padding-bottom:15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-transform:uppercase;
}
.article-single .author-date{
	margin-top: -12px;
}
.author-date svg{
	width:24px;
	height:24px;
	margin-right:5px;
}
.rtl .author-date svg{
	margin-right:0;
	margin-left:5px
}
.author-date a{
	font-size:12px;
	display: flex;
	align-items: center
}
ul.tags{
	padding-left:0;
	clear:both;
}
.rtl ul.tags{
	padding-right:0;
}
ul.tags li{
	display: inline-block;
	margin:0 8px 8px 0
}
ul.tags a{
	padding:2px 8px 4px 8px;
	border-width:1px;
	border-style:solid;
	border-radius:5px;
}
#comments{
	clear:both;
}
#comments > ul{
	padding-left:0
}
.rtl #comments > ul{
	padding-right:0
}
.comment-container{
	display:flex;
	padding-bottom:25px;
	margin-bottom:25px;
	border-width:0 0 1px 0;
	border-style:solid;
}
.comment-container img{
	max-width: 80px;
	margin-right:15px;
	border-radius:5px
}
.rtl .comment-container img{
	margin-right:0;
	margin-left:15px;
}
.comment-container h3{
	padding-top:0;
	margin-top:0;
	margin-bottom:5px
}
.comment-date {
	font-size:12px
}
.the-comment p {
	margin:5px 0;
	font-size:13px;
}
.comment-reply{
	font-size:12px
}
.comment-holder{
	overflow:auto
}
.comment-author-img,
.comment-holder{
	flex-direction: column;
}
.comment-form input{
	margin-bottom:15px
}
.comment-form textarea{
    height: 175px;
}
.comment-respond h2,
.comments-area h2{
    padding-bottom:10px
}
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url{
	margin:0
}
ul .pingback{
	list-style-type:none
}
ul .pingback p > a{
	display:block
}
ul .pingback .edit-link{
	font-size:12px
}
.nocomments{
	font-size:20px
}
input[name="post_password"]{
	margin-bottom:20px
}
.author-box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 75px 30px 45px 30px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    position: relative;
    margin-top: 70px;
}
.archive .author-box {
    margin-top: 0;
	margin-bottom:70px
}
.author-box h3 {
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.author-box h2 {
    padding: 0 0 10px 0;
	margin-top:10px;
	padding-bottom:0;
	margin-bottom:15px;
	font-size:36px;
}
.author-box p {
	max-width:720px;
	margin:auto;
	margin-top:0;
	margin-bottom:30px
}
.author-box .author {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    width: 80px;
    height: 80px;
    border-radius: 5px;
}
.author-box .author img{
	border-radius:5px
}
.author-box .social-and-search {
    display: table;
    margin: auto;
}
.related-articles h2.title{
	margin:40px 0;
	font-size:26px;
}
.number-of-shares{
	font-size:32px;
	line-height:0.7em;
	margin-left:3px;
	text-align:center;
	margin-right:20px;
	font-weight:bold;
	padding-top: 8px
}
.rtl .number-of-shares{
	margin-right:3px;
	margin-left:20px;
}
.number-of-shares span{
	font-size:12px;
	display:block;
	font-weight:normal
}
.other-posts h2{
	margin-top:0
}
.other-posts h3{
    margin: 10px 0 10px 0;
    font-size: 20px;
    line-height: 1.43em;
}


/* 10.Widgets */
.widget{
	font-size:14px;
	margin-top: 50px;
	position:relative
}
.widget:last-of-type{
	border:none;
	padding-bottom:0
}
.widget {
    border-width: 0 0 1px 0;
    border-style: solid;
	padding-bottom: 40px
}
.widget h2{
	font-size: 18px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: normal;
	margin-bottom:30px;
	margin-top: 0;
	display:inline-block;
	padding-left:25px
}
.widget .line{
    width: 50px;
    height: 1px;
    border-radius: 20px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -4px;
	display:none
}
.widget h2:after{
	top:8px !important;
	width:10px !important;
	height:5px !important;
}
.rtl .widget .line{
    margin-left: 0;
    margin-right: 10px;
}
.widget p{
	font-size:13px;
	line-height:1.69em
}
.widget a{
	line-height:2em;
}
.widget ul:not(.sub-menu-widget):not(.children){
	margin-left:0;
	padding-left:0;
	padding-right:0;
	margin-top:0
}
.widget th,
.widget td{
	padding:5px;
	text-align:center
}
.widget th a,
.widget td a{
	line-height:normal;
	font-weight:bold
}

.widget table caption{
	padding-bottom:10px;
	text-align:left
}
.widget .comment-author-link,
.widget .rsswidget{
	font-weight:bold
}
.widget.widget_rss li{
	padding-bottom:15px
}
.widget .tagcloud a{
	display:inline-block;
	line-height:1em;
	padding:5px 10px;
	border-radius:5px;
	border-width: 1px;
	border-style: solid;
	margin:0 4px 8px 0;
	text-transform:capitalize;
	font-size:14px
}
.widget_search,
.widget_calendar,
.widget_media_image,
.widget_search{
	padding-bottom:60px
}

.widget_media_gallery,
.widget_tag_cloud{
	padding-bottom:50px
}
.widget h3.post-title{
	font-size:16px;
	letter-spacing:0.3px;
	margin-bottom:5px
}
.widget .post-title a{
	line-height:1.5em
}
.sidebar-posts{
	margin-top:10px;
	margin-bottom: -20px /* for the last post-widget:before */
}
.post-widget{
	margin-bottom:20px;
	position:relative;
	padding-bottom:20px;
}		
.post-widget:after{
	position:absolute;
	bottom:0;
	content:' ';
	width:200px;
	height:1px;
}
footer .custom-html-widget ul li{
	position:relative;
	padding-left:14px
}
footer .custom-html-widget ul li h3{
	margin:0;
	padding:0;
	margin-bottom: 12px;
	line-height:0
}
footer .custom-html-widget ul li h3 a{
	line-height:1.75em;
	font-size:14px;
	color:rgba(255,255,255,.5)
}
footer .custom-html-widget ul li:after,
footer .more-brands ul li:after{
    position: absolute;
    left: 0;
    top: 9px;
    content: ' ';
	background: rgb(255 255 255 / 80%);
    width: 3px;
    height: 3px;
    border-radius: 5px;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 42px;
  height: 42px;
  margin: 8px;
  border-radius: 50%;
  border: 3px solid #ff655a;
  border-color: #ff655a transparent #ff655a transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#search-form-holder .lds-dual-ring{
	position: absolute;
	left: 90px;
    top: 0;
}
article:last-child .post-widget:after{
	content:none;
}	
.post-widget span{
	display:flex;
	font-size:12px
}
.post-widget span svg{
	margin-right:5px
}
.post-widget .cover-image,
.post-widget .post-thumb a{
	border-radius:5px;
}
.post-widget .thumb{
	padding-right: 0;
	max-width:120px
}
.rtl .post-widget .thumb{
	padding-right: 15px;
	padding-left: 0;
}
.post-widget .slick-arrow.slick-prev {
    right: 7px;
}
.post-widget .slick-arrow.slick-next {
    left: 7px;
}
.category-count span{
    line-height: 1em;
    margin-left: 10px;
    font-size: 10px;
    padding: 1px 5px;
	border-radius:4px
}
.widget_search input[type="submit"]{
	border-radius: 0 5px 5px 0
}
#sidebar .widget:last-of-type{
	margin-bottom:50px
}
article{
	position:relative;
}
.date-published {
    position: absolute;
    top: -12px;
    right: -10px;
    background: white;
    padding: 7px 12px;
    border-radius: 5px;
	text-align:center;
	box-shadow: -2px 1px 37.6px 2.4px rgba(0, 0, 0, 0.1);
}
.date-published span.small{
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-top: -5px;
}
.date-published span.big{
    font-size: 32px;
    font-weight: bold;
    line-height: 1em;
}

/* 11.Slick Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}
.slick-arrow{
	position:absolute;
	top:50%;
	z-index:2;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
	transition:opacity .3s ease, color .3s ease;
}
.slick-arrow svg{
	width:28px;
	height:28px;
}
article .slick-arrow{
    padding: 0px;
    border-radius: 5px;
    width: 30px;
	height: 30px;
	opacity: .7;
}
article:hover .slick-arrow{
    padding: 0px;
    border-radius: 5px;
    width: 30px;
	height: 30px;
	opacity: 1;
}
.slick-arrow.slick-next{
	left:15px
}
.slick-arrow.slick-prev{
	right:15px
}

/* 12.Various */

/* Search page */
#search-no-result h2{
	margin-top:0;
	margin-bottom:10px;
	font-size:36px
}
#search-no-result h3{
	margin-top:0;
	margin-bottom:60px
}
.search-result{
	text-transform:capitalize
}
#search-no-result{
    text-align: center;
}
/*
.adsbygoogle[data-ad-status="unfilled"]{
	height:0 !important
}
*/

/* 404 page */
#page-404 h1{
	margin-top:0;
	margin-bottom:10px
}
#page-404 h3{
	margin-top:0;
	margin-bottom:60px
}
#page-404{
	text-align:center;
	padding:50px 15px
}


/* Misc */
.ea_shortcode_cont{
	width:100%
}

/* Pagination */
.search.pagination{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1260px;
	margin: auto;
	justify-content: center;
}
.search.pagination .current{
	color:#ff655a;
	text-align: center;
    width: 40px;
    height: 30px;
	padding-top: 0;
}
.search.pagination a, .search.pagination span{
	text-align: center;
    width: 40px;
    height: 30px;
    line-height: 1;
    padding-top: 0;
    display: inline-flex;
    align-items: center;
	justify-content: center;
	overflow: hidden;
    white-space: nowrap;
}
.search.pagination a.prev, .search.pagination a.next{
	width: 80px;
}
.search.pagination .dots{
	width: 30px;
}
.pagination{
	width:calc( 100% - 30px );
	margin:0 auto;
	clear:both
}
.page .pagination{
	width:100%;
}
.pagination .nav-links{
	padding: 35px 15px;
    text-align: center;
    border-radius: 5px;	
}
.pagination{
    border-radius: 5px;
	margin-top: 50px;
}
.pagination a,
.pagination span,
.single .pagination span{
	width:50px;
	height:50px;
	display:inline-block;
	border-radius:50px;
	padding-top:10px;
	transition: background 0.3s ease, color 0.3s ease;
	margin: 0 3px;
}
.page-numbers.current{
	color:#ff655a;
	font-weight:bold
}
.page .pagination span,
.page .pagination a{
	display:inline-block;
	margin: 0 10px;
	vertical-align: middle
}
.single .pagination{
	width:100%;
}
.single .pagination ul{
	padding: 15px;
}
.single .pagination li{
	text-align:center
}
.pagination li:before{
	content:none !important
}

/* Social share */

.social-share-holder {
    margin: 0;
	left:0;
    position: absolute;
    padding-left: 0;
    max-width: 40px;
	height:100%;
	z-index:1
}
.social-share {
	top:140px;
    position: sticky;
}
.social-share-holder ul{
	padding:0;
	margin:0
}
.after-post .social-share-holder {
    position: static;
	max-width:100%
}
.after-post .social-share-holder ul{
    margin:0 -3px
}
.after-post .social-share-holder li{
    margin:3px
}
.after-post ul.social-share a::before {
	transform:scale(0);
}
.after-post ul.social-share a:hover::before {
	transform:scale(1);
}
ul.social-share li {
	float: left;
	margin:0;
	padding: 0;
	line-height: 0;
	overflow:hidden;
	margin-bottom:5px
}

ul.social-share a {
	padding: 10px 12px;
	display: block;
	min-width: 20px;
	text-align: center;
	line-height: 1.2em;
	transition: all .5s ease;
	position:relative;
	z-index:2;
	background: #fff;
	border:solid 1px #adadad;
}
ul.social-share a:hover {
	border-color:transparent
}

ul.social-share svg {
	display: block;
    width: 20px;
	height:20px;
    z-index: 1;
    position: relative;
	transition:all .5s ease;
    fill: #313b4e;
}

ul.social-share a.mail:hover svg {
	fill:#fff;
}

ul.social-share a::before {
	position:absolute;
	content:' ';
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:0;
	transition:all .3s ease;
	transform:translateX(-100%);
	z-index:0;
}
ul.social-share a:hover::before {
	opacity:1;
	transform:translateX(0);
	background:#fff
}
ul.social-share a.mail:hover::before {
	background:#0e1638;
}
ul.social-share a:hover svg {
	fill:#fff
}
ul.social-share a.facebook:hover::before {
	background:#3a5799;
}
ul.social-share a.twitter:hover::before {
	background:#21bff3;
}
ul.social-share a.pinterest:hover::before {
	background:#cc2127;
}
ul.social-share a.linkedin:hover::before {
	background:#0274b3;
}

/* Responsive trigger */

.mobile-trigger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	border: 0;
	margin: 0;
	line-height: 0;
	overflow: visible;
	display: none;
	background-color:transparent
}

.mobile-trigger:hover {
	background: none
}

.mobile-trigger:hover {
	opacity: 0.7;
}

.mobile-trigger.is-active:hover {
	opacity: 0.7;
}

.mobile-trigger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.mobile-trigger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.mobile-trigger-inner,
.mobile-trigger-inner::before,
.mobile-trigger-inner::after {
	width: 40px;
	height: 4px;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.mobile-trigger-inner::before,
.mobile-trigger-inner::after {
	content: '';
	display: block;
}

.mobile-trigger-inner::before {
	top: -10px;
}

.mobile-trigger-inner::after {
	bottom: -10px;
}


/*
   * Slider
   */

.mobile-trigger--slider .mobile-trigger-inner {
	top: 2px;
}

.mobile-trigger--slider .mobile-trigger-inner::before {
	top: 10px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s;
}

.mobile-trigger--slider .mobile-trigger-inner::after {
	top: 20px;
}

.mobile-trigger--slider.is-active .mobile-trigger-inner {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.mobile-trigger--slider.is-active .mobile-trigger-inner::before {
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0;
}

.mobile-trigger--slider.is-active .mobile-trigger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(-90deg);
}


/* Bikes stuff */

/* Compare */
.page-template-page-compare .breadcrumb-navigation {
    padding-top: 30px;
    padding-left: 30px;	
}
.buttons-holder{
	text-align:center;
	padding:10px 0 70px 0;
}
.header .buttons-holder{
    max-width: 1000px;
    margin: auto;
    padding-bottom: 50px;
    position: relative;
}
.header .buttons-holder:before{
    position: absolute;
    left: 0;
    top: -44px;
    content: ' ';
    background: linear-gradient( 107deg, #e91e63 0%, #ff5722 100%);
    width: 200px;
    left: calc( 50% - 100px );
    height: 10px;
    border-radius: 5px;
}
.inside-compare{
	/* padding-bottom:0 */
}

.author-social-search .default-btn.compare .count,
.search-and-menu .default-btn.compare .count,
.buttons-holder .default-btn.compare .count{
position: absolute;
    right: 34px;
    top: 8px;
    background: #ff655a;
    line-height: 0;
    border-radius: 4px;
    font-size: 12px;
    padding: 8px 5px;
    display: flex;
}
#theme-header .bike-tools .default-btn.compare .count{
    left: unset;
    right: 38px;	
}
.author-social-search .default-btn.compare .text,
.search-and-menu .default-btn.compare .text{
	z-index:1
}
.search-and-menu .default-btn.compare .count {
    padding: 8px 3px;
    left: 5px;
    right: unset;
	color:#fff
}
.bike-compare-holder{
	margin:50px;
	display:flex;
}
.bike-compare-holder li{
	line-height:1.35em
}
.bike-compare-left{
	position: relative;
    min-width: 300px;
}
.bike-compare-right{
	display: flex;
}
.bike-compare-left .inner{
	position: absolute;
	left:0
}
.bike-compare-left li{
	font-weight:500;
	color:#000
}
.bike-compare-holder .heading{
	font-weight:500;
	font-size:22px;
	color:#000;
	background:#eee
}
.bike-compare-holder td strong{
	color:#000;
	font-size: 16px;
	line-height: 1.1em;
	margin-bottom: 15px;
	display:inline-block
}
#bike-compare-scroll {
    width: 100%;
    overflow: auto;
    font-size: 14px;
	position:relative;
}
#bike-compare-scroll table{
    width: auto;
	margin:auto;
}
#bike-compare-scroll th{
	color:#000
}
.bike-compare-holder td{
	max-width:250px;
	position:relative;
	padding: 6px 10px;
}
#bike-compare-scroll th{
	padding: 6px 10px;
}
.bike-compare-holder td > div{
	display: inline-flex;
}
.bike-compare-holder td span{
	display: flex;
    align-items: center;
}
#bike-compare-scroll{
   cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
	position:relative;
}
#bike-compare-scroll .compare-main-table{
	position: relative;
    z-index: 1;
}

#bike-compare-scroll th{
	background-color:#fff
}

#bike-compare-scroll.scroll-horizontal .compare-main-table.clone{
	position:absolute;
    z-index: 2;
    top: 0;
    left: 0;
	background-color:blue;
}
#bike-compare-scroll th {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 5;
    line-height: 1.35em;
    padding-right: 42px !important;
}
.hide-all-td{
	opacity:0;
	visibility:hidden;
}
#bike-compare-scroll tr:nth-of-type(2){
	vertical-align:top
}
#bike-compare-scroll tr:nth-of-type(2):hover{
	background: none;
}
#bike-compare-scroll tr:nth-of-type(odd){
	background: #f9f9f9;
}
#bike-compare-scroll tr:hover{
	background: #222;
    color: #fff;
}
#bike-compare-scroll tr.compare-gft:hover, #bike-compare-scroll tr.compare-gft td{
	background: #fff !important;
}
#bike-compare-scroll tr:hover a{
    color: #fff;
}
#bike-compare-scroll tr:hover .rank-number{
    background: #d1d1d1;
}
#bike-compare-scroll tr:hover .rank-number.fill{
	background: #77c3ff
}
#bike-compare-scroll tr.group {
    background: #ddd;
}
#bike-compare-scroll select{
	max-width: 130px;
    padding: 5px 10px;
    margin: 5px 0;
}
#bike-compare-scroll .compare-remove{
	position: absolute;
    top: -42px;
    cursor: pointer;
    display: flex;
    background: #e9e9e9;
    padding: 5px;
    border-radius: 50%;
    transition: background .2s ease;
    left: 15px;
}
#bike-compare-scroll .compare-remove svg{
	width:24px;
	height:24px;
	fill:#9f9f9f
}
#bike-compare-scroll .compare-remove:hover{
	background: #ff3526;
}
#bike-compare-scroll .compare-remove:hover svg{
	fill:#fff
}
#bike-compare-scroll .post-thumb img{
	max-width:200px
}
#bike-compare-scroll .title{
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    font-size: 15px;
	font-weight:bold
}

#vertical-scroll{
	display:flex;
	position:fixed;
	top:40px;
	z-index:100;
	left: 0;
	overflow: auto;
	color:#fff;
	margin:0 50px;
}


#bike-compare-scroll tr td:nth-of-type(1) .title,
#bike-compare-scroll tr td:nth-of-type(9) .title{
	color: #2196f3;
}

#vertical-scroll > div:nth-of-type(1),
#vertical-scroll > div:nth-of-type(9){
	background: #2196f3;
}
.compare-main-table tr:nth-of-type(2n+1) td:nth-of-type(1),
.compare-main-table tr:nth-of-type(2n+1) td:nth-of-type(9){
	background: rgb(33 150 243 / 4%);
}
.compare-main-table tr td:nth-of-type(1),
.compare-main-table tr td:nth-of-type(9){
	border-top: solid 1px rgb(33 150 243 / 20%);
	border-bottom: solid 1px rgb(33 150 243 / 20%);
}



#bike-compare-scroll tr td:nth-of-type(2) .title,
#bike-compare-scroll tr td:nth-of-type(10) .title{
	color: #9c27b0;
}

#vertical-scroll > div:nth-of-type(2),
#vertical-scroll > div:nth-of-type(10){
	background: #9c27b0;
}
.compare-main-table tr:nth-of-type(2n+1) td:nth-of-type(2),
.compare-main-table tr:nth-of-type(2n+1) td:nth-of-type(10){
	background: rgb(156 39 176 / 4%);
}
.compare-main-table tr td:nth-of-type(2),
.compare-main-table tr td:nth-of-type(10){
	border-top: solid 1px rgb(156 39 176 / 20%);
	border-bottom: solid 1px rgb(156 39 176 / 20%);
}


#bike-compare-scroll tr td:nth-of-type(3) .title,
#bike-compare-scroll tr td:nth-of-type(11) .title{
	color: #f44336;
}

#vertical-scroll > div:nth-of-type(3),
#vertical-scroll > div:nth-of-type(11){
	background: #f44336;
}
.compare-main-table tr:nth-of-type(2n+1) td:nth-of-type(3),
.compare-main-table tr:nth-of-type(2n+1) td:nth-of-type(11){
	background: rgb(244 67 54 / 4%);
}
.compare-main-table tr td:nth-of-type(3),
.compare-main-table tr td:nth-of-type(11){
	border-top: solid 1px rgb(244 67 54 / 20%);
	border-bottom: solid 1px rgb(244 67 54 / 20%);
}

#bike-compare-scroll tr td:nth-of-type(4) .title,
#bike-compare-scroll tr td:nth-of-type(12) .title{
	color: #009688;
}

#vertical-scroll > div:nth-of-type(4),
#vertical-scroll > div:nth-of-type(12){
	background: #009688;
}
.compare-main-table tr:nth-of-type(2n+1) td:nth-of-type(4),
.compare-main-table tr:nth-of-type(2n+1) td:nth-of-type(12){
	background: rgb(0 150 136 / 4%);
}
.compare-main-table tr td:nth-of-type(4),
.compare-main-table tr td:nth-of-type(12){
	border-top: solid 1px rgb(0 150 136 / 20%);
	border-bottom: solid 1px rgb(0 150 136 / 20%);
}



#bike-compare-scroll tr td:nth-of-type(5) .title,
#bike-compare-scroll tr td:nth-of-type(13) .title{
	color: #3f51b5;
}

#vertical-scroll > div:nth-of-type(5),
#vertical-scroll > div:nth-of-type(13){
	background: #3f51b5;
}
.compare-main-table tr:nth-of-type(2n+1) td:nth-of-type(5),
.compare-main-table tr:nth-of-type(2n+1) td:nth-of-type(13){
	background: rgb(63 81 181 / 4%);
}
.compare-main-table tr td:nth-of-type(5),
.compare-main-table tr td:nth-of-type(13){
	border-top: solid 1px rgb(63 81 181  / 20%);
	border-bottom: solid 1px rgb(63 81 181  / 20%);
}



#bike-compare-scroll tr td:nth-of-type(6) .title,
#bike-compare-scroll tr td:nth-of-type(14) .title{
	color: #e91e63;
}

#vertical-scroll > div:nth-of-type(6),
#vertical-scroll > div:nth-of-type(14){
	background: #e91e63;
}
.compare-main-table tr:nth-of-type(2n+1) td:nth-of-type(6),
.compare-main-table tr:nth-of-type(2n+1) td:nth-of-type(14){
	background: rgb(233 30 99 / 4%);
}
.compare-main-table tr td:nth-of-type(6),
.compare-main-table tr td:nth-of-type(14){
	border-top: solid 1px rgb(233 30 99  / 20%);
	border-bottom: solid 1px rgb(233 30 99  / 20%);
}



#bike-compare-scroll tr td:nth-of-type(7) .title,
#bike-compare-scroll tr td:nth-of-type(15) .title{
	color: #00bcd4;
}

#vertical-scroll > div:nth-of-type(7),
#vertical-scroll > div:nth-of-type(15){
	background: #00bcd4;
}
.compare-main-table tr:nth-of-type(2n+1) td:nth-of-type(7),
.compare-main-table tr:nth-of-type(2n+1) td:nth-of-type(15){
	background: rgb(0 188 212 / 4%);
}
.compare-main-table tr td:nth-of-type(7),
.compare-main-table tr td:nth-of-type(15){
	border-top: solid 1px rgb(0 188 212  / 20%);
	border-bottom: solid 1px rgb(0 188 212  / 20%);
}



#bike-compare-scroll tr td:nth-of-type(8) .title{
	color: #795548;
}

#vertical-scroll > div:nth-of-type(8){
	background: #795548;
}
.compare-main-table tr:nth-of-type(2n+1) td:nth-of-type(8){
	background: rgb(121 85 72 / 4%);
}
.compare-main-table tr td:nth-of-type(8){
	border-top: solid 1px rgb(121 85 72  / 20%);
	border-bottom: solid 1px rgb(121 85 72  / 20%);
}


#vertical-scroll.no-overflow{
	overflow:visible;
}
#vertical-scroll.hidden{
	display:none;
}
#vertical-scroll > div:nth-of-type(2n){
	/*background-color:#27373e*/
	
}
#vertical-scroll > div{
    padding: 5px 10px;
	font-size:14px;
	line-height: 1.3em;
    font-weight: bold;
}
#vertical-scroll::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    height: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
#vertical-scroll::-webkit-scrollbar-thumb {
    background: #FF0000;
}

.page-template-page-compare h1.page-title{
    font-size: 18px;
    line-height: 1.5em;
    max-width: 1200px;
    margin: auto;
}
.page-template-page-compare h1.page-title span{
    padding: 0 5px;
    color: #2196f3;
	margin: 0 5px;
	white-space: nowrap;
}
.compare.dark-box-wrapper p.bottom{
	margin:0;
	padding:0;
	margin-top:15px;
    margin-bottom: 50px
}
.compare.dark-box-wrapper .bike-heading h2{
	margin:0;
	padding:0
}
.compare.dark-box-wrapper .bike-heading p.top{
	margin:0;
}
.page-template-page-compare .compare.dark-box-wrapper{
	margin-top:0;
	padding-top:0;
	padding-bottom:0;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgb(245 245 245) 50%, rgba(255,255,255,1) 100%);
    border-radius: 15px;
}
.latest-compares-holder{
	padding:0 10px;
	margin-bottom: 20px;
}
.latest-compares-holder:hover .default-btn:before {
    transform: translateY(0);
    transition: transform .4s ease, opacity .4s ease;
    opacity: 1;
    visibility: visible;
}
.latest-compares-holder:hover .default-btn {
	color:#fff !important;
	border:solid 1px transparent !important
}
.bike-latest-compare-holder .pagination .nav-links {
    align-items: center;
    justify-content: center;
	display:flex;
	margin: 0;
    padding: 0;
}
.bike-latest-compare-holder li.disabled a {
	cursor:not-allowed;
	color:#eee
}
.bike-latest-compare-holder li.disabled a:hover {
	color:#eee !important;
	background:none !important
}
.latest-compares-holder .mini-holder{
	display:flex;
	width:100%
}
.latest-compares-holder .inner{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: solid 1px #d9d9d9;
}
.latest-compares-holder .inner img{
	max-width: 100%;
    text-align: center;
    max-height: 130px;
    height: auto;
}
.latest-compares-holder  .inner-big{
    border: solid 1px #e9e9e9;
	padding: 0;
	text-align: center;
	height:100%;
	background: #fff;
	border-radius: 5px;
	display: flex;
    flex-wrap: wrap;
}
.latest-compares-holder  .inner-big a{
	font-size: 14px;
    display: block;
    line-height: 1.30em;
    padding: 9px 5px;
	text-align:left;
}
.bike-latest-compare-holder .fasto-inner-row{
	max-width: 1500px;
    margin: 20px auto;
}

.latest-compares-holder  .inner-big h2,
.latest-compares-holder  .inner-big h3{
	margin:0;
	padding:0;
	text-align: center;
	margin-bottom: 15px;
}
.latest-compares-holder  .bike-data{
	text-align:center;
	border-right: solid 1px #cfcfcf;
	padding-top:10px;
	height: 100%;
}
.latest-compares-holder .mini-holder .bike-data:nth-of-type(2){
	border:none
}
.latest-compares-holder  .inner-big h2 span,
.latest-compares-holder  .inner-big h3 span,
.latest-compares-holder .mini-holder span{
    color: #2196f3;
    font-size: 24px;
    margin: 0 1px;
    border: solid 1px #2196f3;
    padding: 0 3px 2px 3px;
    display: inline-block;
}
.latest-compares-holder .mini-holder span{
	position: absolute;
    left: calc( 50% - 14px );
    top: 60px;
    z-index: 1;
    background: #fff;
    line-height: 1em;
    font-size: 18px;
    color: #ff655a;
    border-color: #ff655a;
}

.latest-compares-holder .default-btn.latest-compare{
    min-width: unset;
    padding: 13px 15px;
    background: transparent;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: solid 1px transparent;
	margin:auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.latest-compares-holder .default-btn.latest-compare:hover{
    color: #fff;
	border: solid 1px transparent
}
.latest-compares{
	background-image: linear-gradient(0deg,#f3f3f3,#fff);
	background-repeat:no-repeat;
    border-top: solid 1px #d9d9d9;
	background-position: 0 100px;
}
.latest-compares-holder:hover .inner{
	border-bottom: solid 1px rgb(236 38 89 / 30%);
}
.latest-compares-holder:hover .bike-data{
	border-right: solid 1px rgb(236 38 89 / 30%);
}
.latest-compares-holder .inner-big:hover{
	border: solid 1px rgb(236 38 89 / 30%);
}

.more-buttons{
	background: #f5f5f5;
    border-top: none;
}
.header.more-buttons{
    background: linear-gradient(-54deg,rgb(213 213 213 / 80%),rgb(255 255 255 / 80%));
    padding-top: 40px;
    padding-bottom: 20px;
    margin: auto;
    border-radius: 5px;
    max-width: 1200px;
	background: linear-gradient( 107deg, #ff6767 0%, #FFC107 100%);
}
.more-buttons .buttons-holder.lines .default-btn{
	background:#fff !important;
	box-shadow: 1px 3px 50px 5px rgb(0 0 0 / 3%);
	border-color:transparent;
	border:none !important
}
.header.more-buttons .buttons-holder.lines .default-btn{
	/*box-shadow:none;
    border-bottom: solid 1px rgb(0 0 0 / 12%) !important;
    border-left: solid 1px rgb(0 0 0 / 12%) !important; 
	border: solid 1px rgb(0 0 0 / 10%) !important;*/
	font-size: 19px;
}
.page-template-page-compare .compare.dark-box-wrapper .bike-heading{
	padding:30px 0
}
.compare-holder{
    position: absolute;
    right: 0;
    z-index: 2;
    font-size: 10px;
    cursor: pointer;
    background: #fff;
	width:42px;
}
.compare-holder.hide{
	display:none;
}
.compare-holder .icon{
	display:flex
}
.compare-holder .icon svg{
    width: 24px;
    height: 24px;
    margin-left: auto;
    margin-right: auto;
    fill: #cfcfcf;
}
.compare-holder.remove .icon svg{
    fill: #ff655a;
}
.compare-holder span{
	display:flex;
	line-height:1;
	margin-top:2px;
	color: #494d56;
		display: block;
		width: 100%;
		text-align: center;	
}
.compare-holder.remove span{
	color:#ff655a;
}
.post-thumb.bike .compare-holder .icon svg{
	width:42px;
	height:42px;
	fill: #fff;
	transition:fill 0.3s ease
}
.post-thumb.bike .compare-holder span {
    font-size: 15px;
	color: #fff;
	transition:color 0.3s ease
}

.post-thumb.bike .compare-holder {
	width:84px;
	right:unset;
	left:0;
	top: -25px;
	border-radius:3px
}
.post-thumb.bike.multi-images .compare-holder{
	left:0;
	top: 70px;	
}

.post-thumb.bike .compare-holder a{
	padding: 10px;
    border-radius: 3px;
    border: solid 1px transparent;
    background: linear-gradient( 107deg, #e91e63 0%, #ff5722 100%);
}

.post-thumb.bike .compare-holder.remove a{
    border-color:#ff655a;
}

.post-thumb.bike .compare-holder a:hover{
	border: solid 1px #000;
}
.post-thumb.bike .compare-holder a:hover span{
	color:#000
}
.post-thumb.bike .compare-holder a:hover svg{
	fill: #000;
}

.articles.bikes{
	display:flex;
	flex-wrap:wrap;
    padding: 50px;
	width: 100%;
	margin-bottom: 0;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.bike-advisor-results{
	width:100%;
}
.bike-advisor-results .articles.bikes{
	 padding: 0;
	 margin-top: -10px;
}
.home .articles.bikes{
    padding-top: 0;
}
.search .articles.bikes{
    padding-top: 0px;
}
.articles.bikes .bike-model{
	list-style-type:none;
	position:relative;
}
.articles.bikes .bike-model:after{
	content:' ';
	width:1px;
	height:calc( 100% - 20px );
	background:#e5e5e5;
	right:0;
	top:10px;
	position:absolute;
}

.articles.bikes .bike-model img{
	max-height:140px;
	width:auto;
	height: auto;
}
.bike-model .post-title{
	font-size:16px;
	line-height:24px;
	letter-spacing: 0.02em;
	margin-bottom: 0;
    padding-bottom: 0;
}
.bike-model .post-title span{
	display:none
}
.bike-model .post-category{
	bottom:unset;
	top:0
}
.bike-model .post-thumb{
	margin-top:20px
}
.articles.bikes .post-title:after, 
.related-articles.bikes .post-title:after {
	content:none
}
.bike-model .post-details {
    padding-bottom: 0;
	padding-top: 0;
	margin-bottom:0
}
.bike-categories-wrapper{
	font-size:12px;
	margin-top:20px
}
.bike-categories-wrapper a{
	color:#777d88
}
.bike-categories-wrapper ul{
	display:flex;
	align-items:center;
	padding-left:0;
	margin-bottom:0;
	margin-left: -3px;
	flex-wrap:wrap
}
.bike-categories-wrapper ul li.bike-category {
	margin-right:3px;
	padding-left:3px;
}
.bike-categories-wrapper ul li.bike-subcategory {
	margin-left:3px;
	padding-right:3px;
}
.bike-categories li{
	position:relative;
	line-height:1
}
.bike-categories li a:before,
.bike-breadcrumb li a:before{
    content: "";
    position: absolute;
    bottom: -3px;
    width: 0;
    height: 1px;
    background-color: #ff655a;
    opacity: 0;
    transition: opacity 0.3s, width 0.3s;
}
.bike-categories li:hover a:before,
.bike-breadcrumb li:hover a:before{
	opacity: 1;
    transition: opacity 0.3s, width 0.3s;
    width: 100%;
}
.bike-categories li:hover a{
	color:#ff655a
}
.bike-model .bike-categories{
	margin-bottom:6px
}
.bike-summary .bike-categories{
	margin-top:9px
}
.brand-price{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding-bottom: 0;
}
.brand-price ul{
	padding-left:0;
	margin:0
}
.page-content .brand-price li{
	margin:0;
}
.brand-price a{
	color:#777d88;
	font-size:12px;
	border:solid 1px #e5e5e5;
	border-radius:4px;
	line-height:1;
	padding: 3px 5px;
}
.bike-year{
	display:inline-flex;
	position:absolute;
	left:15px;
	top:30px;
    z-index: 1;
	background:#757e83;
	color: #FFF;
    padding: 3px 4px;
	line-height:1;
	font-size:13px;
	border-radius:3px
}
.bike-model article{
	margin-bottom:0;
	border-bottom: solid 1px #e5e5e5;
    padding-bottom: 15px;
	height:100%;
	position:relative;
	padding: 20px 2px;
}
.bike-model article:after{
	position:absolute;
	left:0;
	bottom:0;
	content:' ';
	background: #ff655a;
	width:0;
	height:5px;
	transition:width .2s ease
}
.bike-model article:hover:after{
	width:100%;
}
.bike-model article img{
	max-height:127px;
	width:auto
}
.articles.bikes div[class^=col-]{
	display:flex;
	align-items:flex-end;
	border-right:solid 1px #e5e5e5;
	margin-bottom: 0;
}
.bike-model .post-title a,
.bike-model .bike-year{
	transition:color .2s ease, background .2s ease
}
.bike-model .post-title a{
    overflow: hidden;
    text-overflow: clip;	
}
.bike-model:hover .post-title a{
	color:#ff655a
}
.bike-price{
	padding-left:10px
}
.bike-model .bike-price{
	border: solid 1px #afafaf;
    padding: 5px;
    line-height: 1;
    border-radius: 3px;
    margin-right: 6px;
}

.adv2{
    margin: auto;
    text-align: center;	
}

/* Button stuff */
.default-btn,
.search-and-menu .menu-item.bike-tools a.default-btn{
	background: rgb(243,63,251);
	background: linear-gradient(107deg, #ff655a 0%, #ff655a 100%);
	color:#fff;
	padding:20px;
	padding-left:60px;
	border-radius:5px;
	display:inline-flex;
	align-items:center;
	position:relative;
	overflow:hidden;
	z-index:1;
	font-size:18px;
	font-weight:300;
	min-width:250px
}
.default-btn.line{
    border: solid 1px #03a9f4;
    background: transparent;
    color: #03a9f4;
}
.default-btn.line-2{
	border: solid 1px rgb(223 223 223);
    background: transparent;
    color: #383e7d;
}
.default-btn:before{
	position:absolute;
	left:0;
	top:0;
	content:' ';
	background: linear-gradient( 107deg, #e91e63 0%, #ff5722 100%);
	width:100%;
	height:100%;
	border-radius:5px;
	transform:translateX(-100%);
	transition:all .4s ease;
	opacity:0;
	visibility:hidden;
	z-index:-1
}
.author-social-search .default-btn.filter:before{
	background: linear-gradient(to right, rgb(255, 128, 8), rgb(255, 200, 55));
}
.default-btn:hover:before,
.default-btn.active:before{
	transform:translateY(0);
	transition:transform .4s ease, opacity .4s ease;
	opacity:1;
	visibility:visible
}
.default-btn svg{
    position: absolute;
    right: 25px;
	transform:translateX(0);
	transition:all .6s ease;
	width:32px;
	fill: #000;
}
#search-form-holder .default-btn:before{
	background:transparent !important
}
#search-form-holder .default-btn:hover:before{
	background:transparent !important
}
.default-btn.arrow-left svg{
	left: 25px;
	right: unset;
}
.default-btn.arrow-left.adv-action.adv-send svg{
	left: unset;
	right: 25px;
}
.default-btn:hover svg{
	transform:translateX(3px);
}
#theme-header .menu-item.bike-tools{
	padding:5px 10px;
	margin-left:10px;
}
#theme-header .menu-item.bike-tools .default-btn{
	min-width:200px;
}

.dark-box-wrapper{
	padding:50px;
}
.home .bike-advisor.dark-box-wrapper {
    margin-top: 70px;
    margin-bottom: -80px;
    z-index: 1;
    position: relative;
}
.single.dark-box-wrapper{
	padding:0;
	width:100%;
	    margin: 50px 0;
}
.dark-box .default-btn{
	margin-bottom:10px
}
.bike-advisor.single .dark-box .default-btn{
	margin-bottom:0
}
.dark-box{
	background: #222222;
	border-radius: 20px;
	display:flex;
	align-items:flex-start;
	padding:90px;
	flex-wrap: wrap;
}
.bike-advisor-inner img{
	position:absolute;
	top:-115px
}

.dark-box.white{
	background:transparent
}
.compare .dark-box.white{
	padding:0;
	align-items:center
}
.bike-home-randomize{
    text-align: center;
    position: relative;
    border-bottom: solid 1px #e3e3e3;
    padding-bottom: 25px;
    margin-bottom: 15px;
    /* background: linear-gradient(90deg,#f9f9f9,#fff); */
    padding-top: 25px;
    z-index: 2;
   /* border-top: solid 1px #e3e3e3;*/
   margin-top: 20px;
}
.bike-home-randomize .bike-heading h2{
	margin-bottom:0;
	    margin-top: 0;
}
.bike-home-randomize .bike-heading h2 span{
	color: #bebfc3;
}
.bike-home-randomize .bike-heading p.bottom{
	margin: 0;
    padding: 0 30px;
}
.bikes-categories, .bikes-subcategories{
    display: flex;
    overflow-X: auto;
    height: 130px;
    overflow-y: hidden;
}
.bikes-categories{
	position:relative;
	background:#fff;
	margin-top:0;
	justify-content:center;
}
.bikes-subcategories{
	position:absolute;
	display:none;
    top: 75px;
	left:50%;
	transform:translateX(-50%);
	justify-content: center;
}
.bikes-cats-subcats-list > ul > li.active .bikes-subcategories{
	display:flex;
}
.bikes-subcategories > li{
	margin-right:5px;
}
.bikes-cats-subcats-list ul.bikes{
	flex:100%;
}
.bikes-cats-subcats-list h3{
	margin-right:5px;
	white-space:nowrap;
}
.bikes-cats-subcats-list li h4{
	margin:0;
	padding:0;
	margin-bottom:5px;
	white-space:nowrap;
}

.bikes-cats-subcats-list .choose-category{
    padding: 11px 40px;
    font-size: 16px;
    letter-spacing: 0.75px;
    border-radius: 4px;
    color: #353535;
    background-color: #fff;
    border: 1px solid #c3c3c3;
    transition: background-color 0.3s, color 0.3s;
    position: relative;
    z-index: 2;
}
.bikes-cats-subcats-list .choose-category:hover, .bikes-cats-subcats-list .active .choose-category{
	background-color:#ff655a;
	color:#fff;
	border:1px solid #ff655a;
	transition:background-color 0.3s, color 0.3s;
}
.bikes-cats-subcats-list .choose-subcategory{
	padding:8px 12px;
	font-size:14px;
	letter-spacing:0.75px;
	border-radius:4px;
	color:rgba(83,88,96, .8);
	background-color:#ffffff;
	border:1px solid rgba(40,50,68,.2);
	transition:background-color 0.3s, color 0.3s;
}
.bikes-cats-subcats-list .choose-subcategory:hover, 
.bikes-cats-subcats-list .bikes-subcategories > li.active .choose-subcategory{
	background-color:#f3f3f3;
	color:#283244;
	font-size:14px;
	border:1px solid #283244;
	font-weight:bold;
	transition:background-color 0.3s, color 0.3s;
}

/* Bike advisor */
.bike-heading p.top{
	font-size:15px;
	margin-bottom:-30px;
	margin-top:0
}
.bike-heading h2{
	font-size:38px;
	line-height:1.35em;
	font-weight:700;
}
.header .bike-heading h2{
    margin: auto;
    line-height: 1.28em;
    margin-bottom: 25px;
	color:#fff
}
.bike-heading.white h2{
	color:#fff;
}
.bike-heading.white p.top{
	color:#ff655a;
}
.bike-heading.white p.bottom{
	color:rgba(255,255,255,.7);
}
.bike-heading h2 span{
	color:#ff655a;
}
.bike-heading h2 span.silver,
span.silver{
	color: #bebfc3;
}
.bike-heading p.bottom{
	font-size:17px;
	line-height:27px;
}
.bike-advisor p.bottom{
	max-width: 300px;
}
.single.bike-advisor .dark-box{
	align-items: center;
	border-radius: 7px;
}
.single .bike-advisor p.bottom{
    max-width: 100%;
    margin: 0;
    padding: 0;
    margin-top: -25px;
	border-radius: 15px;
}
.single .bike-advisor h2{
	padding-left:0;
	text-transform:none;
	font-size:32px;
	letter-spacing: normal !important;
}
.single .bike-advisor h2:after{
	content:none
}
.bike-list{
	margin-bottom:20px
}
.bike-list:last-of-type{
	margin-bottom:0
}
.bike-list:last-of-type p{
	margin-bottom:0
}
.bike-list h3{
	font-size:16px;
	line-height:24px;
	color:#fff;
	margin-top:0;
	margin-bottom:0;
	padding-bottom:0
}
.bike-list p{
	font-size:15px;
	line-height:25px;
	color:rgba(255,255,255,.7);
	max-width: 250px;
    margin-top: 10px;
}
.bike-advisor-choices{
	display: flex;
    width: 100%;
	align-items: stretch;
	flex-wrap: wrap;
    margin-bottom: 40px;
    margin-top: 20px;
}
.bike-advisor-step{
	display:none
}
.bike-advisor-step.show{
	display:block
}
.bike-advisor-step .error{
	width:100%;
	font-size:15px;
	font-weight:normal;
	margin-bottom:20px;
	margin-top:-30px;
}
.bike-advisor-step .error h4{
    margin: 0;
    color: #ff7166;
    font-size: 15px;
    margin-left: 16px;
    padding: 10px;
    border: solid 1px #ff7166;
    display: inline-block;
    border-radius: 4px;
    min-width: 250px;
    text-align: center;
}
.bike-advisor-inner.dark-box{
	padding:50px;
	background-image: linear-gradient(to right, #200122 0%, #6f0000 51%, #200122 100%);
}
.bike-advisor-inner.homepage.dark-box{
	padding:80px;
	max-width:1400px;
	margin:auto;
	background-image: linear-gradient(to right, #200122 0%, #6f0000 51%, #200122 100%);
}
.advisor-price-holder{
	display:none;
    position: sticky;
    top: 70px;
}
.advisor-price-inner{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.advisor-price-holder.show{
	display:block;
	background: #f9f9f9;
}
.bike-advisor-step.dark-box-wrapper{
	max-width:1260px;
	margin:auto;
    padding-top: 0;
}
.bike-advisor-choices .choice {
  position: relative;
  margin-bottom: 15px;
}

.bike-advisor-choices .choice div {
  line-height: 25px;
  transition: .25s ease;
  border:solid 1px rgba(255,255,255,.4);
  padding: 15px 15px 15px 25px;
  border-radius:5px;
  height:100%
}

.bike-advisor-choices .choice input {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.bike-advisor-choices h3 ,
.bike-advisor-choices p {
	margin:0;
	padding:0;
}
.bike-advisor-choices p {
	color:rgba(255,255,255,.5);
	font-size: 12px;
	margin-top:2px;
}

.bike-advisor-choices h3{
	color:#fff;
    letter-spacing: 1px;
    font-size: 18px;
}

.bike-advisor-choices input[type=checkbox]:checked ~ div,
.bike-advisor-choices .chosen input[type=checkbox] ~ div{
    background-color: #FFF;
    border: solid 1px #FFF;
}

.bike-advisor-choices input[type=checkbox]:checked ~ div h3 ,
.bike-advisor-choices input[type=checkbox]:checked ~ div p ,

.bike-advisor-choices .chosen input[type=checkbox] ~ div h3 ,
.bike-advisor-choices .chosen input[type=checkbox] ~ div p {
 color:#ff655a
}
.bike-advisor-step .default-btn{
	margin-left:15px;
}
.bike-advisor-step .default-btn.arrow-left{
	background: linear-gradient( 107deg, #3c454a 0%, #242832 100%);
}
.default-btn.adv-action.adv-send{
	background: rgb(243,63,251);
	background: linear-gradient(107deg, #ff655a 0%, #ff655a 100%);
}
.adv-action.adv-send{
	padding-left:30px
}
.bike-advisor-step .default-btn span{
	font-size:12px;
	margin-left:15px;
	line-height: 1;
}
.bike-advisor-step p.bottom{
	margin-top: -25px;
}
.mobile-only{
	display:none;
	text-align: center;
}
.mobile-only.show{
	display:block
}
.filter-results{
	border: solid 2px #ff655a;
    padding: 10px;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
}


/* Bike brands */
.bike-brands-inner{
	display:flex;
	align-items:flex-start;
	width: 100%;
	flex-wrap: wrap;
}
.popular-brands{
	padding: 80px 0 60px 0;
}
.popular-brands.container{
	max-width: 1206px;
}
.latest-compares .bike-heading,
.popular-brands .bike-heading{
	text-align:center;
	width: 100%;
}

.latest-compares .bike-heading{
	padding-top:50px;
	padding-bottom:20px;
}
.before-footer .bike-heading{
	padding-top:0;
}
.before-footer .default-btn.gearing{
	min-width: 220px;
}
.before-footer .default-btn.advisor{
	min-width: 170px;
}
.header .bike-heading p.bottom,
.latest-compares .bike-heading p.bottom,
.popular-brands .bike-heading p.bottom{
	max-width: unset;
	margin-top:-30px
}
.popular-brands .default-btn{
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
	background: #607d8b;
    padding: 15px 20px;
}
.popular-brands .logo-brand{
	border-right:solid 1px #e5e5e5
}
.popular-brands .logo-brand a{
	display:block;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #e5e5e5
}
.popular-brands .logo-brand img{
	opacity:.5 !important;
	height: auto;
	transition:opacity .2s
}
.popular-brands .logo-brand a:hover img{
	opacity:1 !important
}

/* bike search */
.bike-search{
	text-align:center;
	background: rgb(255,255,255);
	/*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgb(225 246 255) 100%);*/
	padding-bottom: 0;
	background: linear-gradient(90deg,#fff,#f9f9f9);
}
.bike-search h1,
h1.headline{
	font-size:82px;
	line-height:1em;
	font-weight:700;
	text-align:center;
	margin-top:0;
	padding-top:50px;
	margin-bottom:0;
	padding-bottom:0;
}
.bike-search h1{
	font-size:62px;
}
.bike-search-inner{
	padding-bottom:30px
}
.bike-search h1{
	z-index: 2;
	position:relative
}
p.headline{
	text-align:center;
    margin: 0 30px 20px 30px;
}
.bike-search p{
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
	color: #fff;
}
.bike-search .bike-search-inner p{
    font-size: 14px;
    color: #929292;
}
.bike-search img{
    margin: auto;
    text-align: center;
    position: relative;
    top: 80px;
    height: auto;
    margin-top: -450px;
}
.bike-search .default-btn{
    padding: 16px 24px;
	border-radius:50px
}
.bike-search .default-btn svg{
	position:unset;
	width:42px;
}
.bike-search .header .default-btn svg{
	width: 36px;
    margin-left: 14px;
}
.bike-search .gearing svg{
	height:36px;
}
.bike-search .default-btn:hover svg{
	transform:translateX(2px)
}
#searchform-home{
	max-width:850px;
	margin:auto;
	padding:0 20px;
	position: relative;
	margin-bottom: 50px;
	z-index: 4;
}
#searchform-home button{
	position:absolute;
	right:0;
	top:0;
	min-width: unset;
	background: transparent
}
#searchform-home input[type="text"]{
    border-radius: 50px;
    padding: 27px 20px;
    background: #fff;
    border: solid 3px rgba(0,0,0,.8);
    outline: none;
    color: #474747;
}
#searchform-home input[type="text"]::placeholder{
	color:#474747;
	font-size:20px;
}

/* Autosuggest */
.search-results-autosuggest{
	position:relative;
}
.search-results-autosuggest ul{
    position: absolute;
    background: #fff;
    z-index: 3;
    margin-top: 0;
    width: 100%;
    text-align: left;
    max-height: 400px;
    overflow-Y: scroll;
}
.search-results-autosuggest li{
	display:flex;
	align-items:center;
	border-bottom: 1px solid #f5eeee;
	padding: 12px 0;
}
.search-results-autosuggest .img_holder{
	min-width:100px;
    margin-right: 5px;
	text-align: center;
}
.search-results-autosuggest a{
	font-size: 20px;
    font-weight: 500;
}
.search-results-autosuggest img{
	max-height:65px;
	margin: 0;
	position:static;
	display: block;
}
.search-results-autosuggest ul h3{
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.85em;
}
.search-results-autosuggest ul::-webkit-scrollbar{
	width:8px; height:4px; background:rgba(0,0,0,.1);border-radius:15px;
}
.search-results-autosuggest ul::-webkit-scrollbar-track{
	background:0 0;border-radius:15px;height:4px; 
}
.search-results-autosuggest ul::-webkit-scrollbar-thumb{
	border-radius:15px;background:rgba(0,0,0,.45); height:4px; 
}
.search-results-autosuggest a:hover{
	color:#ff655a 
}

/* bike single */
.bike-summary{
	min-height: 400px;
    padding: 10px 50px 50px 50px;
    position: relative;
	background: linear-gradient(90deg,#f1f1f1,#f6f6f6);
    margin-top: -30px;
	border-radius: 4px;
}

.bike-summary:before,
.bike-componentes-wrapper:before{
    position: absolute;
    top: -5px;
    background: linear-gradient( 107deg, #e91e63 0%, #ff5722 100%);
    width: 200px;
    height: 10px;
    border-radius: 50px;
    content: ' ';
	left:40px;
}

 /*
.bike-summary:before{
    position: absolute;
    top: 15px;
    background: linear-gradient( 107deg, #e91e63 0%, #ff5722 100%);
    width: 10px;
    height: calc(100% - 50px);
    border-radius: 50px;
    content: ' ';
	left:-5px;
}
*/
.version2 .bike-summary {
    padding: 10px 10px 50px 30px;
	margin-top:0;
}
.bike-summary .text{
    border-left: solid 1px rgb(255 255 255 / 15%);
	padding-left: 6px;
	padding-right:15px;
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1;
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}
.bike-title{
    font-size: 46px;
	margin-top:0 !important;
	margin-bottom: 0 !important;
}
.bike-title .brand,
.brand-name.tax{
	color:#ff655a;
	font-size:36px;
	width:100%;
	text-transform:uppercase;
	display:flex;
	line-height:1em;
	color: silver;
}
.bike-title .brand{
	margin-bottom:5px;
	font-size:20px;
}
.bike-title .model {
    max-width: 540px;
    display: block;
    line-height: 1.15em;
    margin: 10px 0;
    margin-top: -2px;
    padding-bottom: 10px;
	position:relative
}
.single .article-title{
	position:relative
}
.single .article-title:after{
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -20px;
    max-width: 220px;
	width:100%;
    height: 1px;
    background: linear-gradient( 107deg, #c1c1c1 0%, #ffffff 100%);
}
.bike-title .model span{
	color: silver;
    font-size: 15px;
    position: relative;
    top: -8px;
}
.bike-single{
	position:relative
}
.bike-single h2{
	font-size:12px;
	position:relative;
	padding-left: 35px;
	text-transform: capitalize;
	letter-spacing: 3px !important;
    margin-top: 20px;
    margin-bottom: 20px;
}
.bike-single .video-reviews h2,
.bike-single .youtube-videos h2{
	letter-spacing: 0px !important
}

.bike-single .video-reviews h2:after,
.bike-single .youtube-videos h2:after{
	content:none !important
}
.youtube-videos li{
	margin-bottom:20px
}
.bike-single h3{
	margin:-20px 0
}
.bike-single h2:after,
.widget h2:after,
.related-families:after{
	position:absolute;
	left:0;
	top:15px;
	content:' ';
	background: #ff655a;
	width:18px;
	height:10px;
	border-radius:5px;
}
.bike-single h2:after{
	top:3px;
}
.related-families:after{
    top: 13px;
	left: 20px;
}
.bike-summary ul{
	padding:0;
	margin:0
}
.bike-summary > ul > li{
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 10px;
}
.bike-summary ul li .title{
	font-size: 10px;
    width: 100%;
    display: flex;
    line-height: 1;
    margin-bottom: 3px;
    color: rgb(0 0 0 / 56%);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}
.bike-summary ul li .desc{
	font-size:13px;
	width:100%;
	display:inline;
	line-height: 1.32em;
    font-size: 13px;
}
.bike-summary ul li svg, .bike-summary ul li img{
	width:32px;
	height:32px;
	margin-right:10px;
	display:block;
	
}
.bike-summary ul li img{
	opacity:0.3;
}
.bike-summary ul li svg g{
	fill: rgb(0 0 0 / 30%);
}
.bike-summary ul li a{
	/* color: #ffffff; */
}
.bike-summary ul li a:nth-of-type(2){
	margin-left:5px
}
.bike-summary h2{
   display:none
}
.version2 .bike-summary h2{
    margin-bottom: 25px;
    margin-top: 25px;
}
.bike-summary ul.bike-categories{
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.bike-summary ul.bike-categories li{
	margin-right:2px;
	padding-right:2px;
	margin-bottom:5px
}
.bike-summary ul.bike-categories li a{
    color: #000;
}
.bike-summary > ul > li:after{
	content:' ';
	position:absolute;
	left:0;
	bottom:0;
	width:180px;
	height:1px;
	background: linear-gradient( 107deg, #c1c1c1 0%, #ffffff 100%);
}
.bike-summary ul li:last-of-type:after{
	
}
.version3 .bike-summary ul {
    display: flex;
    flex-wrap: wrap;
}
.version3 .bike-summary > ul > li {
    display: inline-flex;
    min-width: 200px;
    max-width: 266px;
}
.version3 .bike-summary ul li .image {
	width:42px;
}
.version3 .bike-summary ul li .image img{
	max-width:unset
}
.version3 .bike-summary {
    margin-top: 0;
	min-height:unset;
    padding: 40px 20px 20px 20px;
}
.version3 .vertical-comm {
	padding:0
}
span.advertisement{
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
}
.version3 .post-thumb.bike .post-thumb-inner {
    max-width: unset;
}
.single-bike .version3  .post-thumb img {
    width: 100%;
}
.version3 .horizontal-comm.aff{
	margin-top:20px;
}
.version3.auto-google .bike-summary ul li .desc{
	font-size:18px;
	font-weight:300
}
.version3.auto-google .rider-height-recommended-size p.size{
	font-size:12px;
}
.version3.auto-google .bike-sizes{
	margin-top:30px
}
 @media (min-width:768px){
	.version3.auto-google .bike-sizes{
		padding: 1px 0 1px 20px;
		background: #fff;
		box-shadow: 1px 3px 12px 5px rgb(0 0 0 / 3%);
		border-radius: 5px;
		border: solid 1px #d3d3d3;
	}
 }
.version3.auto-google .bike-summary {
	margin-bottom: 50px;
}
body .splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide, 
body .splide--nav>.splide__track>.splide__list>.splide__slide {
    border: 3px solid #e2e2e2;
}
#bike-small-thumbs{
	margin-bottom:10px
}

#bike-multi-slider{
	display:none
}

.splide__slide {
  opacity: 0.4;
}

.splide__slide.is-active {
  opacity: 1;
}

.bike-summary-wrapper #urban{
    width: 250px;
    position: absolute;
    left: -220px;
    opacity: .05;
	top:150px
}
.add-to-compare{
	position:absolute;
	left:50px;
	bottom:-25px
}
.container.bike-data{
	padding-bottom:0;
	position:relative;
    padding-top: 30px;
}
.bike-additional-data{
	background:#eee;
	padding-bottom: 50px;
	background: linear-gradient(90deg,#f5f5f5,#fff);
}
.rank{
	display:flex;
	width:100%
}
.rank-number{
	width:20px;
	height:5px;
	border-radius:5px;
    background: rgb(0 0 0 / 20%);
	margin-right:3px;
	margin-top:10px
}
.rank-number.fill,
#bike-compare-scroll .rank-number.fill{	
	background:#ff655a;
}
#bike-compare-scroll .rank-number{
	background:#858585;
	height:4px;
	width:15px;
}
.bike-data .bike-price{
    padding-left: 0;
    color: #ff655a;
    margin-top: -6px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.bike-data .post-thumb{
	margin-top:40px
}
.bike-data .bike-weight{
	display:block;
}
.bike-data .bike-weight strong{
	color:#ff655a
}
.bike-data .bike-price .price,
.bike-data .bike-price .currency{
	font-weight:bold
}
.bike-data .bike-price .price{
	font-size:22px
}
.bike-data table{
	margin-top:20px;
	font-size:12px
}
.dollar-symbol{
	font-size: 11px;
    line-height: 1;
    margin-left: 2px;
	position:relative;
	top:-1px
}

.bike-description{
	/*max-height:550px;
	overflow:hidden;*/
	padding-bottom: 60px;
}
.bike-description .container{
    margin: 30px 0 50px 0;
    position: relative;
    padding-top: 40px;
	margin:auto;
}
.single-description.not-opened .container:before{
	display: none !important;
	content:' ';
	position:absolute;
	left:0;
	top:250px;
	width:100%;
	height: 350px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 25%,rgba(255, 255, 255, 0.9) 53%, rgb(255 255 255 / 1) 100%);
	z-index:1
}
.bike-description .container:after{

}
.bike-description .fasto-row,
.bike-description .fasto-inner-row{
	position:relative;
	padding-top: 30px;
	margin-bottom: 30px;
}
.bike-description .fasto-inner-row{
	margin-bottom: 0;
}
.bike-description .fasto-inner-row:after{
    position: absolute;
    left: 0;
    top: 0;
    content: ' ';
    background: linear-gradient( 48deg, #d9d9d9 0%, #ffffff 100%);
    height: 1px;
    border-radius: 5px;
    width: calc( 100% - 40px );
}
.bike-description .fasto-inner-row:after{
    left: 10px;
}
.bike-description .fasto-row:after{	
	left: 30px;
}
.bike-description h2{
    font-size: 18px;
    letter-spacing: normal !important;
    padding-left: 0;
}
.bike-description h2:after{
	content:none
}
.bike-description h3{
	margin: 10px 0;
    font-size: 16px;	
}
.bike-description p{
	margin: 10px 0;
    font-size: 14px;
}
.single-description{
	position:relative;
}
.single-description .view-more{
	display: none !important;
    padding: 10px 10px 10px 30px;
    min-width: 140px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 160px;
	bottom: 70px;
    background: #c3c3c3;	
}
.estimate-price{
    color: #313b4e;
    margin-right: 5px;
}
.bike-data table tr:nth-of-type(2n){
	background-color:#f5f5f5
}
.bike-data table{
	white-space:nowrap
}
.bike-data .brand-name-big{
	position: absolute;
    font-size: 200px;
    overflow: hidden;
    left: -60px;
    top: 0;
    text-transform: uppercase;
    line-height: 1;
    white-space: pre-wrap;
    -webkit-text-fill-color: rgba(255,255,255,0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: hsl(17deg 100% 57% / 14%);
    word-break: break-word;
	display:none
}
.top-comm{
	width:100%;
	margin-bottom:50px;
	overflow:hidden
}
#table-geometry-wrapper {
  position:relative;
  margin-top:20px
}
#table-geometry-scroll {
    width: 100%;
    overflow: auto;
    font-size: 13px;
}
#table-geometry-wrapper table {
  width:100%;
      background: #fff;
}
#table-geometry-wrapper table tr th{
    position: sticky;
    left: 0;
}
.helper{
	position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.helper a{
    display: block;
    line-height: 1;
    height: 24px;
}
.helper svg{
	width:24px;
	height:24px;
    fill: #cbcbcb;
}
#table-geometry-scroll table tr:first-of-type th{
	font-size:20px
}
#bike-compare-scroll .helper svg{
    fill: #cbcbcb;
}
#bike-compare-scroll tr:hover .helper svg{
	fill: #2196f3;
}
#table-geometry-wrapper table tr:hover svg{
	fill:#2196f3
}
#helper-image{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 102;
    transform: translate(-50%, -50%);
	width: 100%;
	max-width: 850px;
}
#helper-image img{
	border-radius:7px;
	box-shadow: 1px 3px 12px 5px rgb(0 0 0 / 15%);
}
.close_helper{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff4b4b;
    border-radius: 5px;
}
.close_helper svg{
    width: 30px;
    height: 40px;
    display: block;
    margin: auto;
    fill: #FFF;
}

#table-geometry-wrapper table tr th{
	padding-right:30px;
	padding-left: 20px;
	font-weight:bold
}

.youtube-videos{
    display: flex;
    flex-wrap: wrap;
	padding-left:0
}

.youtube-videos iframe{
	max-width:288px;
	height:186px;
}
.latest-compares.video-reviews{
	background:none !important;
	border-top:none !important
}

.youtube-videos h1{
    width: 100%;	
}
.youtube-videos p{
	width: 100%;
    margin-top: -25px;
}

/* Indexed Brands */
ul.letter {

}
.page-template-page-regular .page-content .brands-index{
	display:flex;
	margin: auto;
    text-align: left;
    padding-left: 0;
	width:auto;
	flex-wrap:wrap
}
.page-template-page-regular .page-content ul.letter{
	padding-left:0
}
.page-template-page-regular .page-content .brands-index li{
	list-style-type:none;
	display: inline-block;
	margin-right:5px;
	line-height: 1.5em;
}
.page-template-page-regular .page-content .brands-index li.index{
	border: solid 1px #e9e9e9;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px 20px;
    box-shadow: 1px 3px 12px 5px rgb(0 0 0 / 3%);
	width:100%
}
.page-template-page-regular .page-content .brands-index li a{
	padding-left:0;
}
.page-template-page-regular .page-content ul.letter li a{
	padding: 2px 5px;
    border: solid 1px #cfcfcf;
    color: #7c7c7c;
    border-radius: 2px;
    font-size: 14px;
}

.page-template-page-regular .page-content .brands-index a.index{
	font-size: 32px;
    background: #ff655a;
    color: #fff;
    display: inline-flex;
    width: 40px;
    height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
	margin: 10px 0 10px 0;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* Bg Lines */
.bg-lines {
    position: absolute;
    height: 100%;
    left: 20px;
    right: 20px;
	top:0
}
.bg-lines div:nth-child(1) {
    display: none;
}
.bg-lines div:nth-child(2) {
    margin-left: 20%;
}
.bg-lines div:nth-child(3) {
    margin-left: 40%;
}
.bg-lines div:nth-child(4) {
    margin-left: 60%;
}
.bg-lines div:nth-child(5) {
    margin-left: 80%;
}
.bg-lines div {
    background: rgba(0,0,0,.06);
    width: 1px;
    height: 100%;
    position: absolute;
}
.bg-lines.three div:nth-child(2) {
    margin-left: 25%;
}
.bg-lines.three div:nth-child(3) {
    margin-left: 50%;
}
.bg-lines.three div:nth-child(4) {
    margin-left: 75%;
}
.bg-lines.three div:nth-child(5) {
    display:none
}
/*
#table-geometry-wrapper tr:first-of-type th{
	border-radius:5px 0 0 0;
}
#table-geometry-wrapper tr:last-of-type th{
	border-radius:0 0 0 5px;
}
#table-geometry-wrapper tr:first-of-type td:last-of-type{
	border-radius:0 5px 0 0;
}
*/
#table-geometry-wrapper th {
	border: 1px solid #C0C0C0;
    padding: 5px;
	background: #ffffff;
	border-color: rgba( 14,22,56 , .1 );
}
#table-geometry-wrapper table tr:hover th,
#table-geometry-wrapper table tr:hover td{
  background-color:#eee;
}

#table-geometry-wrapper table tr:hover td {
  background-color:#eee;	
}
#table-geometry-wrapper strong{
	font-size:16px;
	font-weight:bold
}
#table-geometry-scroll tr:first-of-type{
	background: linear-gradient( 107deg, #e91e63 0%, #ff5722 100%);
	color:#fff
}
#table-geometry-scroll tr:first-of-type th{
	background: unset;
	color:#fff
}
#table-geometry-scroll tr:first-of-type:hover td,
#table-geometry-scroll tr:first-of-type:hover th{
	background: unset
}
.bike-componentes-wrapper{
	margin-top:50px;
	position:relative;
}
.bike-componentes-wrapper > div{
	width:100%
}
.sticky-ad{
	position:sticky;
	top:100px
}
.sticky-aff{
	position:sticky;
	top:100px
}
.bike-components{
	padding:10px 30px 10px 30px;
	background:#FFF;
	/*border: solid 2px #313b4e;*/
}
.components-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
	padding-bottom: 15px;
}
.components-group:hover {
	background: whitesmoke;
}
.components-group:hover h3{
	background:#222;
	color:#fff;
	background: linear-gradient( 107deg, #e91e63 0%, #ff5722 100%);
}
.bike-components h2,
.bike-components h3{
	width:100%
}
.bike-components h3{
	background:#f1f1f1;
	margin-top: 0;
	padding:5px 15px;
	margin:0;
	font-size:16px;
}
.bike-components h4,
.bike-components p{
	margin:0;
	padding:0
}
.bike-components h4{
	font-size:15px
}
.bike-components p{
	font-size:13px;
	max-width:300px
}
.bike-components .component{
	margin-top:15px
}
.e-bike-model{
    /*position: absolute;
    left: -15px;
    transform-origin: left center;
    transform: translateY(0) rotate(-90deg);
    top: 98px;*/
	margin-top:15px
}
.e-bike-model .inner {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    color: #ff655a;
    border: solid 2px #ff655a;
}
.e-bike-model svg{
	width:32px;
	height:32px;
	margin-right:5px
}
.e-bike-model svg g{
	fill:#ff655a
}
.aflt-g[data-template="single/vertical"], .aflt-g[data-template="single/after_bike_image"]{
	overflow:hidden;/* bike single horizontal fix */
}

/* Bike Gear Calculator */
.bike-gear-calculator h4{
	margin-bottom: 10px;
    font-size: 15px;
	margin-top: 10px;	
}

.bike-gear-calculator ul{
	display:flex;
	padding:0;
	flex-wrap: wrap;
}
.bike-gear-calculator ul li{
	margin-bottom: 5px;
}
.bike-gear-calculator select{
	background: rgba(255, 255, 255, 1) url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBhcmlhLWxhYmVsbGVkYnk9ImFycm93RG93bkljb25UaXRsZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiIGZpbGw9Im5vbmUiIGNvbG9yPSIjMDAwMDAwIj4gPHRpdGxlIGlkPSJhcnJvd0Rvd25JY29uVGl0bGUiPkFycm93IERvd248L3RpdGxlPiA8cGF0aCBkPSJNNiAxNWw2IDYgNi02Ii8+IDxwYXRoIGQ9Ik0xMiAzdjE3Ii8+IDxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTEyIDIxdi0xIi8+IDwvc3ZnPg==) no-repeat 98% center;
    background-size: 16px;
	border: solid 3px #ddd;
	margin-bottom: 30px;
}
.bike-gear-calculator .predefined_cassets select{
	margin-bottom: 0;
}

.bike-gear-calculator .choose a{
    padding: 10px 15px;
    border-radius: 5px;
    margin: 0 5px 0 0;
    color: #000;
    transition: color 0.3s, border-color 0.3s;
	background:#f5f5f5;
	font-weight:bold
}
.bike-gear-calculator .choose input{
	max-width:40px;
	margin:5px;
	padding:5px;
}
.bike-gear-calculator .choose a:hover, 
.bike-gear-calculator .choose a.active{
    color: #ffffff;
    transition: color 0.3s, border-color 0.3s, background 0.3s;
	background: linear-gradient( 107deg, #e91e63 0%, #ff5722 100%);
}
.bike-gear-calculator h3{
	display:flex;
	align-items:center;
	border-bottom:solid 1px #ddd;
	margin-top:0;
	padding-top:0;
	padding-bottom: 12px;
}
.speed_unit{
	font-size:10px;
	position:relative;
	top:-5px;
	left:3px
}
.small_t,
.cadence{
	font-size:11px;
	position:relative;
	top:-5px;
	left:1px
}
.chainring_input, 
.cassets_dropdown{
	display:none
}
.bike-gear-calculator .show{
	display:block;
}
.bike-gear-calculator .main_heading{
	background: linear-gradient(90deg,#1e1e1e,#343538);
    color: #fff;
	position: sticky;
    left: 0;
	z-index:100
}
.gear-calculator-results-holder{
    width: 100%;
    overflow: auto;
}
.gear-calculator-results table{
	border:1px solid #C0C0C0;
	border-collapse:collapse;
	padding:5px;
	background: #fff;
}
.gear-calculator-results th {
    border: 1px solid #C0C0C0;
    padding: 5px;
    position: sticky;
    left: 0;
    z-index: 5;
    font-size: 18px;
    font-weight: bold;
	
}
.tips .choose li{
    background-color: #f5f5f5;
    padding: 8px 14px;
    border-radius: 5px;
}
.gear-calculator-results-holder tr:hover{
	background:#eee;
}
.gear-calculator-results td {
	border:1px solid #C0C0C0;
	padding:5px;
}
.gear-calculator-results .wheel_custom_size{
	
}
.bike-gear-calculator .custom_size_holder{
	display:none;
}
.bike-gear-calculator .custom_size_holder.show{
	display:flex;
}
.bike-gear-calculator .custom_size_holder.show{
	margin-bottom:20px
}
.wheel_custom_size{
	max-width:100px;
	margin-right: 10px;
}
.predefined_cassets{
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
.wheel_custom_unit{
	max-width:120px;
	    margin: 0;
}
.gearing-box{
	border: solid 1px #e9e9e9;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px 30px;
    box-shadow: 1px 3px 12px 5px rgb(0 0 0 / 3%);
	background-color: #fff;
}
.chainring.gearing-box h4:nth-of-type(2){
    border-top: solid 1px #ddd;
    padding-top: 8px;
}
.gearing-box.wheel_size{
	padding: 10px 20px 0 20px;
}
.chainring.gearing-box .results{
	padding-top: 0;
}
.gearing-box p{
	margin:0;
	padding:0;
	font-size: 12px;
	margin: 0;
}
.bike-gear-calculator img{
	max-width: 56px;
}
.bike-gear-calculator input[type="text"]{
    max-width: 40px;
    padding: 10px 0;
    text-align: center;
	margin:0 5px 0 0;
	font-size: 12px;
	border: solid 3px #ddd;
}
.bike-gear-calculator input.wheel_custom_size{
    max-width: 100px;
}
.page-template-page-gear-calculator .page-title{
    text-align: left;
    margin-left: 15px;
    padding: 20px 0 0 0 ;
}
.page-template-page-gear-calculator .breadcrumb-navigation p{
    text-align: left;
	margin:0;
	padding:0;
	margin-left: 15px;
	margin-bottom: 20px;
}
.page-template-page-gear-calculator .site-grid-inner{
	background-color :#eee;
}
.page-template-page-gear-calculator .container{
	max-width: 1300px;
}
.bike-gear-calculator .default-btn.gearing{
	margin-bottom:50px
}
.ad-gearing{
	margin-bottom:50px
}
.related-families{
	display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    padding-left: 25px;
    padding-bottom: 25px;
    margin: 5px 0 0 50px;
    margin-left: auto;
    max-width: 1400px;
    margin-right: auto;
}
.related-families a{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	padding-left: 30px;
}
.related-families a *{
	margin-right:8px;
}
.related-families .color-1{
	margin-left:8px;
	color: #bebfc3;
}
.related-families span{
	display:inline-flex
}
.related-families a svg{
    width: 32px;
    border: solid 1px #cbcbcb;
    border-radius: 25px;
    fill: #545a64;
}
.related-families a.open svg{
	transform:rotate(90deg)
}

.articles.bikes.related {
    padding-top: 0;
	margin-bottom:0;
	margin-top: 0;
}
.related-bikes{
	display:none;
}
.related-bikes-wrapper{
	border-top: solid 1px rgba(0,0,0,.15);
    padding-top: 20px;
}
.related-bikes-wrapper h2 span:first-of-type{
    border: solid 1px rgb(32 20 35 / 50%);
    padding: 2px 10px;
}

/* Regular page */
.page-template-page-regular .breadcrumb-navigation{
	text-align:center;
    margin-bottom: 20px;
}
.page-template-page-regular .site-grid-inner{
	padding:50px 0
}
.container div.wpcf7{
	width:100%;
    margin-top: 40px;
}

.page-template-page-regular .page-content h1,
.page-template-page-regular .page-content h2,
.page-template-page-regular .page-content h3,
.page-template-page-regular .page-content h4,
.page-template-page-regular .page-content h5,
.page-template-page-regular .page-content h6{
	width:100%
}
.page-template-page-regular .page-content p{
	margin:5px 0
}
.page-template-page-regular .page-content ul{
	width:100%
}
.page-template-page-regular .page-content li{
	list-style-type:disc
}
.page-template-page-regular .page-content li a{
	padding-left:10px
}

/* Tax */
.brand-name.tax{
	text-align:center;
	padding:0 15px;
	display: block;
	margin-bottom: 0;
	margin-top:0;
	padding-top:50px
}

/* Breadcrumb */
.bike-breadcrumb{
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin: 0;
    padding: 10px;
    z-index: 1;
    position: relative;
	flex-wrap:wrap
}

.bike-breadcrumb li{
	line-height:1;
	max-height:12px;
	position:relative;
    margin-bottom: 6px;
}
.single-bike .bike-breadcrumb li:last-of-type,
.single-bike .bike-breadcrumb li:nth-last-child(2){
	display:none;
}
.bike-breadcrumb a{
	line-height:1
}

.single .bike-breadcrumb{
    justify-content: flex-start;
    padding-left: 0;
    margin-bottom: 18px;
    margin-top: -30px;
	
}


/* Recommended size */

.rider-height-recommended-size{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
    flex-wrap: wrap;	
}
.rider-height-recommended-size li{
    margin-bottom: 5px;
    padding: 10px 15px;
	position:relative;
}
.rider-height-recommended-size li:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
	height: 70%;
    background: linear-gradient( 107deg, #c1c1c1 0%, #ffffff 100%);
}
@media (min-width:768px){
	.rider-height-recommended-size li:after {
		content:  none;
	}
	.bike-sizes h2{
		margin-bottom: -10px;
		margin-left: 14px
	}
	.rider-height-recommended-size li{
		margin-bottom: -5px;
		padding: 10px 15px;
	}
}
.rider-height-recommended-size li:hover:after {
    background: transparent;
}
.rider-height-recommended-size li:hover{
	background:#eee;
}

.rider-height-recommended-size p{
	margin:0;
	padding:0;
	line-height: 1.15em;
	white-space: nowrap;
}
.rider-height-recommended-size p.size{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
	font-weight:bold;
	color:#313b4e
}
.rider-height-recommended-size p.height{
	font-size:12px;
}

/* More brands */
.all-bike-brands{
	 display: flex;
	 align-items:center;
	 flex-wrap:wrap;
	 margin:auto;
}
.all-bike-brands li{
	 display: flex;
	 align-items:center;
	 min-width:115px;
	 margin:0 5px;
	 font-size:12px;
	 position:relative;
}
.all-bike-brands li a{
    color: rgba(255,255,255,.5);
    word-wrap: break-word;
    padding-left:10px;
	width: 100%;
	 border: solid 1px rgb(255 255 255 / 10%);
     margin-bottom: 10px;
}
.all-bike-brands li:hover a{
    color: #fff;
	border-color:#fff
}
footer .more-brands ul li:after{
	top:10px;
	content:none
}
.more-brands .bike-heading{
	width:100%;
	text-align:center;
	padding-top: 40px;
    margin-top: 40px;
    /*border-top: 1px solid rgba(255, 255, 255, 0.08);*/
}
.all-bike-brands{
	padding:0
}
.more-brands .default-btn{
    margin: 40px auto 20px auto;
	min-width: 320px;
}

/* filter */
.bikes-filter-data{
	width:100%;
	position: relative;
}
.bikes-filter-container{
	display:flex;
	flex-direction: column;
	position:relative
}
.filters{
    display: flex;
    padding: 15px 10px 11px 10px;
    position: relative;
    background: #eee;
    flex-wrap: wrap;
    margin: 0;
    margin-top: 25px;
    align-items: center;
    justify-content: center;
}
.filter-holder{
	display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 4px;
    border-bottom: solid 1px #c3c2c2;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.filter-holder:last-of-type{
    border-bottom:none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.filter-holder ul{
	margin:0;
	padding: 0 10px;
	padding-left: 0;
}
.filter-holder h4{
	margin:0;
	font-size:20px;
	margin-bottom: 4px;
}
.filter_submit{
	position:relative;
}
.filter_submit .default-btn{

}
.filter_range{
	width:100%
}
range-selector{
	max-width:90%;
}
.apply_filter{
    display: flex;
    max-width: 80%;
    margin: auto;
    padding: 11px 0px;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    min-width: 74px;
	background: #313b4e;
}
.reset_filter{
    margin-left: 8px;
    color: #313b4e;	
	transition:color 0.3s
}
.reset_filter:hover{
    color:#ff655a;	
	transition:color 0.3s
}
.filter-holder-holder{
    display: none;
	position: absolute;
    top: calc(100% + 11px);
    background: #ffffff;
    min-width: 270px;
    z-index: 10;
    max-height: 400px;
    overflow-Y: auto;
    padding: 20px 20px 10px 20px;
    border-radius: 0 0 5px 5px;
}
.filter-holder-holder.opened{
	display:block;
}
.filter-holder:first-of-type{
	margin-top: -30px;
}
.close-filter{
    position: sticky;
	width:36px;
	height:36px;
    right: 18px;
    top: 5px;
    padding: 10px;
	background-color: #e5e5e5;
    line-height: 1;
    display: inline-flex;
    border-radius: 50%;
    z-index: 1;
	left: 100%;
	transition: background-color 0.2s;
}
.close-filter svg{
	fill:#626262
}
.close-filter:hover{
	background-color:#615d5d;
	transition: background-color 0.2s;
}
.close-filter:hover svg{
	fill:#fff
}
.filter-title-holder{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
	color: #1c2330;
}
.filter-holder .filter-ul li{
	line-height: 1.2em;
	font-size:16px;	
    display: flex;
    align-items: center;
}
.filter-holder .filter-ul li.filter_hide{
	display:none
}
.filter-holder .filter-ul li label{
	white-space: nowrap;
	position: relative;
    overflow: hidden;
}
.filter-holder .filter-ul li label:after{
	content:"";
	background-color:#313b4e;
	height:1px;
	width:50px;
	position:absolute;
	bottom:0;
	left:0;
	transform:translateX(-100%);
	transition:transform 0.2s;
}
.filter-holder .filter-ul li:hover label:after{
	transform:translateX(0);
	transition:transform 0.2s;
}
.filter-holder .filter-ul input[type="text"]{
    padding: 10px;
    max-width: calc(100% - 36px);
    margin-bottom: 10px;
}
.filter-holder .filter-ul li input{
	margin-right:8px
}
.filter-holder .filter-ul.filter_range{
	
}
.filter-holder.opened h4 a{
	color:#ff655a;
	border:solid 1px #ff655a
}
.filter-holder h4 a{
	padding:2px 10px;
	border-radius:5px;
	border: solid 1px #b1b1b1;
}
.bikes-filter-data .error{
	color: #000;
    margin-top: 60px;
    margin-left: 34px;
}



.filter-holder-holder::-webkit-scrollbar{
	width:8px; height:4px; background:rgba(0,0,0,.1);border-radius:15px;
}
.filter-holder-holder::-webkit-scrollbar-track{
	background:0 0;border-radius:15px;height:4px; 
}
.filter-holder-holder::-webkit-scrollbar-thumb{
	border-radius:15px;background:rgba(0,0,0,.45); height:4px; 
}

.filter-main-btn{
	color: #313b4e;
    padding: 10px 15px;
    background: #fff;
    position: relative;
    font-size: 15px;
    font-weight: bold;
}
.filter-main-holder.pos-static{
	position:static
}
.filter-main-holder{
    margin-right: 7px;
	position:relative;
}
.filter-main-holder.selected .filter-main-btn {
    color: #ff655a;
}
.filter-main-holder.selected .filter-main-btn:before {
    position: absolute;
    top: -2px;
    font-size: 8px;
    color: #fff;
    background: #ff655a;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: ' ';
    right: -2px;
}
.filter-main-btn.opened{
	color:#ff655a;
	border-color:#ff655a;
}
.bikes-filter-data{
	overflow:hidden
}
.bikes-filter-data:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgb(0,0,0,.97);
	z-index:3;
	content:'';
	transition:transform .7s ease;
	transform:translateY(-100%);
}
body.opened .bikes-filter-data:before{
	transform:translateY(0);
}

/* Cool Input switch */
.input_switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.input_switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.input_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.input_slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .input_slider {
  background-color: #2196F3;
}

input:focus + .input_slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .input_slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded input_switch */
.input_slider.input_round {
  border-radius: 34px;
}

.input_slider.input_round:before {
  border-radius: 50%;
}

.apply_advisor_price{
    display: flex;
    max-width: 80%;
    margin: 0;
    padding: 10px 0px;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    min-width: 74px;
	background: #313b4e;
}

.include_no_price_holder{
    display: flex;
    align-items: center;
	    flex-wrap: wrap;
}
.box-advisor h3{
	width:100%;
	padding:0;
	margin:0;
	font-size:20px
}
.box-advisor{
    margin-bottom: 15px;
    border-radius: 5px;
    border: solid 1px #eee;
    padding: 15px 25px;
    width: 100%;
}
.box-advisor p{
	margin:0
}
.include_no_price_holder .input_switch{
	margin-right:5px;
}
.include_no_price_paragraph a{
	color:#313b4e
}
/* IE Fixes */
@media all and (-ms-high-contrast:none){
	.views-and-downloads span{
		height:36px
	}
	.download-button button {
		height:52px
	}
	.post-widget .thumb{
		max-width:115px
	}
	.menu .menu-item .menu-link svg{
		height:24px
	}
	.post-category.single span{
		height:37px
	}
}

/* Contact form 7 */
.wpcf7 input:not([type="submit"]){
   margin-bottom:30px
}
.wpcf7 textarea{
  margin-bottom:30px;
  max-height:200px
}
span.wpcf7-not-valid-tip {
    position: relative;
    top: -15px;
}
body div.wpcf7-response-output {
    margin: 2em 0;
}
body{
	background:#fff;
}
footer#footer{
	margin:30px;
	border-radius:20px
}


.center-comm{
	margin:20px auto;
	text-align:center
}
.vertical-comm{
	margin-bottom: 50px;
    margin-top: 15px;
}
.aff a.title p{
	line-height: 1.25em;
    margin: 0;
    padding: 0;
    color: #65696e;
    font-size: 13px;
    max-width: 200px;
    margin: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.after-thumb-comm.aff{
	margin-top: 40px;	
}
.compare-gft img{
	/* max-height:100px; */
}
.compare-gft{
	vertical-align:top;

}
.compare-gft h2{
overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;	
}
.compare-gft .post-thumb{
	display:block;
}
.compare-gft .save {
	position: absolute;
    bottom: 15px;
    background: #ff655a;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    padding: 3px 5px;
    border-radius: 3px;
}
.compare-gft .post-thumb img{
	margin:auto
}
.aff a.title{
	text-align:center
}
.price-holder{
	text-align:center
}
.price-holder .price{
	font-weight:500
}
.two-rows-comm .price-holder {
	font-size:13px
}
.bike-model-aff .bike-year{
	background: #ff655a;	
}
.bike-model-aff .bike-categories-wrapper{
	line-height: 1;
    margin-bottom: 6px;
}
.bike-model-aff .price-holder{
	margin-left:10px;
}
.bike-model-aff .info-ticker{
	left:auto;
	right:7px;
	padding: 0px 5px;
	transform: translateY( calc(50% + 6px ));
}
.aff a.prod-image{
	width:100%;
	display:block;
	text-align:center
}
.aff .msrp{
	font-size:12px;
	text-decoration:line-through;
	color: #a5a5a5;
}
.aff .product{
	position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
	border-style:solid;
	border-width:0 0 1px 0;
}
.aff li:last-child .product{
    border-bottom: none;
	margin-bottom:0;
	padding-bottom:0;
}
.aff .save{
	position: absolute;
    left: 15px;
    top: 15px;
    background: #ff655a;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 3px 5px;
    border-radius: 3px;
}
.aff img{
	max-height:180px
}
.aff ul{
	margin:0;	
    padding: 0;
	border-style:solid;
	border-width:1px;
}

.aff ul,
.aff .product{
	border-color: #d1d1d1;
	background-color:#fff
}
.aff ul{
	position:relative;
}
.aff .product{
	padding:5px
}
.horizontal-comm.aff{
	margin-top:10px;
}
.horizontal-comm .prod-holder{
	display: flex;
	    align-self: stretch;
}
.horizontal-comm .aff .product {
    align-self: center;
}
.two-rows-comm a.title p{
	font-size:11px
}
.after-thumb-comm.aff .product,
.horizontal-comm.aff .product{
    border:none
}
.after-thumb-comm.aff .product,
.horizontal-comm.aff .product{
    margin-bottom: 0;
    padding-bottom: 0;
}

.after-thumb-comm.aff .prod-holder:first-child,
.horizontal-comm.aff .prod-holder{
    border-right:solid 1px #d3d3d3
}

.horizontal-comm.aff .prod-holder:last-child{
    border-right:none;
}

.horizontal-comm.aff .fasto-inner-row{
	align-items:flex-end
}

.horizontal-comm.aff .fasto-inner-row{
	margin-bottom:30px
}
.info-ticker{
    position: absolute;
    top: 0;
    left: 15px;
    background: #2a2a2a;
    font-size: 12px;
    color: #fff;
	transform: translateY(calc(-100% + 1px));
    padding: 5px 9px;
    z-index: 1;
}
.bike-sizes{
	margin-bottom:30px
}
.text-comm{
	margin:30px 0
}

.trigger-sizes{
	display:none
}

/* 13.Responsive */
@media (min-width:1366px){
	#bike-multi-slider img{
		/*max-width:770px*/
	}
	.bike-search{
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url(https://bikes.fan/wp-content/uploads/2022/11/bgsearch2.png), linear-gradient(90deg, rgba(255,255,255,1) 15%, rgb(255,255,255,1) 50%, rgba(255,255,255,1) 75%);
		/*background-image: url(https://bikes.fan/wp-content/uploads/2022/11/bgsearch2.png), linear-gradient(90deg, rgba(255,255,255,1) 15%, rgb(237 237 237) 50%, rgba(255,255,255,1) 75%);*/
	}
	.latest-compares{
		background-image: url(https://bikes.fan/wp-content/uploads/2022/10/bgsearch.webp), linear-gradient(0deg,#f3f3f3,#fff);
		background-repeat:no-repeat;
		background-repeat: no-repeat;
		background-size: contain;
	}		
	.latest-compares.more-buttons{
		background-position: center;
	}	
}	
	
@media (max-width:1500px){
	.articles.bikes {
		padding: 15px;
	}
	.ajax-bikes-holder .articles.bikes {
		padding-top:60px
	}
	.bike-model article {
		padding: 10px;
	}
	.dark-box {
		padding: 70px 50px !important;
	}
	.bike-heading h2 {
		font-size: 36px;
		line-height: 1.25em;
	}	
	.bike-advisor .bike-heading h2 {
		margin-top:45px
	}
	header#theme-header{
		padding: 8px 20px;
	}	
}

@media (max-width:1366px){
	.bike-compare-holder{
		margin:20px 10px
	}
	#vertical-scroll{
		margin:0 10px;
	}
}



@media (max-width:1200px){
	.bike-advisor-heading,
	.bike-advisor-list,
	.bike-advisor-image{
		
	}
	.social-share-holder{
		display:none
	}
}

@media (min-width:1023px) and (max-width:1280px){
	.articles.bikes .bike-model{
		    flex: 0 0 33.333333333333%;
			max-width: 33.333333333333%;
	}	
}

@media (max-width:620px){
	.articles.bikes .bike-model{
		    flex: 0 0 100%;
			max-width: 100%;
	}
}

@media (min-width:1024px) and (max-width:1300px){
	header#theme-header {
		flex-wrap: wrap;
	}	
	nav.primary{
		order: 3;
		flex-basis: 100%;
	}
}

@media (max-width:1366px){
	footer#footer {
		padding: 20px 30px 40px 30px;
	}
	.add-to-compare.view-specs{
		max-width: 200px;
		min-width: 100px;
		padding: 10px;
		padding-right: 60px;
	}
}

@media (max-width:1300px){
	.bike-description .fasto-row{
		margin:0
	}
	.bike-description .fasto-inner-row {
		margin: 15px;
	}
}

@media (min-width:1024px) and (max-width:1366px){
	.grid-4 .post-category{
		min-width:unset
	}
}

@media (min-width:1024px){
	#primary > li > a:before, 
	#primary > .current-menu-item > a:before, 
	#primary > .current_page_item > a:before {
		content: "";
		position: absolute;
		bottom: -10px;
		width: 0;
		left: 0;
		height: 2px;
		background-color: #ff655a;
		opacity: 0;
		transition: opacity 0.3s, width 0.3s;
	}
	#primary > li:hover a:before, 
	#primary > .current-menu-ancestor a:before, 
	#primary > .current-menu-item a:before, 
	#primary > .current_page_item a:before {
		opacity: 1;
		transition: opacity 0.3s, width 0.3s;
		width: 100%;
	}
	.home.has-sidebar .site-grid-inner{
		padding-top:0
	}
	.padding-right-0{
		padding-right:0
	}
	.padding-left-0{
		padding-left:0
	}
	.padding-right-15{
		padding-right:15px
	}	
	.padding-right-30{
		padding-right:30px
	}
	#sidebar{
		border-color:rgba( 14,22,56 , .2 );
	}
	.articles.grid-2,
	.articles.grid-1,
	.single.has-sidebar .article-single{
		padding-top:60px
	}
	.rtl.single.has-sidebar .article-single{
		padding-left:30px;
		padding-right:15px
	}
	.grid-1	.post-title{
		font-size:24px;
		line-height:1.33em
	}
	.rtl.has-sidebar .articles{
		padding-right:0;
		padding-left:15px
	}
	#sidebar{
		padding-left:30px;
		border-width: 0 0 0 1px;
		border-style: solid;
		padding-top:40px;
		background: #eee;
	}
	.rtl #sidebar{
		padding-left:15px;
		border-width: 0 1px 0 0;
		padding-right:30px;
	}
	#sidebar .widget:first-of-type{
		margin-top:0
	}
	.archive.category.has-sidebar .breadcrumb-navigation,
	.archive.date.has-sidebar .breadcrumb-navigation,
	.archive.author.has-sidebar .breadcrumb-navigation,
	.archive.tag.has-sidebar .breadcrumb-navigation{
		 margin-bottom:0 
	}	
	.archive.author.has-sidebar .author-box{
		 margin-bottom:0 
	}
	.subscribe input[type="email"]{
		max-width:400px;
	}	
	.single.has-sidebar .site-grid-inner{
		padding-top:0
	}
}

@media (max-width:1023px){
	.bikes-subcategories{
		top: 65px;
	}
	.bikes-categories{
		padding-top:20px;
	}
	.articles.bikes {
		padding: 0;
	}	
	.bike-search img {
		top: 26px;
	}
	.bikes-cats-subcats-list .choose-category {
		padding: 11px;
		font-size: 13px;
	}
	.bikes-cats-subcats-list h3 {
		margin: 0;
		margin-right: 3px;
		margin-bottom: 8px;
	}
	.ajax-bikes-holder .articles.bikes {
		padding-top: 0;
	}
	.bikes-cats-subcats-list .choose-subcategory ,
	.bikes-cats-subcats-list .bikes-subcategories > li.active .choose-subcategory,
	.bikes-cats-subcats-list .choose-subcategory:hover{
		font-size:12px
	}
  #primary{
        margin-left:0;
        margin-right:0;
		padding: 15px 0
    }
     .menu.responsive-menu{
        display:none;
		max-height: 600px;
		overflow:scroll;
    }
	#primary.open .menu.responsive-menu{
		display:block;
	}
     .menu.responsive-menu li,.mobile-menu-icon{
        display:block
    }
	.menu.responsive-menu > li{
       border-bottom: solid 1px #eee;
		padding: 10px 0;
    }	
	.menu.responsive-menu li.bike-tools{
		border:none !important
    }	
	.menu.responsive-menu li:nth-of-type(7){
		margin-top:15px
    }
     .menu.responsive-menu li:hover,.menu.responsive-menu li.focus{
        position:static
    }
     .menu.responsive-menu li.current-menu-item > a,
	 .menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	 .menu.responsive-menu .sub-menu li.current-menu-item > a:focus,
	 .menu.responsive-menu li.current_page_item > a,
	 .menu.responsive-menu .children li.current_page_item > a:hover,
	 .menu.responsive-menu .children li.current_page_item > a:focus,
	 .menu.responsive-menu li a,.menu.responsive-menu li a:hover,
	 .menu.responsive-menu li a:focus{
        display:block;
        padding:0px 20px;
        border:none
    }
     .menu .sub-menu li:first-child a{
        border-top:none;
    }
     .menu .children li:first-child a{
        border-top:none;
    }
     .menu.responsive-menu .menu-item-has-children > a,.menu.responsive-menu .page_item_has_children > a{
        margin-right:50px
    }
     .menu.responsive-menu > .menu-item-has-children:before,
	 .menu.responsive-menu > .page_item_has_children:before{
    content: ' ';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    position: relative;
    float: right;
    margin-right: 15px;
    margin-top: 14px;
    }
     .menu.responsive-menu > li > .sub-menu,
	 .menu.responsive-menu > li > .children{	
        margin:0;
        padding:0;
        left:-9999px;
        opacity:0;
        position:absolute;
        -webkit-transition:opacity .4s ease-in-out;
        -moz-transition:opacity .4s ease-in-out;
        -ms-transition:opacity .4s ease-in-out;
        -o-transition:opacity .4s ease-in-out;
        transition:opacity .4s ease-in-out;
        z-index:99;
    }
	
	.menu.responsive-menu > li > .sub-menu{
		display:none !important;
	}
	
	.menu.responsive-menu .menu-open > ul{
		 display:block !important;
	}
     .menu.responsive-menu > li.focus > .sub-menu,.menu.responsive-menu > li.focus > .children{
        position:relative;
        left:auto;
        opacity:1
    }

     .menu.responsive-menu > li > .sub-menu.submenu-toggle,.menu.responsive-menu > li > .children.submenu-toggle{
        position:relative;
        left:auto;
        opacity:1
    }
     .menu.responsive-menu .sub-menu,.menu.responsive-menu .children{
        left:auto;
        opacity:1;
        position:relative;
        -webkit-transition:opacity .4s ease-in-out;
        -moz-transition:opacity .4s ease-in-out;
        -ms-transition:opacity .4s ease-in-out;
        -o-transition:opacity .4s ease-in-out;
        transition:opacity .4s ease-in-out;
        width:100%;
        z-index:99;
        margin:0;
    }
     .menu.responsive-menu .sub-menu .sub-menu,.menu.responsive-menu .children .children{
        background-color:transparent;
        margin:0;
        padding-left:15px
    }
     .menu.responsive-menu .sub-menu li a,.menu.responsive-menu .sub-menu li a:hover,.menu.responsive-menu .sub-menu li a:focus,.menu.responsive-menu .children li a,.menu.responsive-menu .children li a:hover,.menu.responsive-menu .children li a:focus{
        position:relative;
        width:100%
    }


	.mobile-trigger{
		display:block;
		padding:0
	}
	.responsive-menu{
		position: absolute;
		top: 54px;
		max-width: 450px;
		background: #fff;
		width: 90%;
		left:5%;
	}
	.search-trigger.mobile {
		padding: 3px 10px;
		background-color: transparent;
		margin-right: 10px;
		max-height: 50px;
	}
	#sidebar{
		display:none
	}
	.main-separator ,
	.main-separator.mobile {
		display:none
	}		
	.main-separator.tablet {
		display:block
	}
	header#theme-header{
		flex-wrap:wrap
	}
	.breadcrumb-navigation{
		margin-bottom:60px
	}
	header#theme-header {
    padding: 0px 20px;
	}
	.bike-advisor {
		padding: 0;
	}		
	.home .bike-advisor.dark-box-wrapper {
		padding: 15px;
	}	
	.single.bike-advisor {
		padding: 15px;
	}
	.bike-advisor-inner img{
		display:none
	}
}

@media (max-width:860px){
	#helper-image{
		width:85%;
		max-width:85%;
	}
}


@media (min-width:768px) and (max-width:1023px){
	.padding-right-tablet-0{
		padding-right:0
	}
	.padding-left-tablet-0{
		padding-left:0
	}
	#sidebar .widget{
		width:50%;
		float:left;
		box-sizing:border-box
	}	
	#sidebar .widget:nth-of-type(2n){
		padding-left:30px
	}	
	#sidebar .widget:nth-of-type(2n+1){
		clear:both
	}
	.bike-summary {
		padding: 10px 0 50px 20px;
	}
	.add-to-compare {
		left: 10px;
	    min-width: 200px;
		padding-left: 20px;
	}	
}

@media (min-width:768px){
	.ad-geometry{
		margin-top:30px
	}
	.search-and-menu .default-btn{
		display:none
	}
	.mobile-only{
		display:none !important
	}
	.ad-components,
	.ad-geometry{
		/*max-width:330px*/
	}
}
	
@media (max-width:767px){
	.single-post .article-title{
		font-size: 24px;
	}
	.search-and-menu .default-btn svg {
		right: 8px;
	}
	.bike-search .bike-search-inner p{
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		line-height: 1.35em;
	}
	.version3 .bike-summary > ul > li{
		max-width:100%;
	}
	.e-bike-model {
		position:absolute;
		right:10px;
		top:100px
	}
	.bike-data .bike-weight{
		margin-bottom:10px
	}
	.trigger-sizes{
		width:32px;
		display:inline;
		margin-left:10px
	}
	.bike-single h2 {
		/*display: inline-flex;
		align-items: center;*/
	}	
	.bike-sizes h2 {
		margin: 0;
		display: flex;
		align-items: center;
	}
	#bike-multi-slider{
		margin-top:0
	}
	.bike-sizes {
		margin-bottom: 10px;
	}
	.rider-height-recommended-size li{
		padding:10px
	}
	.single .article-title {
		font-size:26px
	}
	.bike-title .brand {
		font-size: 16px;
	}
	.version3.auto-google .bike-sizes{
		margin-top:10px
	}
	.rider-height-recommended-size{
		display:none
	}	
	.rider-height-recommended-size.show{
		display:flex
	}
	.container.bike-data {
		padding-top: 5px;
	}
	.bike-sizes h2:after {
		top: 12px;
	}
	.vertical-comm{
		margin-bottom:30px
	}
	.hide-on-mobile{
		display:none
	}
	.bike-components,
	#table-geometry-scroll{
		margin-bottom: 40px;
	}
	.order-2-mobile{
		order:2;
	}	
	.order-1-mobile{
		order:1;
	}
	.home .bike-advisor-list{
		display:none
	}
	.bike-advisor-results-wrapper{
		order:2
	}	
	.advisor-price-main-wrapper{
		order:1
	}
	.page-template-page-compare h1.page-title {
		display: none;
	}
	.bikes-categories {
		justify-content: flex-start;
	}
	.bikes-subcategories {
		left: 0;
		transform: none;
	}
	#vertical-scroll{
		margin:0;
	}
	#bike-compare-scroll .compare-remove {
		top: -24px;
		padding: 2px;
		left: 5px;
	}
	#bike-compare-scroll .compare-remove svg {
		width: 16px;
		height: 16px;
	}
	.page-template-page-compare .breadcrumb-navigation {
		padding-top: 10px;
		padding-left: 30px;
		padding-bottom: 20px;
	}
	#bike-compare-scroll .post-thumb img {
		max-width: 120px;
	}	
	.bike-compare-holder td {
		max-width: 140px;
	}
	.bike-compare-holder {
		margin: 0;
	}
	#bike-compare-scroll th {
		padding: 2px 5px;
	}
	.bike-compare-holder td {
		padding: 2px 5px;
	}
	#bike-compare-scroll .compare-main-table {
		font-size: 12px;
	}
	#bike-compare-scroll th.heading {
		font-size:16px;
	}
	.filter-main-btn {
		padding: 10px 10px;
		margin-bottom: 6px;
		font-size: 15px;
	}	
	.post-thumb.bike .compare-holder span {
		font-size: 12px;
		font-size: 12px;
	}

	.post-thumb.bike .compare-holder{
		width:58px;
	}
	.post-thumb.bike .compare-holder .icon svg {
		width: 20px;
		height: 20px;
	}	
	.post-thumb.bike .compare-holder a {
		padding: 4px;
	}	
	
	
	
	.page-template-page-compare .dark-box-wrapper{
		padding: 10px;
	}
	.page-template-page-compare .dark-box{
		padding: 40px 20px;
	}
	.search-trigger.mobile {
		padding: 6px 10px;
	}
	h1{
		font-size:1.6em
	}		
	h2{
		font-size:1.4em
	}		
	h3{
		font-size:1.3em
	}	
	h4{
		font-size:1.2em
	}	
	h5{
		font-size:1.1em
	}
	.bike-summary {
		margin-top: 0;
	}
	.related-families {
		margin: 5px 0 0 10px;
	}

	.post-thumb.bike img {
		max-width: 100%;
	}
	.bike-search h1 ,
	h1.headline{
		font-size: 42px;
		padding-top: 0;
	}
	h1.headline{
		padding-top:30px
	}
	.site-grid-inner{
		padding: 0;
	}		
	.home .site-grid-inner{
		padding-top:35px
	}	
	.home .site-grid-inner{
		padding-bottom: 0
	}
	.site-grid{
		padding: 0;
	}
	.responsive-menu{
		top: 60px;
	}
	header#theme-header::after {
		width: calc( 100% - 40px );
		left: 20px;
	}
	header#theme-header {
		padding: 3px 10px;
	}	
	.padding-right-mobile-0{
		padding-right:0
	}
	.padding-left-mobile-0{
		padding-left:0
	}
	.post-category{
		min-width:unset;
	}
	.post-widget .post-thumb{
		margin-bottom:15px
	}	
	footer#footer{
		padding: 30px 20px 30px 20px
	}
	.social-share-holder {
		display:none
	}	
	.after-post .social-share-holder {
		display:flex
	}
	.search-mobile{
		display:flex;
		justify-content: flex-end;
	}	
	.search-trigger.mobile svg{
		width: 24px;
		height: 24px;
	}
	.author-social-search{
		order:3;
		width: 100%;
		display:none
	}
	header#theme-header #searchform {
		top: 60px;
	}
	header#theme-header #searchform.active {
		width: calc( 100% - 40px );
	}
	nav.nav{
		margin-right: 20px;
	}	
	.rtl nav.nav{
		margin-left: 20px;
		margin-right: 0;
	}
	.author-box h2,
	.related-articles h2.title{
		font-size:24px
	}
	
	.horizontal-comm{
		display:none;
	}

}

@media (max-width:479px){
	.after-thumb-comm.aff .prod-holder:first-child{
		border-right:none !important;
	}
	.after-thumb-comm.aff .product,
	.horizontal-comm.aff .product{
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom:solid 1px #d3d3d3
	}
	.bike-search .header .default-btn svg {
		position: absolute;
		right: 20px;
	}
	.header.more-buttons .buttons-holder.lines .default-btn {
		width: 100%;
	}
	.header .bike-heading h2 {
		font-size:22px;
		    padding: 0 20px;
	}
	.bike-search-inner{
		padding-bottom:0
	}
	.header .buttons-holder {
		margin: 0 20px;
		padding-bottom: 40px;
	}
	.single.bike-advisor .default-btn{
		margin-top: 35px;
	}
	.logo {
		max-width: 90px;
		min-width: 90px;
	}
	.bike-components {
		padding: 10px 15px 10px 15px;
	}
	.articles.bikes .bike-model img {
		max-height: unset;
		width: auto;
	}
	.main-separator ,
	.main-separator.tablet {
		display:none
	}		
	.main-separator.mobile {
		display:block
	}
	#searchform input[type="submit"] {
		max-width:100px
	}
	.bike-advisor-step.dark-box-wrapper{
		padding-left:15px;
		padding-right:15px;
		padding-bottom: 30px;
	}
	#menu-footer{
		flex-wrap:wrap;
		margin-bottom:40px
	}	
	#menu-footer li{
		width:100%
	}
}

@media (max-width:380px){
	.logo{
		max-width:80px
	}	
	.search-and-menu .default-btn {
		min-width: 47px;
		padding: 18px;
		margin-right: 3px;
	}
	.mobile-trigger-inner, .mobile-trigger-inner::before, .mobile-trigger-inner::after , .mobile-trigger-box{
		width: 30px;
	}
	.search-and-menu .default-btn.compare .count{
		left: 29px;
	}
	.dark-box {
		padding: 30px 10px !important;
	}
	.version3 .bike-summary {
		margin-top: 30px;
		min-height: unset;
		padding: 30px;
	}
}
@media (max-width:500px){
	.related-families a{
		padding-left: 0;
	}
	.related-families:after {
		display: none;
	}
	.related-families {
		padding-left: 0;
	}
}

@media (max-width:580px){

	.dark-box {
		padding:40px 20px !important;
	}
}
.logged-in header#theme-header{
	top:32px
}
@media screen and (max-width: 600px){
	body div[id^=wpadminbar] {
		top: -106px !important
	}
	.logged-in header#theme-header{
		top:0
	}
}
@media (min-width:601px) and (max-width: 768px){
	.logged-in header#theme-header{
		top:46px
	}
}

.copyright-user{
	text-align: center;
    margin: auto;
    font-size: 14px;
    padding: 0 10px 10px;
    /*border-top: solid 1px rgba(255,255,255,.08); */
    padding-top: 40px;
    margin-top: 0;
	display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap:wrap
}

.copyright-menu .widget-nav-menu{
	display: flex;
    align-items: center;
	margin:0;
}
.copyright-menu .widget-nav-menu a{
	margin-right:15px
}
.copyright-menu .widget.widget_nav_menu{
	margin:0;
}

.copyright-fasto{
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	text-align: center;
	margin-bottom:30px;
	margin-top: -7px;
}

/* fix for compare price */
#bike-compare-scroll > .bike-price{
	display: none !important;
}

/* additional css */

.version3 .bike-summary {
	border-bottom: solid 5px rgb(17 22 49 / 40%);
    background: linear-gradient(90deg, rgba(195, 231, 255, 1) 0%, rgba(238, 248, 255, 1) 33%, rgba(238, 248, 255, 1) 52%, rgba(238, 248, 255, 1) 67%, rgba(195, 231, 255, 1) 100%);
   /* border-radius: 20px 70px 25px 10px; */
}

.version3 .bike-summary:before {
    top: -8px;
}

.version3 .bike-additional-data {
    background: linear-gradient(90deg, #0f1328, #1b2874);
}

.version3 #table-geometry-scroll h2{
	color:#fff
}

.version3 .components-group:hover {
    background: #ededed;
}

.version3 .bike-summary > ul > li:after {
    background: linear-gradient(107deg, rgb(68 71 88 / 20%) 0%, rgb(208 236 255 / 30%) 100%);
}

.version3 .bike-summary ul li .title{
	font-size: 9px;
}

.version3 .bike-sizes h2{
	color:#fff
}
.version3.auto-google .bike-sizes{
    background: linear-gradient(90deg, #0f1328, #1b2874);
	border: none;
	margin-left: 15px;
    border: solid 1px rgb(255 255 255 / 20%);
	margin-bottom: 0;
}

.version3 .rider-height-recommended-size p.size{
	color:#fff
}
.version3 .rider-height-recommended-size p{
	color:rgba(255, 255, 255, 0.65)
}
.version3 .rider-height-recommended-size li:hover{
	background-color: transparent;
}

.header.more-buttons{
	background: linear-gradient(90deg, #0f1328, #1b2874);
	border-radius: 70px 15px 25px 10px;
}

.bike-advisor-inner.homepage.dark-box,
.bike-advisor-inner.dark-box {
    background: linear-gradient(90deg, #0f1328, #1b2874);
}

@media (max-width: 767px){
	.version3.auto-google .bike-sizes {
		margin-top: 10px;
		padding: 10px;
		border-radius: 5px;
	}
	.version3 .rider-height-recommended-size li:after{
		content:none
	}
	.version3 .rider-height-recommended-size{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.version3 .rider-height-recommended-size li{
		margin-bottom: 0;
	}
}

.single-post .thumb-holder {
	position: relative;
}
.single-post .article-title {
	max-width: 750px;
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 1.1em;
}
.single-post .related-articles .article-title{
	font-size: 20px;
}
.single-post .article-title:after{
	content:none
}

.single-post .post-category.single{
	margin-bottom: 0;
}

.single-post  .article-single .author-date {
   
}

.single-post .post-content p{
	font-size: 18px;
	line-height: 1.74em;
}
.wp-caption{
	border:none
}
.single-post .post-content .wp-caption-text,
.single-post .post-thumb .wp-caption-text{
	font-size:12px;
	text-align: left;
}

.single-post .post-thumb .wp-caption-text{
	margin-top: 14px;
}
.single-post .related-articles .post-thumb .wp-caption-text{
	opacity: .7;
}
.articles.news .wp-caption-text,
.archive .wp-caption-text{
	font-size:12px;
}
.articles.news .post-details,
.archive .post-details{
	padding-top: 0;
}
.articles.news .post-title,
.archive .articles .post-title{
	padding-bottom: 0;
}
.articles.news {
    max-width: 1280px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
.articles.news .post-title:after{
	content: none;
}
.page-template-page-news .articles{
	margin-top: 40px;
}

.articles.news .post-title a,
.related-articles .post-title a{
	font-weight: unset;
}

.after-post .social-share-holder{
	display: flex;
	margin:20px 0
}

@media (min-width: 768px){
	.wp-caption.alignnone {
		margin: 5px 20px 20px 50px;
	}

	.single-post .article-single .post-thumb{
		margin: 20px 0 40px 50px;
	}	
	.single-post .article-single .related-articles .post-thumb{
		margin: 0;
	}
}

@media (min-width: 1024px){
	.single.has-sidebar .article-single {
		padding-top: 30px;
	}
}

@media (max-width:767px){
	.single-post .article-title{
		font-size: 28px;
	}
}

.single .article-single .related-articles .post-thumb{
	margin-bottom: 0;
}
.widget .wp-caption-text{
	display: none;
}

.post-content > .post-content-inner > p:first-of-type{
	font-size: 22px;
}

.articles.news{
	margin-top: 40px;
}
.widget .date{
	font-size: 12px;
}
.widget .post-title a{
	font-weight: 500;
}

.page-template-page-news .pagination a,
.archive.category .pagination a{
	text-align: center;
}

.page-template-page-news .pagination,
.archive.category .pagination .pagination {
    width: 100%;
    margin: auto;
    text-align: center;
}

.slogan{
    position: absolute;
    top: 7px;
    background: linear-gradient(107deg, #2196F3 0%, #00BCD4 100%);
    color: #fff;
    padding: 3px 6px;
    font-size: 13px;
    margin: 0;
    left: 7px;
    border-radius: 5px;
	z-index: 1;
}

.t-shirts-holder.single-bike-geometry .slogan {
    top: 27px;
    left: 22px;
}


.bike-components-container{
	flex: 0 0 calc(70%);
}

.bike-componentes-wrapper .t-shirts-holder{
	flex: 0 0 calc(30%);
}

.bike-componentes-wrapper .t-shirts-holder li{
	margin-bottom: 6px;
	border-bottom: solid 4px #E91E63;
}

.compare-gft .slogan{
	display: none;
}


.shirt-detail{
	position: absolute;
    bottom: 8px;
    right: 0;
    padding: 4px 8px;
    background-color: #E91E63;
    color: #fff;
    border-radius: 4px;
    display: block;
    line-height: 1;
    font-size: 20px;
    left: 0;
    margin: auto;
    max-width: 94px;
	cursor: pointer;
	transition: background-color .3s ease;
}

.t-shirts li:hover .shirt-detail{
    background-color: #FFEB3B;
    color: #000;
}

@media (min-width: 1500px) {
    .t-shirts-holder.loop {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1024px) {
    .t-shirts-holder.loop {
        flex: 0 0 25%;
        max-width: 25%;
    }
	.bike-componentes-wrapper .t-shirts-holder{
		padding-left: 20px;
	}
	
}

@media (min-width: 768px) {
	.container.only-mobile{
		display: none;
	}
}

@media (max-width: 767px) {
	.bike-summary-wrapper{
		flex-wrap: wrap;
	}
	.t-shirts-holder.single-bike-info{
		display: none;
	}
	.t-shirts.single-bike-summary{
		flex-wrap: wrap;
		margin-right: 0;
	}
	.t-shirts.single-bike-summary li {
		flex: 0 0 calc(100%);
		margin-right: 0;
		margin-bottom: 6px;
	}
	.bike-summary{
		width: 100%;
		flex:0 0 100%;
	}
	.bike-components-container,
	.bike-componentes-wrapper .t-shirts-holder{
		flex: 0 0 100%;
	}
	.container.only-mobile{
		margin: 0 15px;
	}

	.t-shirts.single-bike-componentes{
		flex-wrap: wrap;
	}

	.t-shirts-holder.single-bike-componentes li{
	    flex: 0 0 calc(100%);
        margin-right: 0;
        margin-bottom: 6px;
	}

	.t-shirts.single-bike-geometry li{
		flex: 0 0 100%;
    	margin-right: 0;
		border-bottom: solid 4px #E91E63;	
		margin-bottom: 6px;
	}

	.t-shirts.single-bike-geometry{
		flex-wrap: wrap;
		flex-direction: column;
	}

	.t-shirts.single-bike-geometry ul li:nth-of-type(3),
	.t-shirts.single-bike-geometry ul li:nth-of-type(4){
		display: none;
	}

}