.h1principal{
	background-color: #01A1E0;
	width: auto;
	max-width: 460px;
	margin: 0px auto;
	border-radius: 5px;
	margin-bottom: 5px;
}

.product-overlay a i{
	top:-1px;
}
.selected_passatgers{
	
}

.product-title h3{
	font-size:16px;
	
}
ul.iconlist i{
	font-size: 18px;
	line-height: 0.5;
}

.iconlist > li [class^="icon-"]:first-child{
	left:-25px;
}
.valigntop{
	vertical-align:top;
}

/*CATALOGO*/
.product-image{
	border:1px solid rgb(230,230,230);
}
.product-desc{
	border:1px solid rgb(230,230,230);
	border-top:0px solid rgb(230,230,230);
}

.sidebar .widget_links li a.checked,.sidebar h4.checked{
	background-color:rgba(0,0,0,0.1);
}

.sidebar .widget_links li a,.sidebar h4{
	background:none;
	position:relative;
	padding:0.3em 0.5em;
}

.sidebar .widget_links li a > span{
	position:relative;
	top:25%;
	position:absolute;
	right:7px;
}

a.button.add-to-cart:hover{
	
	background-color:rgba(0,0,0,0.3)!important;
}

a.button.add-to-cart:active{
	top:1px;
}

/*FICHA*/
.single-product .product-price{
	float:right;
}

.mh350{
	min-height:40vh;
}

.feature-box.fbox-center h3{
	min-height:125px;
}
.feature-box.fbox-center.mh0 h3{
	min-height:0px;
}
.feature-box span.subtitle{
	word-wrap: break-word;
}
#google-map{
	height:525px;
}

.content-wrap{
	padding-bottom:0px;
}

/*MOBILE*/
.fixedheader{
	position: absolute;
	bottom: 0px;
	background-color: rgba(0,0,0,1);
	width: 100%;
	height: 30px;
	right: 0px;
	bottom: -31px;
	line-height: 2em;
	text-align: center;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
	z-index: 1;
	border-radius: 0px 0px 20px 20px;
}

.fixedheader a{
	color:white;
	padding:0.3em 0.5em;
}

.sub-menu a i.fa-globe{
	line-height:1.7em;
}

.card .quantity{
	min-width: 123px;
	margin: 0px auto;
	display:block;
	text-align:center;
	width:100%;
}

.card .remove-btn{
	position:relative;
}
.card th,.card .price-wrap{
	text-align:center;
}

.card td{
	vertical-align:middle;
}

.card row{
	display:block;
}
.card img{
	max-width:250px;
	width:100%;
	display:block;
}

.slider-caption > div,.slider-caption > h2{
	text-shadow:0px 0px 30px rgba(0,0,0,0.5) !important;
}
.slider-caption > div{
	z-index:1;
}	

/*CALL TO ACTION*/
.calltoactiondemo{
	max-width: 100vw;
	padding-left: 0px;
	width:30vw;
	min-width: 365px;
	opacity:0.9;
	background-color: #00acec;
	padding-top:15px;
	padding-bottom:15px;
	background-image: linear-gradient(315deg, #045de9 0%, #09c6f9 74%);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	left:auto;
	right:0px;

}

.calltoactiondemo h4{
	font-size:1em;
}

.calltoactiondemo:hover{
	opacity:1;
}

.calltoactiondemo .card-deck .card{
	margin-bottom:0px;
}

.fs18{
	font-size:18px;
}

#top-account i {
	top:1px;
}

/*RESUMEN DEL PEDIDO BOSTRAP*/
.resumenpedidos .row{
	padding:5px 0px;
	margin: 0px -15px;
	
}
.resumenpedidos{
	background-color:rgba(190,190,250,0.1);
	padding:10px 0px;
	border: 1px solid transparent ;
	margin-bottom:5px;
}

.resumenpedidos .price{
	color:#000000;
	font-size:30px;
	width:100%;
	text-align:center;
	display:block;
}
.resumenpedidos .header span{
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	color: black;
	background-color: rgb(240,240,250);
	padding: 0.3em 0.5em;
	text-align: center;
}

.resumenpedidos .cell{
	padding:15px;
}

/*Tot més gran de mobil*/
@media only screen and  (min-width : 767px) {
	.resumenpedidos .borderight-sm{
		border-left: 1px solid #333;
	}
	.resumenpedidos .cell{
		min-height:165px;
	}
}

/*Mes gran de tablet vertical*/
@media only screen and (min-width: 992px){
	.resumenpedidos .borderight-md{
		border-left: 1px solid #333;
	}
	
	.product-title h3{
		min-height:50px;
		
	}

}

/*Tablet Horitzontal*/
@media only screen and (max-device-width : 1024px) and (orientation : landscape) {
	
}

/*Entre tablet vertical i horitzontal*/
@media only screen and (min-width: 991px) and (max-width : 1200px){

}


/* Tablet (Vertical) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
}


/*Mes petit de tablet vertical*/
@media only screen and (max-width: 992px){
	
	#top-bar{
		border-radius: 0px 0px 20px 20px;
		line-height: 2.3em;
		height:auto;
		box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
		z-index: 1;
	}
	#top-cart{
		display:inline-block;
		margin:37px 25px;
	}
	
	#logo img{
		height:80px;
		margin-top:8px;
	}
	#page-title{
		padding-top:50px;
	}
	
	footer h4,footer p,footer .widget{
		text-align:center;
	}
	
	.container.mobile-p0{
		padding:15px !important;
	}
	.calltoactiondemo{
		width:100%;
	}
	
	.h1principal{
		font-size: 14px;
		min-width: auto;
	}
}



/*Mobil horitzontal*/
@media only screen  and (min-device-width: 375px)  and (max-device-width: 812px) and (orientation: landscape) { 

}

/*Tots els mobils*/
@media only screen and  (max-width : 767px) {
	.single-product .product-price{
		float: none;
		text-align: center;
		padding-top: 10px;
		font-size: 1.8em;
	}
	
	.single-product .quantity{
		margin-right:0px;
		float:none !important;
	}
	
	.single-product form.cart{
		text-align:center !important;
	}
	
	#share.jssocials{
		text-align:center;
	}
	
	.card .quantity{
		min-width: 0px;
		text-align:center;
		margin:0px auto;
		display: block;
		width: 100%;
	}
	.card .quantity input{
		float:none;
		display:block;
		margin:0px auto;
	}
	.card .qty{
		width:36px;
		height:36px;
		border: 0px solid rgba(0, 0, 0, 0.125);
		border-bottom:1px solid rgba(0, 0, 0, 0.2);
		border-top:1px solid rgba(0, 0, 0, 0.2);
	}
	.card th{
		font-size:10px;
		text-overflow: ellipsis;
	}
	
	
}


@media (max-width: 575.98px) { 

	
}