#BoxSearchCustom_hook{
	display:none;
}
/* Maquetado caja buscador */
#SearchCustomCategory #buscador_repuestos_container{
	background: #343434;
	
}
#SearchCustomCategory .BoxFirstSelect{
	background: #21a5e3;
	min-height: 127px;
}
#SearchCustomCategory .BoxSelects{
	/*background: #343434;*/
	background: url(../img/bg-negro-textura.jpg)center  no-repeat;
	min-height: 127px;
}
#SearchCustomCategory #titulo_repuesto{
	padding: 15px 0px 10px;
	text-align: left;
}
#SearchCustomCategory #titulo_repuesto p{
	color: #ffffff;
	font-size: 18px;
	margin:0;
}
#SearchCustomCategory .boxSelectSearchCustom select{
	width: 90%;	
}
#SearchCustomCategory .boxSelectSearchCustom.firstSelect select{
	width: 100%;	
}
#SearchCustomCategory #textoSelectores{
	padding: 15px 7px 10px;
	text-align: left;
}
#SearchCustomCategory #textoSelectores p{
	color: #ffffff;
	font-size: 18px;
	margin:0;
}
#SearchCustomCategory #BoxGeneralSelects{
	position:relative
}
#SearchCustomCategory .boxSelectSearchCustom{
	display: inline-block;
	width:25%;
	text-align: center;
}

#SearchCustomCategory .boxSelectSearchCustom select{
	text-transform: uppercase;
}

#SearchCustomCategory .boxSelectSearchCustom option{
	text-transform: uppercase;
}

#SearchCustomCategory .boxSelectSearchCustom.firstSelect{
	width:100%;
}
#SearchCustomCategory #imagenSelector{
	bottom: 0;
	position: absolute;
	width: 100px;
	right: 0;
}
#SearchCustomCategory #botton_searchcustom{
	padding: 10px 7px 10px;
	text-align: right;
	position: relative;
}
#SearchCustomCategory #botton_searchcustom input{
	background: #343434;
	border: 2px solid #ffffff;
	color: #21a5e3;
	padding: 5px;
	    cursor: pointer;
}
@media (max-width: 992px){
	#SearchCustomCategory .BoxFirstSelect{
		background: #21a5e3;
		min-height: 90px;		
	}
	#SearchCustomCategory .BoxSelects{
		background: #343434;		
		min-height: 227px;
	}
	#SearchCustomCategory .boxSelectSearchCustom {
		width: 100%;
		margin: 0 0 5px;
	}
	#SearchCustomCategory .boxSelectSearchCustom select {
		width: 100%;
	}
	#SearchCustomCategory #imagenSelector{
		display:none;
	}
}
/* Cambios caja buscador en página principal */
#SearchCustomCategory.Principal{
	margin-bottom: 20px;
	margin-top: 20px;
}
#SearchCustomCategory.Principal .BoxFirstSelect{
	min-height: 95px;
}
#SearchCustomCategory.Principal .BoxSelects{
	min-height: 235px;
}
#SearchCustomCategory.Principal .boxSelectSearchCustom{
	width: 100%;
	margin-bottom: 7px;
}
#SearchCustomCategory.Principal .boxSelectSearchCustom select{
	width: 100%;
}
#SearchCustomCategory.Principal #BoxGeneralSelects{
	padding-right: 25%;
}
#SearchCustomCategory.Principal #botton_searchcustom{
	padding-right: 25%;
}
#SearchCustomCategory.Principal #imagenSelector{
	width:auto;
}
@media (max-width: 992px){
	#SearchCustomCategory.Principal #BoxGeneralSelects{
		padding-right: 0;
	}
	#SearchCustomCategory.Principal #botton_searchcustom{
		padding-right: 0;
	}


}

@media (max-width: 768px){
	#SearchCustomCategory.Principal{
		margin-top: 0px;
	}
}

/* CSS para Box en producto */
#BoxOptionsProduct{
	margin-top: 20px;
	border: 1px solid #DDD;
	padding: 3px;
}
#TituloOptionsProduct{	
	font-size: 20px;    
	color: #ff4402;
    border-bottom: 3px solid #ff4402;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#ListOptionsProduct{
	/*height: 250px;
	overflow: auto;*/
}
#ListOptionsProduct ul{
	
}
#ListOptionsProduct ul li{	
	padding: 4px 5px;
	font-size: 0.75rem;
	border-bottom: 1px solid #eee;
}
