/*@font-face {
	font-family: "Biro";
	src: url(../Biro_Script_Plus.otf);
}*/
/**
 * #RESETS
 */
/*body{*/
	/*overflow-x: hidden;*/
/*}*/

#main {
	margin-bottom: 0;
}
.prefooter,
#footer,
.aside {
	/*display: none;*/
}
#footer{
	bottom: 0 !important;
	position: relative;
	z-index: 2;
}
.bike-configurator {
	height: calc(100vh - 43px); /* Se resta altura de la cabecera y minimenu_group*/
	overflow: hidden;
	font-size: 15px;
}

.nav-down #page {
	padding-top: 41px;
}

a {
	color: #231F20;
}


.slick-list {
	overflow: visible;
}



/**
 * #TIPOGRAFÍA
 */

.title-2 {
	font-family: "Roboto Condensed Bold";
	font-size: 12px;
	text-transform: uppercase;
}
.title-3 {
	font-family: "Roboto Condensed Bold";
}




/**
 * #ELEMENTOS
 *
 * 1) Botones
 *
 * 2) Tabs
 *
 * 3) Popups
 *
 * 4) Tooltip
 *
 */


/* 1) Botones */

/*.cb-button {*/
	/*display: inline-block;*/
	/*line-height: 30px;*/
	/*color: #fff !important;*/
	/*padding: 0 10px;*/
	/*border: 1px solid #fff;*/
	/*margin-bottom: 10px;*/
/*}*/
.cb-button:hover,
.cb-button:active,
.cb-button:focus {
	color: #3a3a3a !important;
	background-color: rgba(255, 255, 255, 0.8);
}
.cb-button--full-width {
	width: 100% !important;
}
.cb-button.is-active {
	background: #fff !important;
	color: #3a3a3a !important;
}



/* 2) Tabs */

.cb-tab-group {
	text-align: center;
	padding: 0 5%;
	overflow: hidden;
}
.cb-tab-group__tab {
	float: left;
	width: calc(14% - 10px);
	min-width: 60px;
	background: #fff;
	line-height: 30px;
	text-align: left;
	position: relative;
	text-indent: .5em;
	margin-right: .2em;
	cursor: pointer;
	transition: all 0.3s ease;
	list-style-type: none;
}
.cb-tab-group__tab:hover {
	background: #d0d0d0;
}
.cb-tab-group__tab:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 9px solid #fbfbfb;
	border-top: 30px solid transparent;
	top: 0;
	left: 100%;
	transition: all 0.3s ease;
}
.cb-tab-group__tab:hover:after {
	border-left-color: #d0d0d0;
}




/* 3) Popups */

.cb-popup-content {
	color: black;
	text-align: center;
	text-transform: uppercase;
	font-family: "Roboto Condensed Bold";
	line-height: 2;
}
.cb-popup-content a {
	color: black;
}
#cb-popup-compartir .cb-popup-content a .fa{
	font-size: 40px;
}
.cb-popup-content a:hover {
	color: #f00; /* REVIEW: a lo mejor no se pueden poner logos de color por temnmas de derechos */
}

.cb-popup__icon,
.cb-popup__text,
.cb-popup__button {
	color: inherit;
	font-family: inherit;
}
.cb-popup__icon {
	font-size: 70px;
	line-height: 1;
	margin-bottom: 20px;
}

.cb-popup__text {
	font-size: 30px !important;
	line-height: 1.2 !important;
	margin-bottom: 20px;
	font-weight: bold !important;
}
.cb-popup__text--big {
	font-size: 40px !important;
}
.cb-popup__button {
	font-size: 30px;
	line-height: 2;
	font-weight: bold !important;
}
input[type=text].cb-popup__input{
	height: 50px;
	line-height: 50px;
	border-bottom: 0px;
	box-shadow: none;
}




/* 4) Tooltip */

.cb-tooltip {
	padding: 10px;
	box-shadow: 0 0 8px #ccc;
	z-index: 0;
	color:black;
}
.cb-tooltip:before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 40px;
	width: 40px;
	height: 40px;
	transform: rotate(45deg);
	background: #fff;
	z-index: -1;
	box-shadow: inherit;
}
.cb-tooltip:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 31px;
	width: 61px;
	height: 40px;
	background: #fff;
	z-index: -1;
}
.cb-tooltip__title {
	margin-bottom: .5em;
}
.cb-tooltip__text {
	font-family: inherit;
	font-size: .8em;
}
.cb-tooltip__prize{
	margin: .5em 0;
	text-align: right;
	color: #D73238;
	font-size: 1.1em;
	font-weight: 800;
}
.cb-tooltip__date{
	position: absolute;
	bottom: .6em;
	left: .6em;
	font-size: .8em;
}
	.cb-tooltip__date span{
		text-transform: uppercase;
	}
/*fondo fancybox overlay*/
.fancybox-overlay-fixed{
	background: rgba(0, 0, 0, .1)
}
/* CABECERA */
/*ocultamos iconos: rebajas y warranty*/
.b2b #header .top_header .bh_warranty,
.b2b #header .top_header .offers{
	display: none;
}
.b2b #header .top_header .left{
    height: 40px;
    display: table;
}
/*#header .top_bar .bh_unique,*/ .b2b #header .top_header .bh_volver{
    border-right: 1px solid #e5e5e5;
    display: table-cell;
    vertical-align: middle;
    /*padding: 0 10px;*/
    /*padding: 0 10px;*/
}
/*#header .top_bar .bh_unique{
	width: 100px;
	height: 100%;
    position: relative;
}*/
.b2b #header .top_header .bh_unique img{
	max-width: 100%;
	height: 100%;
	display: block;
}
.b2b #header .top_header .bh_volver{
	width: auto;
	height: 100%
}
/* #COMPONENTES */
.top-text {
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 24px;
	position: absolute;
	width: 100%;
	z-index: 1000;
	right: 125px;
}
.bike-configurator__price {
	color: #D73238;
	font-family: "Roboto Condensed Bold";
}



.bike-viewer {
	height: 100%;
	position: relative;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s ease;

}
.bike-viewer.options-is-open {
	height: calc(100% - 180px);
}
.bike-viewer .logo{
	width: 79px;
	height: 39px;
	position: relative;
	top: 10px;
	left: 10px;
}
.bike-part {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 1000ms ease-in-out;
}
/*@media (max-height: 700px) {
	.bike-part {
		background-size: 80%;
	}
}*/
.bike-part__image {
	height: 100%;
}



.bike-viewer .actions {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1002;
}

.bike-viewer .action-button {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.bike-viewer .action-button * {
	color: inherit;
}
.bike-viewer .action-button__icon {
	display: block;
	font-size: 25px;
	line-height: 1;
	margin: 0 auto;
}
.bike-viewer .action-button__name {
	font-family: "Roboto Condensed Bold";
	text-transform: uppercase;
	font-size: 14px;
}



.options {
	width: 100%;
	height: 30px;
	/*overflow: hidden;*/
	position: absolute;
	bottom: 0;
	transition: all 0.3s ease;
}
.options.is-open {
	height: 210px; /* .tab-group + .options__selector */
}

.options__open-button {
	position: absolute;
	top: 0;
	right: 10px;
	height: 30px;
	font-size: 40px;
	cursor: pointer;
	transition: transform 0.3s ease;
}
.options.is-open .options__open-button {
	transform: rotate(180deg);
}
.options__open-button .fa {
	position: relative;
	top: -7px;
}


/**
 * Tabs de .options
 *
 * Cambios que dependen del estado de .options
 */

.options.is-open .cb-tab-group__tab.is-active {
	background: #3a3a3a;
	color: #fff;
}
.options.is-open .cb-tab-group__tab.is-active:after {
	border-left-color: #3a3a3a;
}
.options__selector {
	height: 180px;
	background: #3a3a3a;
	position: relative;
	padding: 10px 0;
	width: 100%;
	position: absolute;
	top: 30px;
	z-index: 0;
	bottom: 49px;
	/*overflow: hidden;*/
}
.options__selector.is-active {
	z-index: 1;
}
/*.options-buttons {*/
	/*float: left;*/
	/*width: calc((100% - 200px)/8.15);*/
	/*height: 100%;*/
	/*padding-right: 17px;*/
	/*margin-left: 100px;*/
	/*margin-right: 3px;*/
	/*position: relative;*/
	/*z-index: 1;*/
	/*background: #3a3a3a;*/
/*}*/

.options__selector .options-buttons {
	display:none;
}
.options__selector.is-active .options-buttons {
	display:table;
}
.options-slider {
    padding: 0px;
    margin: 0;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}
.options-buttons + .options-slider {
	/*padding-left: calc(100px + (100%/8));*/
}

.slick-prev,
.slick-next {
	font-size: 40px;
	color: #fff;
	top: 10px;
	width: 100px;
	height: 100%;
	padding: 10px;
	background: #3a3a3a;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus {
	color: #fff;
	background: #3a3a3a;
}
.slick-prev {
	left: 0;
	text-align: left;
}
.slick-next {
	right: 0;
	text-align: right;
}
.slick-disabled {
	color: rgba(255, 255, 255, 0) !important;
	cursor: default;
	/*transition: 0;*/
}


.option {
	background: #4c4c4c;
	color: #fff;
	margin: 0 3px;
	position: relative;
	opacity: 0;
	/*transition: opacity 1s ease;*/
	box-shadow: 0 0 5px #eee;
}
.option:last-child{
	margin-right: 0;
}


.options__selector.is-active .option {
	/*transition: opacity 1.3s ease;*/
	/*transition-delay: .2s;*/
	width: 120px;
	cursor: pointer;
	opacity: 0.8;
	transition: 300ms;
    /*-webkit-filter: grayscale(40%);*/
}
.options__selector.is-active .option:hover {
	opacity: 1;
    /*-webkit-filter: grayscale(0%);	*/
}
.options__selector.is-active .option.option-active {
	opacity: 1;
    /*-webkit-filter: grayscale(0%);*/
}
.options__selector.is-active .option.option-active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    border-radius: 0px;
    background-color: #CC343A;
    top: 0px;
    right: 0px;
    display: block;
}
.options__selector.is-active .option.option-active .option__title{
	background-color: #CC343A;
}
.option .colors_container{
	display: none;
}
.option__image {
    max-width: 100%;
    height: auto;
    background-color: #fff;
	display: block;
}
.option__title {
	display: block;
	padding:  0 .2rem;
	color: inherit;
	font-weight: 300;
	font-size: 12px;
	text-align: left;
	height: 40px;
	position: relative;
	bottom: 0px;
	background-color: #191919;
	width: 100%;
	text-align: center;
}

.option__tooltip {
	width: 250px;
	min-height: 50px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: calc(100% + 6px);
	font-family: "Roboto Condensed";
	font-size: 14px;
	background: #fff;
	transition: all 0.3s ease;
}
/*
.option:hover .option__tooltip {
	transition-delay: 0.1s;
	visibility: visible;
	opacity: 1;
}
*/
#cb-popup-comprar{
    padding-top: 2% !important;
}
#cb-popup-comprar .tallas{
	margin-bottom: 20px;
	position: relative;
}
#cb-popup-comprar .tallas .talla{
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	position: relative;
	display: inline-block;
	transition: 300ms;
	cursor: pointer;
	margin-top: 40px;
	margin-right: 5%;
	margin-bottom: 20px;
}
#cb-popup-comprar .tallas .talla:last-child{
	margin-right: 0;
}
#cb-popup-comprar .tallas .talla .nombre{
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}
#cb-popup-comprar .tallas .talla:hover{
	background-color: rgba(255, 255, 255, 0.5);
	color: #000;
}
#cb-popup-comprar .tallas .talla.active{
	background-color: #fff;
	color: #000;
}
#cb-popup-comprar .tallas .talla.active .nombre,
#cb-popup-comprar .tallas .talla:hover .nombre{
	color: #000;
}
#cb-popup-comprar .tallas .talla-texto{
	width: 60px;
	position: absolute;
	top: -40px;
	font-size: 12px;
	line-height: 100%;
}
#cb-popup-comprar .tallas .talla-texto__prox{
	font-size: 10px;
	display: block;
	line-height: 100%;
}
/*#cb-popup-comprar .js-customize-buymessage a.cb-button.js-customize-buy{
    display: none;
}*/
/*segundo div en popup comprar*/
section.popup-modal > .components-list{
    display: none;
	width: 99%;
    max-width: 900px !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.components-list .cb-popup__icon{
	margin-bottom: 0;
}
.components-list .cb-popup__text--top{
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-bottom: 1px solid #fff;
	margin-bottom: 3%;
}
.components-list .cb-popup__text--top div{
    width: 24%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2%;
}
.components-list .cb-popup__text div.category-bike{
    width: 40%;
    line-height: 120%;
    text-align: left;
	font-size: 1em;
}
/*.components-list .cb-popup__text div.category-bike:before{
	content: 'My';
	font-family: Caveat;
	position: relative;
	bottom: 2px;
	margin-right: 3%;
}
.components-list .cb-popup__text div.category-bike:after{
    content: url(../img/unique-logo.png);
    position: relative;
	top: 6px;
	left: 6px;
}*/
.components-list .cb-popup__text div.price-bike{
	font-size: .9em;
    text-align: left;
}
#cb-popup-comprar .components-list .cb-popup__text--top div.tallas{
    margin-bottom: 0;
    text-align: right;
	pointer-events: none;
}
#cb-popup-comprar .components-list .cb-popup__text--top div.tallas .talla{
	width: 60px;
	height: 60px;
	line-height: 56px;
}
.components-list .cb-popup__text .cb-popup__text--top div:last-child{
    margin-right: 0;
}
.components-list a.cb-button{
	width: 90%;
	max-width: 380px;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #CC343A;
	color: #fff !important;
	border-bottom: 0;
	/*display: inline-block;*/
}
.components-list a.cb-button.return{
	width: auto;
	max-width: 150px;
	margin-bottom: 2%;
    float: left;
    text-align: left;
	background-color: transparent;
	color: #fff;
	text-transform: capitalize;
	font-size: 1.5em;
}
.components-list a.cb-button.return:before{
	font-family: FontAwesome;
	content: '\f060';
	font-size: .6em;
	position: relative;
	bottom: 2px;
}
.components-list a.cb-button:hover{
	opacity: .9;
}
/*parte inferior listado componentes*/
.components-list #js-componentes-seleccionados{
	overflow: hidden;
}
.components-list #js-componentes-seleccionados .components-list{
	overflow: hidden;
	margin-right: -2%;
}
.components-list #js-componentes-seleccionados .box-generica{
	width: 23%;
	height: 80px;
	/*float: none !important;*/
	display: inline-block;
	vertical-align: top;
	padding: 0.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	background-color: #fff;
	border: 1px solid #eee;
}
.components-list #js-componentes-seleccionados .box-generica.print-XA{
	height: auto;
	margin-bottom: 110px;
}
.components-list #js-componentes-seleccionados .box-generica.print-XA .categoria-colores__color{
	margin-bottom: 3px;
	margin-right: 6px;
	display: inline-block;
}
.components-list #js-componentes-seleccionados .box-generica.print-XA span.cuadro-color{
	width: 10px;
	height: 10px;
	display: inline-block;
}

.components-list #js-componentes-seleccionados .box-generica .content-img{
	width: 40px;
	height: 40px;
	float: left;
	margin-top: -5px;
	display: none;
}
.components-list #js-componentes-seleccionados .box-generica .content-right{
	width: calc(100% - 40px);
	line-height: 2px;
	text-align: left;
	margin-left: calc(40px + 2%);
}
.components-list #js-componentes-seleccionados .box-generica .content-right .categoria-name{
	font-size: 11px;
	font-weight: 600;
	color: #818181;
	text-transform: uppercase;
	display: block;
	opacity: .7;
}
.components-list #js-componentes-seleccionados .box-generica .content-right .categoria-description{
	max-height: 51px;
	overflow-y: auto;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	color: #000;
}
.components-list #js-componentes-seleccionados .box-generica .content-right span.bloque-texto .categoria-description{
	position: relative;
	top: 5px;
}
.components-list #js-componentes-seleccionados .box-generica .content-right span.bloque-texto,
.components-list #js-componentes-seleccionados .box-generica .content-right span.categoria-colores{
	margin: 8px 0 0 0;
	font-size: 11px;
	color: #000;
	display: block;
}
.components-list #js-componentes-seleccionados .box-generica .content-right .categoria-description span.categoria-mm{
	display: block;
	color: #000;
	font-size: .6rem;
}
/*media queries para popup comprar*/
@media (max-width: 56.188em){ /*hasta 899px*/
	#cb-popup-comprar{
		position: absolute !important;
	}
	.reveal-modal-bg{
		position: absolute;
	}
}
@media (max-width: 47.938em){ /*hasta 767px*/
	.components-list #js-componentes-seleccionados .box-generica{
		width: 31.3%;
	}
	.components-list #js-componentes-seleccionados .box-generica.print-XA{
		height: 270px;
	}
}
@media (max-width: 34.375em){ /*hasta 550px*/
	.components-list #js-componentes-seleccionados .box-generica{
		width: 100%;
		height: auto !important;
	}
	.components-list #js-componentes-seleccionados .box-generica.print-XA{
		margin-bottom: 2%;
	}
	.components-list .cb-popup__text--top{
		border-bottom: 0;
		margin-bottom: 2%;
	}
	.components-list .cb-popup__text--top div{
		width: 100% !important;
		text-align: center !important;
		display: block;
		margin-bottom: 3%;
	}
	.components-list .cb-popup__text--top div:last-child{
		margin-bottom: 0;
	}

}
/**
 * #UTILITIES
 */

.u-table-it {
	display: table;
}
/*.u-cell-it {*/
	/*display: table-cell !important;*/
/*}*/
/*.u-cell-it--middle {*/
	/*vertical-align: middle !important;*/
/*}*/
.outdate_components{
	display: none;
}
.mbhu_medidas_fixed{
    position: absolute;
    top: 1%;
    left: -300px;
    padding: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 5px 5px 10px -7px;
}
.mbhu_medidas_fixed.open{

}
.mbhu_medidas_fixed:empty{
    display: none;
}
.mbhu_medidas_fixed .title{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
.mbhu_medidas_fixed .colors .color{
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    border: 2px solid transparent;
    clear: both;
    display: block;
    width: auto;
}
.mbhu_medidas_fixed .colors .color.option-active{
    border: 2px solid #CC343A;
}
.mbhu_medidas_fixed .colors .color span{
	color: #7F9DB9;
	font-size:10px;
	text-align: center;
	display: block;
	/*margin-top: -2px;*/
	color: rgb(159, 159, 159);
}
.mbhu_medidas_fixed .colors .color.option-active span{
	margin-top: 0;
}
.mbhu_medidas_fixed .colors .color.medida span{
	display: block;
	/*min-width:40px;*/
	text-align:center;

}
.mbhu_medidas_fixed .colors .color img{
    width: 70px;
    min-height: 20px;
    height: auto;
    vertical-align: middle;
    background-color: #ccc;
}
.custombikes-color-cuadro {
	height:20px;
	width:20px;
}
/**nuevos estilos para tabs**/
.bike-configurator .options{
	height: 47px;
	/*background-color: rgb(58, 58, 58);*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1001;
	overflow: hidden;
}
	.options__open-button{
		width: 1.5em;
		height: 1.2em;
		top: 0;
		right: 0;
		background-color: #cc343a;
		color: #fff;
		z-index: 99999;
		text-align: center;
		display: none;
	}
	.options.is-open .options__open-button{
		top: 81%;
		width: 1.5em;
		height: 1.2em;
		top: 81%;
		right: 0;
		background-color: #cc343a;
		color: #fff;
		z-index: 99999;
		text-align: center;
		display: block;
	}
		.options.is-open .options__open-button .fa-angle-up:before{
			top: 2px;
			position: relative;
		}
	.options__open-button:hover{
		opacity: .9;
	}
		.options__open-button .fa{
			width: 100%;
			height: 100%;
			display: block;
			padding: 0;
			top: 0;
		}
	.cb-tab-group{
		width: 100%;
		height: 100%;
	}
		.cb-tab-group__tab{
			width: auto;
			height: 47px;
			padding: 0 .5em 0 0;
			text-align: center;
			line-height: 47px;
			background-color: transparent;
			font-size: .89em;
			color: rgb(191, 191, 191);
			transform: skewX(-16deg);
		}
		.cb-tab-group__tab:hover{
			background-color: rgb(202, 51, 58);
			color: rgb(255, 231, 224);
		}
		.cb-tab-group__tab:after{
			display: none;
		}
		.cb-tab-group-num{
			width: 2em;
			height: 2em;
			line-height: 2em;
			display: inline-block;
			margin-right: .4em;
			text-align: center;
			padding-right: .5em;
			border-radius: 50%;
			background-color: rgb(35, 35, 35);
			transform: skewX(16deg);
		}
    .cb-tab-group-title{
        width: 9em;
        left: 1.5em;
        color: #fff;
        text-transform: uppercase;
        position: absolute;
        z-index: 99999;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.4em;
        color: rgb(191, 191, 191);
        font-weight: 800;
    }
        .cb-tab-group-title span{
            padding-left: .5em;
        }
.options__selector{
	height: auto;
	top: 46px;
}
	.options__selector.is-active .option{
        -webkit-box-shadow: 0px 0px 5px #eee;
        -moz-box-shadow: 0px 0px 5px #eee;
        box-shadow: 0px 0px 5px #eee;
		/*border: 1px solid #d2d2d2;*/
        opacity: 1;
	}
/*tabla colores*/
.mbhu_medidas_fixed{
	width: 40%;
	max-width: 220px;
	padding: .8em;
	padding-bottom: .3em;
	top: .4rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.mbhu_medidas_fixed.open{
	left: .4rem;
	z-index: 1002;
    overflow: hidden;
}

	.mbhu_medidas_fixed.open .colors .color{
		height: 30px;
        margin-bottom: 14px;
	}
	/*ocultamos colores*/
	.colors_title{
		width: 100%;
		clear: both;
		color: rgb(159, 159, 159);
		text-transform: uppercase;
		font-weight: 800;
		font-size: .9em;
		margin-bottom: .5em;
		cursor: pointer;
	}
	.colors_title:after,
	.icon-close:after{
		font-family: FontAwesome;
		width: 16px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		float: right;
		font-size: 11px;
		/*border: 1px solid #000;
		border-radius: 50%;
        background-color: #000;*/
        color: rgb(159, 159, 159);
	}
	.colors_title:after{
		content: '\f067';
	}
	.colors .icon-close:after{
		content: '\f068' !important;
	}
		.mbhu_medidas_fixed div.title-colors {
			font-size: 1em;
			display: none;
		}
		.mbhu_medidas_fixed div.colors{
			/*height: 46px;*/
			clear: none;
		}
			.mbhu_medidas_fixed .colors .color{
				width: 40px;
				height: 100%;
				clear: none;
				display: inline-block;
				margin-right: .5em;
			}
			.mbhu_medidas_fixed div.custombikes-color-cuadro{
				width: 100%;
				height: 100%;
                border: 1px solid #fff;
			}
			.mbhu_medidas_fixed .colors .color.medida span{
				height: 100%;
				line-height: 36px;
				font-size: .9em;
			}
			.mbhu_medidas_fixed .colors .color.option-active{
				background-color: rgb(202, 51, 58);
				color: #fff;
				border-color: rgb(76, 76, 76);
			}
			.mbhu_medidas_fixed .colors .color.medida.option-active span{
				color: #fff;
				line-height: 35px;
			}
			.mbhu_medidas_fixed .colors .color.option-active  div.custombikes-color-cuadro{
				height: 100%;
			}
			.colors a.color-medida{
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				width: 5.5em !important;
				padding-top: 0;
				margin-right: .2em !important;
				border: 2px solid #f3f3f3 !important;
			}
            .colors a.color-medida.option-active{
                border-color: rgb(202, 51, 58) !important;
            }
			.colors a.color-medida:last-child{
				margin-right: 0 !important;
			}
			.mbhu_medidas_fixed .colors .color.color-medida{
				height: 36px;
			}
			.mbhu_medidas_fixed .colors.brillo-mate .color.color-medida{
				height: 26px;
			}
			.mbhu_medidas_fixed .colors.brillo-mate .color.medida.option-active span {
				line-height: 23px;
			}
			.mbhu_medidas_fixed .colors.brillo-mate .color.medida span{
				line-height: 25px;
			}
		.colors_group{
			display: none;
			overflow: hidden;
			margin-bottom: .5em;
		}
		/*sillines*/
		.mbhu_medidas_fixed .colors .color-bh{
			width: 3.8em !important;
			position: relative;
		}
			.mbhu_medidas_fixed .colors .color-bh img{
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
			}
/*desplegar*/
.options.is-open{
	height: 250px;
}
	.options.is-open .cb-tab-group__tab.is-active{
		background-color: rgb(202, 51, 58);
	}
.cb-tab-group{
	height: 47px;
	position: absolute;
	bottom: 0;
	background: #3a3a3a;
	z-index: 9999;
    padding-left: 15.2em;
}
.options__selector{
	/*height: 163px;*/
    height: auto;
	top: 0;
	padding: 0;
	background: none !important;
}
	.options__selector .slick-track .option-active{
        height: 182px;
		border: 0;
		bottom: 10px;
	}
		.options__selector .slick-track .option-active .option__title{
			height: 100%;
			max-height: 62px;
			overflow-y: auto;
			/*padding-top: 20px;*/
			padding-top: 5px;
		}
    .info-utable{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        width: calc(17em + 200px);
        height: 10.6em;
        position: absolute;
        top: 2.5em;
        overflow: hidden;
    }
		.info-utable .options-buttons .cb-button{
			height: 7em;
		}
    .info-element{
        width: 70%;
        height: 100%;
        position: relative;
        float: left;
        padding: .5em;
        border-right: 1px solid #eee;
		background-color: #fff;
    }
    .cb-tooltip__title.title-3{
        font-size: .9em;
        max-height: 50px;
        overflow-y: auto;
    }
    .cb-tooltip__prize{
        position: absolute;
        bottom: 0;
        right: .6em;
    }
    .cb-tooltip__text{
        overflow-y: auto;
        max-height: 90px;
    }
    .u-cell-it {
        height: 100%;
    }
	.options-buttons{
        width: 30%;
		height: 100%;
        float: right;
        background: transparent;
	}
		.cb-button{
            width: 100%;
            position: relative;
            display: block;
			border-bottom: 1px solid #eee;
			color: #3a3a3a !important;
            background-color: #fff;
            text-align: center;
		}
        .cb-button:last-child{
            border-bottom: 0;
        }
            .cb-button span{
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
        .cb-button:hover{
            background-color: #eee;
        }
		.cb-button.is-active, .cb-button.active{
			background-color: #eee !important;
			color: #3a3a3a !important;
			pointer-events: none;
		}
        .options-slider{
			margin-left: calc(17em + 200px);
		}
			.options-slider .slick-track{
				transform: none !important;
			}
		.option__title{
			color: rgb(158, 158, 158);
			font-weight: 800;
			font-size: .9em;
			padding-top: 0;
		}
		.option-active .option__title{
			color: #fff;
		}
		.options-slider .option__title{
			/*height: 46px;*/
			/*line-height: 40px;*/
			background: #fff;
		}
		.options-slider .option{
			height: 150px;
			margin-top: 37px;
			background: #fff;
		}
		.options-slider.group-options-empty{
			margin-left: calc(17em + 65px);
		}
/*desplegables select en options*/
.dropdowns-options{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*width: 30%;
	height: 79%;
	margin-left: 30.36em;
	margin-top: 38px;*/
	padding: 1%;
	overflow: hidden;
	background-color: #fff;
	border-left: 1px solid #eee;
}
	.dropdowns-options__col{
		width: 48%;
		float: left;
	}
    .dropdowns-options__col--input{
        width: 98%;
        display: block;
        margin-top: 3%;
    }
	.dropdowns-options__col:first-child{
		margin-right: 2%;
	}
		.dropdowns-options__col label{
			font-family: "Roboto Condensed Bold";
			font-size: .8em;
			font-weight: 800;
			text-transform: uppercase;
			color: #000;
		}
		.dropdowns-options__col select, .dropdowns-options__col input{
			height: 2em;
		}
		.img-nombrebici{
			width: 20em;
			height: 13em;
			position: absolute;
			bottom: 52px;
			left: calc(30% + 30.36em);
			z-index: 1002;
		}
			.img-nombrebici img{
				width: 100%;
				height: 100%;
				display: block;
			}

#footer{
	z-index: 1002;
}
/*#footer .row{*/
    /*width: 96%;*/
    /*max-width: 1780px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
/*}*/
/*#footer .footer_bottom .lang{*/
    /*width: 21.3333%;*/
/*}*/
#footer .redes-sociales-lite{
   margin-left: 4%;
}
#footer ul.social li:last-child{
    margin-right: 0;
}
/*parte superior con imagen de fondo*/
.bike-configurator .bike-viewer .bike-part{
  height: calc(100% - 55px);
}
.bike-viewer.options-is-open{
	height: 100%;
}
/*iconos derecha: reiniciar, imprimir,...*/
.bike-viewer .actions{
    right: 0;
}
body.b2b .main-container .bike-viewer a {
	color: #000000;
}
    .bike-viewer .action-button{
        width: 4em;
        height: 4em;
        position: relative;
        margin-bottom: 0;
        border-top: 1px solid #eee;
        background-color: #fff;
    }
    .bike-viewer .action-button:first-child{
        border-top: 0;
    }
    .bike-viewer .action-button:hover{
        background-color: #CC343A;
        color: #fff!important;
    }
        .bike-viewer .action-button__icon{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .bike-viewer .action-button__icon:hover{
            color: #fff;
        }
        .bike-viewer .action-button__name{
            display: none;
       }
        /*.bike-viewer .actions .actions__zoom{*/
            /*width: 4em;*/
            /*height: 4em;*/
            /*line-height: 4em;*/
            /*text-align: center;*/
            /*background-color: transparent;*/
        /*}*/
        .bike-viewer .actions .fa-search-plus{
            line-height: 2.3em;
            font-size: 1.7em;
        }
		/*botón activo de carrito*/
		.action-button--active{
			color: #fff !important;
			background-color: #CC343A !important;
			/*border-top: 0 !important;*/
		}
/*ocultamos social*/
.home aside#asidel.show-for-large-up.mm-slideout{
    visibility: hidden;
    text-indent: -9999em;
    display: none;
}
/*tooltip de menú inferior*/
.option__tooltip{
	height: auto;
	min-height: 155px;
	position: absolute;
	top: 2px;
	left: calc(100% + 11rem);
}
	.cb-tooltip:before{
		box-shadow: none;
		left: -21px;
		bottom: 55px;
	}
.bike-configurator #product_top{
	padding: 0;
	height: auto;
	margin-top: 15px;
}
.bike-configurator #product_top .title_container .title, .bike-configurator #product_top .title_container .title span{
	width: 100%;
	/*display: inline-block;*/
	font-size: 40px;
}
/*.bike-configurator #product_top .title_container:after{
	display: inline-block;
	content: url(../img/unique-logo.png);
	position: relative;
	top: 5px;
}
.bike-configurator #product_top .title_container:before{
	content: 'My';
	font-family: Caveat;
	margin-right: 5px;
    font-size: 38px;
}*/
.bike-configurator #product_top .title_container img.category2_logo{
    display: inline-block;
    position: relative;
    top: 5px;
    height:auto;
    width:50%;
}
.bike-configurator #product_top .title_container h1.title{
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
/*miga de pan*/
.bike-configurator .top-text .bloque-titulo-custombike .title_container .migas{
	text-align: left;
	line-height: 70px;
}
.bike-configurator .top-text .bloque-titulo-custombike .title_container .migas a{
	font-size: 13px !important;
}
.bike-configurator .logo-prueba{
	float: right;
	margin-right: -20px;
}
.bike-configurator .bike-configurator__price{
	display: block;
	text-align: right;
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	opacity: .9;
}
/*parte superior - título y miga -*/
.bike-configurator .top-text{
	width: calc(100% - 65px);
	left: 0;
	text-align: right;
}
.bike-configurator .top-text__header{
	display: inline-block;
	margin: .3em 0;
	font-size: 2em;
	font-weight: bolder;
	color: #000;
}
/*.bike-configurator #product_top .title_container{
	width: auto;
	left: auto;
	right: 5em;
    top: -.5em;
}*/
.mbhu_medidas_fixed .title.title-medidas {
    color: rgb(159, 159, 159);
    font-size: 	14px;
    font-weight: 800;
}

/*ajustamos menú inferior para que salgan todos - hasta 1290px -*/
@media (max-width: 80.000em){
    .cb-tab-group-title{
        text-indent: -9999em;
        display: none;
    }
    .cb-tab-group{
        padding-left: 1em;
        font-size: .8em;
    }
}
/*hasta 820px*/
@media (max-width: 51.250em){
    .cb-tab-group{
        font-size: .6em;
    }
}
/*hasta 980px*/
@media (max-width: 61.250em){
	/*parte superior: miga, nombre, precio,...*/
	.bike-configurator .top-text{
		top: 10px;
	}
	.bike-configurator #product_top .title_container .title span{
		font-size: 40px;
	}
	#content .bike-configurator  h1{
		padding: 0;
	}
	/*.bike-configurator #product_top, .bike-configurator .top-text .bloque-titulo-custombike .title_container .migas{
		text-align: center;
		padding-left:0;
	}
	.bike-configurator #product_top .title_container{
		right: auto;
	}*/
	.bike-configurator #product_top .title_container .title span:after{
		padding-left: 2%;
	}
	.bike-configurator #product_top .title_container .title{
		font-size: 35px;
	}
}
/*hasta 805px*/
@media (max-width: 50.313em){
	.bike-configurator .top-text{
		top: 40px;
	}
	.bike-configurator #product_top .title_container .title span{
		font-size: 35px;
	}

}
/**** PREVIAS ****/
/**entrar**/
.entrar, .choose-bh{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    padding: 0;
    margin:  0;
}
.entrar{
	background: #000;
    overflow: hidden;
}
.bg-entrar{
	width: 100%;
	height: 100%;
	background: #000 url(../img/bg-enter.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
	/*parte izquierda*/
	.entrar__title{
		padding-left: 4%;
	}
		#content .entrar__title h1, #content .entrar__title h2{
			width: 100%;
			line-height: 80%;
			font-size: 7em;
			font-weight: 800;
		}
		#content .entrar__title h1{
			width: 100%;
			max-width: 500px;
			text-transform: uppercase;
			color: rgba(205, 32, 44, .7);
            margin-bottom: 0;
            padding-bottom: .009em;
		}
            .entrar__title h1 span{
                display: block;
                font-size: 1em;
                font-weight: 800;
                margin-top: .35em;
            }
		#content .entrar__title h2{
			display: block;
			margin-top: 0;
			margin-bottom: 0;
			color: rgba(255, 255, 255, .6);
            padding-bottom: .3em;
		}
			.entrar__title h2 span{
				display: block;
				font-size: 1em;
				font-weight: 800;
				margin-top: .35em;
			}
	/*parte derecha*/
	.entrar__access{
		text-align: right;
		padding-right: 4%;
	}
		.access-list{
			margin-bottom: 4em;
		}
			.access-list__item{
				width: 5em;
				height: 5em;
				display: inline-block;
				vertical-align: middle;
				margin-right: 4.3%;
				text-transform: uppercase;
				color: #fff;
			}
			.access-list__item:last-child{
				margin-right: 0;
			}
				.access-list__item .fa{
					width: 100%;
					height: 100%;
					line-height: 1.9em;
					display: block;
					margin-bottom: .3em;
					font-size: 2.6em;
					border: 2px solid #fff;
					border-radius: 50%;
					text-align: center;
				}
				.access-list__item span{
					display: block;
					text-align: center;
				}
		.btn-enter{
			width: 75%;
			max-width: 310px;
			height: 1.7em;
			line-height: 1.7em;
			display: inline-block;
			border: 2px solid #fff;
			text-align: center;
			font-size: 2.5em;
			font-weight: 800;
			text-transform: uppercase;
			color: #fff;
		}
		.btn-enter:hover, .btn-enter:focus{
			background-color: #fff;
			color: #000;
		}
/**elegir bh***/
.choose-bh{
    background: #000 url(../img/bg-entrar.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
    .choose-bh article{
        width: 100%;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }
        #content .choose-bh article h1{
            margin: 0 0 .3em 0;
			padding: 0;
            font-size: 7em;
			color: rgba(205, 32, 44, 1);
            text-align: center;
        }
.bikesshow{
	width: 98%;
	max-width: 900px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
	.bikesshow a{
		width: 48.5%;
		height: 100%;
		display: inline-block;
		position: relative;
		padding: 0;
		margin-right: 2%;
		margin-bottom: 2%;
		background-color: rgba(255, 255, 255, .5);
		-webkit-transition: background-color 0.6s linear;
		-moz-transition: background-color 0.6s linear;
		transition: background-color 0.6s linear;
	}
	.bikesshow a.bikesshow-3{
		width: 31.6%;
	}
	.bikesshow a:last-child{
		margin-right: 0;
	}
	.bikesshow a:hover {
		background-color: rgba(255, 255, 255, 1);
		padding: 0;
	}
		.bikesshow .bikesshow-img{
			height: auto;
			padding: 3%;
		}
        .bikesshow a img{
			width: 100%;
			height: 100%;
            display: block;
        }
        .bikesshow__bottom{
            height: 4rem;
            color: #fff;
            text-align: left;
            text-transform: uppercase;
            font-size: 1.1em;
			background-color: rgb(0, 0, 0);
			text-indent: 1rem;
			padding: 0;
			overflow: hidden;
			border: 1px solid #000;
        }
		/*.bikesshow a:hover .bikesshow__bottom{
			background-color: rgba(0, 0, 0, 1);
			border: 1px solid #000;
		}*/
            .bike-name{
                line-height: 4rem;
				font-size: 1.5em;
				text-align: center;
				font-family: "Roboto Condensed", sans-serif;
				font-weight: 800;
				letter-spacing: 1px;
            }
            /*.bike-prize{*/
                /*font-weight: 600;*/
            /*}*/
/* Slider */
.slider-choose{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.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;
	/*padding-top: 10px;*/
}
.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;
}
.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;
}
[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-loading .slick-list
{
    background: #fff url('../../img/ajax-loader.gif') center center no-repeat;
}


/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
	margin-left: 10px;
	z-index: 1000;
}
[dir='rtl'] .slick-prev
{
    left: auto;
}
.slick-prev:before
{
	font-family: FontAwesome;
	content: '\f0d9';
	font-size: 1.5rem;
	color: #000;
	cursor: pointer !important;
}
[dir='rtl'] .slick-prev:before
{
	font-family: FontAwesome;
	content: '\f0da';
	font-size: 1.5rem;
	color: #000;
	cursor: pointer !important;
}

.slick-next
{
	margin-right: 10px;
	z-index: 1000;
}
[dir='rtl'] .slick-next
{
    right: auto;
}
.slick-next:before
{
	font-family: FontAwesome;
	content: '\f0da';
	font-size: 1.5rem;
	color: #000;
	cursor: pointer !important;
}
[dir='rtl'] .slick-next:before
{
	font-family: FontAwesome;
	content: '\f0d9';
	font-size: 1.5rem;
	color: #000;
	cursor: pointer !important;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/**** PREVIAS ****/
/**entrar**/
.entrar, .choose-bh{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	display:table;
	padding: 0;
	margin:  0;
}
.entrar{
	background: #000;
	overflow: hidden;
	position: relative;
}
.bg-entrar{
	width: 100%;
	height: 100%;
	background: #000 url(../img/bg-enter.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/*-webkit-animation: bikemove 90s linear infinite;
     -moz-animation: bikemove 90s linear infinite;
     animation: bikemove 90s linear infinite; */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
/*@-webkit-keyframes bikemove {
    0%{background-position: 0 0;}
    100%{background-position: 100% 0;}
}
@-moz-keyframes bikemove {
    0%{background-position: 0 0;}
    100%{background-position: 100% 0;}
}
@keyframes bikemove {
	0%{background-position: 0 0;}
    100%{background-position: 100% 0;}
}*/
.entrar article{
	width: 50%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 2;
}
/*parte izquierda*/
.entrar__title{
	padding-left: 4%;
}
#content .entrar__title h1, #content .entrar__title h2{
	width: 100%;
	line-height: 80%;
	font-size: 7em;
	font-weight: 800;
}
#content .entrar__title h1{
	width: 100%;
	max-width: 500px;
	text-transform: uppercase;
	color: rgba(205, 32, 44, .7);
	margin-bottom: 0;
	padding-bottom: .009em;
}
.entrar__title h1 span{
	display: block;
	font-size: 1em;
	font-weight: 800;
	margin-top: .35em;
}
#content .entrar__title h2{
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	color: rgba(255, 255, 255, .6);
	padding-bottom: .3em;
}
.entrar__title h2 span{
	display: block;
	font-size: .9em;
	font-weight: 800;
	margin-top: .35em;
}
/*parte derecha*/
.entrar__access{
	text-align: right;
	padding-right: 4%;
}
.access-list{
	display: block;
	margin-bottom: 4em;
}
.access-list__item{
	width: 5em;
	height: 5em;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2.6em;
	text-transform: uppercase;
	color: #fff;
}
.access-list__item:last-child{
	margin-right: 0;
}
.access-list__item .fa{
	width: 100%;
	height: 100%;
	line-height: 1.9em;
	display: block;
	margin-bottom: .3em;
	font-size: 2.6em;
	border: 2px solid #fff;
	border-radius: 50%;
	text-align: center;
}
.access-list__item span{
	display: block;
	text-align: center;
}
.btn-enter{
	width: 75%;
	max-width: 310px;
	height: 1.7em;
	line-height: 1.7em;
	display: inline-block;
	border: 2px solid #fff;
	text-align: center;
	font-size: 2.5em;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
}
.btn-enter:hover, .btn-enter:focus{
	background-color: #fff;
	color: #000;
}
/*media querie para previas - hasta 800px -*/
@media (max-width: 50.000em){
    .entrar, .choose-bh{
        margin-top: 40px;
    }
    .entrar article{
        margin-top: 3em;
    }
	/*.choose-bh article{
		margin: 3% auto;
	}*/
    #header .top_bar .right{
        top: 0;
    }
    .main-container{
        padding-top: 0;
    }
    #header .top_bar .slider_container{
        background-color: transparent;
        border-bottom: 0;
        display: none;
    }
   /* #main, .entrar, .choose-bh{
        height: 100%;
        min-height: 100% !important;
    }*/
	#content .entrar__title h1{
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: .1em;
	}
	.entrar{
		font-size: 14px;
		display: block;
	}
	.entrar article{
		width: 100%;
		height: auto;
		display: block;
		text-align: center;
		padding-left: 0;
	}
	.entrar__title{
		padding-left: 0;
	}
	.entrar__title h1, .entrar__title h2{
		width: 100%;
		font-size: 3.4em !important;
		padding: 0;
	}
    #content .choose-bh article h1{
        width: 100%;
        font-size: 3.2em !important;
    }
	.entrar__access{
		padding: 1em 0;
	}
	/*.bikesshow a{
		float: none;
		display: inline-block;
	}*/
    .bh_volver{
        font-size: .9em;
    }
}
/*media querie para previas - hasta 567px -*/
@media (max-width: 35.438em) {
	/*.entrar article, .choose-bh article{
		margin-top: 4em;
	}*/
    #content .entrar__title h1, #content .entrar__title h2, #content .choose-bh article h1{
        font-size: 2.7em !important;
    }
    .entrar__title h1 span, .entrar__title h2 span{
        display: inline-block;
    }
    .btn-enter{
        font-size: 2.2em;
    }
    .access-list__item{
        width: 4em;
        height: 4em;
    }
        .access-list__item span{
            font-size: .8em;
        }
        .access-list__item .fa{
            line-height: 1.5em;
        }
	#cb-popup-comprar .tallas .talla{
		width: 50px;
		height: 50px;
		line-height: 46px;
	}
	#cb-popup-comprar .tallas .talla-texto{
		width: 50px;
		font-size: 10px;
	}
	#cb-popup-comprar .tallas .talla-texto__prox{
		font-size: 8px;
	}
	.bikesshow a{
		margin-right: 0;
	}
}

.options-slider{
	/*display: none !important;*/
	/****IMPORTANTE BORRAR DESPUÉS DE TRABAJO*****/
}
.img-nombrebici {
	/*display:none;*/
}
.js-texto-personalizado {
	position:absolute;
	width: 288px;
	top: 50%;
	left: 50%;
	margin-top: -42px;
	margin-left: -16px;
	font-size: 1rem;
	white-space: nowrap;
	-webkit-transform: rotate(-12deg);
	-moz-transform: rotate(-12deg);
	-ms-transform: rotate(-12deg);
	-o-transform: rotate(-12deg);
	transform: rotate(-12deg);
	text-align: left;
}
.js-texto-personalizado[style="font-family: Caveat"]{
	font-size: 1.1rem;
}
.js-selector .js-personaliza-nombre {
	display:none;
}
.js-selector.is-active .js-personaliza-nombre {
	display:block;
}
.content-detallebici{
    width: 62%;
    max-width: 1200px;
    height: calc(100% - 47px);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0;
    z-index: 1000;
}
.js-detalle-bici {
	padding: 2.5%;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .6);
    -webkit-transition-property: padding;
    -moz-transition-property: padding;
    -ms-transition-property: padding;
    -o-transition-property: padding;
    transition-property: padding;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
	z-index: 1000;
}
.js-detalle-bici:hover{
	padding: 3%;
    background-color: rgba(0, 0, 0, .8);
}
.js-detalle-bici:before{
    font-family: FontAwesome;
    content: '\f067';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 100%;
    color: #fff;

}
    .js-detalle-bici-2{
        right: 50%;
        margin-top: -26%;
        margin-right: -17%;
    }
    .js-detalle-bici-3{
        left: 50%;
        margin-top: -15%;
        margin-left: -22%;
    }
    .js-detalle-bici-1{
        right: 50%;
        margin-right: -38%;
    }
.hand {
	cursor:pointer;
}
/*hasta 1096px para imagen agregar texto que abre*/
@media (max-width: 68.500em){
	.img-nombrebici{
		width: 15em;
		height: 15em;
	}
	.js-texto-personalizado span{
		/*margin-left: -190px;  */
		font-size: 1em;
	}
}

.custom-zoom {
	width: 450px !important;
}
.custom-zoom .fancybox-inner {
	width: 407px !important;
	height:auto !important;
}
/*ventana que abre al hacer zoom*/
.zoom-view{
	width: 400px;
	height: 500px;
	position: absolute;
	left: 1%;
	top: 5%;
	background-color: #fff;
	z-index: 9999999;
}
.js-cerrar{
	position: absolute;
	z-index: 99999;
	top: 10px;
	right: 10px;
	color: #000;
	font-size: 1.7rem;
	font-weight: lighter;
	cursor: pointer;
	opacity: .8;
}
.zoom-view:hover .zoom-view::after{
	color: #000;
}
.capa-opacity{
	background-color: #000;
	opacity: .1;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	display: none;
}
.js-cuadro-hidden {
	display:none!important;
}

.fancybox-skin {
	padding:0px!important;
	background-color: #ffffff;
}

.zoom-view-inner {
	padding-top:36px;
}


.zoom-view-inner {
	padding-top:36px;
}
.js-zoom-view {
	z-index: 90;
	position:absolute;
}
.js-zoom-view-loader {
	z-index: 80;
	position:absolute;
	margin-left: 180px;
	margin-top: 200px;
}
/*popup votación*/
#popup-votacionbike{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .9);
	z-index: 99999;
	/*overflow-y: auto;*/
}
#popup-votacionbike .all-votacionbike{
    width: 96%;
    max-width: 900px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#popup-votacionbike button.close-popupvotacion{
	position: absolute;
	top: 2%;
	right: 2%;
	background: transparent;
	color: #fff;
	padding: 0;
	line-height: 0;
	border: 0;
	z-index: 9999;
}
#popup-votacionbike button.close-popupvotacion .fa{
	font-size: 1.5rem;
	font-weight: 100;
}
#popup-votacionbike .wrapper-votacionbike{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    padding: 3% 0;
}
#popup-votacionbike .content-votacionbike{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
/*cuadros bajo formulario*/
#popup-votacionbike .content-votacionbike-cuadros{
	width: 100%;
	margin: 2% auto 0 auto;
}
#popup-votacionbike .content-votacionbike-cuadros ul{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#popup-votacionbike .content-votacionbike-cuadros ul li{
	width: 19%;
	display: inline-block;
	vertical-align: middle;
}
#popup-votacionbike .content-votacionbike-cuadros ul li img{
	margin: 0 auto;
}
#popup-votacionbike .content-votacionbike-cuadros ul li span{
	padding: 3% 0 0 0;
	color: #fff;
	background-color: transparent;
}
/*texto terms and conditions con desplegable en popup*/
#popup-votacionbike .content-votacionbike .terms-conditions--votacionbike{
	margin-top: 1.5rem;
	color: #fff;
	text-align: left;
}
#popup-votacionbike .content-votacionbike .terms-conditions--votacionbike .terms-conditions--dropdown{
	display: none;
	margin-top: .5rem;
	margin-bottom: .5rem;
	text-align: justify;
}
#popup-votacionbike .content-votacionbike .terms-conditions--votacionbike .terms-conditions--dropdown p{
    margin-bottom: .7rem;
    line-height: 125%;
    font-size: .8rem;
}
#popup-votacionbike .content-votacionbike .terms-conditions--votacionbike .terms-conditions--dropdown p:last-child{
    margin-bottom: 0;
}
#popup-votacionbike .content-votacionbike .terms-conditions--votacionbike p.terms-conditions--text{
	cursor: pointer;
}
#popup-votacionbike .content-votacionbike .terms-conditions--votacionbike p.terms-conditions--text::after{
	font-family: FontAwesome;
	content: '\f107';
	font-size: 20px;
	position: relative;
	left: .4rem;
	top: 2px;
}
.angle-up::after{
	font-family: FontAwesome;
	content:"\f106" !important;
}
/*quitamos margen derecho de scrollbar*/
#popup-votacionbike .mCSB_inside > .mCSB_container{
    margin-right: 0 !important;
}
/*botón votar dentro de tab-group*/
button.btn-tab-group, button.btn-vote-title{
	position: absolute;
	right: 0;
	background-color: rgb(202, 51, 58);
	font-size: .8rem;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
}
/*botones votar sobre cada elemeento del options slider*/
.option a.js-popupvotacion{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	left: 0;
	height: 2rem;
	line-height: 2rem;
	position: absolute !important;
	top: -37px !important;
	display: block;
	text-align: center;
	background-color: rgb(202, 51, 58);
	font-size: .8rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}
button.btn-tab-group:hover,
.option a.js-popupvotacion:hover{
	opacity: .9;
}
/*media queries para popup votación bici y botones votar*/
@media (max-width: 61.250em){ /*hasta 980px*/
	button.btn-tab-group{
		width: 20%;
		max-width: 80px;
		height: 100%;
		padding: 0;
		font-size: .6rem;
	}
	button.btn-vote-title{
		width: 30%;
		max-width: 180px;
		height: 75%;
		margin-top: 3%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#header{
		z-index: 9999 !important;
	}
}
@media (min-width: 93.750em){ /*1500px*/
    #popup-votacionbike .wrapper-votacionbike{
        padding: 12% 0;
    }
}
/*título votación bike: popup y bajo título en custom*/
.votacionbike-header{
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
}
.votacionbike-header p{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
}
.votacionbike-header--title{
	font-size: 1rem;
	font-weight: 800;
	text-transform: uppercase;
}
.votacionbike-header--text{
	width: 100%;
	margin: 1% auto 3% auto;
	font-size: .85rem;
	line-height: 130%;
}
/*bajo título*/
.votacionbike-headerdown{
	width: 18%;
	float: right;
	margin-top: 3.5%;
}
.votacionbike-headerdown  .votacionbike-header--title{
	font-size: 1.12rem;
}
.votacionbike-headerdown .votacionbike-header--text{
	text-transform: none;
}
.votacionbike-headerdown button.btn-vote-title{
	 position: relative;
	 width: auto;
	 left: 0;
	 transform: none;
	 padding: 6% 12%;
 }

/*media querie para título y popup votación */
@media (max-width: 61.250em) {  /*hasta 980px*/
	.votacionbike-headerdown{
		width: 40%;
	}
	.votacionbike-headerdown  .votacionbike-header--title{
		font-size: 1rem;
	}
	.votacionbike-header--text{
		font-size: .8rem;
	}
	.votacionbike-headerdown button.btn-vote-title{
		padding: 4% 8%;
		margin-top: 0;
	}
	.votacionbike-header--text{
		margin-bottom: 1.5%;
	}

}
@media (max-width: 29.938em) { /*hasta 479px*/
	.votacionbike-header--title{
		font-size: .9rem;
	}
	.votacionbike-header--text,
	#popup-votacionbike .content-votacionbike .terms-conditions--votacionbike p.terms-conditions--text,
	#popup-votacionbike .content-votacionbike .terms-conditions--votacionbike .terms-conditions--dropdown{
		font-size: .8rem;
	}
	.votacionbike-headerdown{
		width: 80%;
	}
}
@media (max-width: 21.875em){ /*hasta 350px*/
	.votacionbike-header--title{
		font-size: .8em;
	}
	.votacionbike-header--text{
		font-size: .7rem;
	}
}
/*hasta 980px top bar*/
@media screen and (max-width: 61.250em) {
	#header .top_bar{
		margin-top: 0;
	}
	.new-products-logos li.new-product-head{
		width: auto;
	}
	#header .top_bar .left {
		display: none;
	}
}

/****PRUEBAS DE BLOQUES NUEVO DISEÑO****/
.bike-viewer{
    width: calc(100% - 300px);
}
.bike-configurator .options{
	width: 300px;
	height: 100%;
	position: absolute;
	bottom: auto;
	top: 0;
	right: 0;
}
.cb-tab-group{
    height: 100%;
    padding-left: 0;
}
.options.is-open{
    height: 100%;
}
.info-utable{
    width: 100%;
    height: auto;
}
.info-element{
    width: 100%;
    height: auto;
    float: none;
}
.options-buttons{
    width: 100%;
    float: none;
}
.options-slider.group-options-empty,
.options-slider{
    margin-left: 0;
}
.cb-tab-group{
    position: relative;
}
.cb-tab-group__tab{
    width: 100%;
    float: none;
}
.options__selector.is-active{
   position: relative;
	overflow-y: auto;
    overflow-x: hidden;
}
.options__selector.is-active .option{
    width: 100%;
    display: block;
}
.options__selector.is-active .options-buttons{
    display: block;
}
.options-slider{
    top: 180px;
}
/*icono volver a menú*/
.back-to-menu::before{
    font-family: FontAwesome;
    content: '\f053';
}

/** INICIO del control de pie en MYBHU */
/* Eliminacion de variables depuracion en desktop */
.debugger-utilities{
    /*display: none;*/
}
/** FIN del control de pie en MYBHU */

/* FADE IN OUT MODAL */

.ReactModal__Overlay {
	opacity: 0;
	transition: opacity 200ms ease-in-out;
}

.ReactModal__Overlay--after-open{
	opacity: 1;
}

.ReactModal__Overlay--before-close{
	opacity: 0;
}

/* FIX PARA BOTONES CABECERA */

