@charset "UTF-8";

/*ESTILOS BUSCADOR*/

.bs-example{
	font-family: sans-serif;
	position: relative;
	margin: 100px;
}
.typeahead, .tt-query, .tt-hint {
	font-size: 14px;
	height: 40px;
	line-height: 30px;
	outline: medium none;
	padding: 8px 12px;
	width: 100%;

}
.typeahead {
	background-color: #FFFFFF;

}
.typeahead:focus {
	border: 2px solid #0097CF;
}
.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
	color: #fff;
}
.tt-dropdown-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 0px;
	padding: 20px 0;
	width: 100%;
	height: 590px;
}
.tt-suggestion {
	font-size: 12px;
	line-height: 24px;
	padding: 3px 20px;
  font-weight: bold;

 }

.tt-suggestion.tt-is-under-cursor {
	background-color: #f0f0f0;
	color: #000;
}
.tt-suggestion p {
	margin: 0;
  font-weight: bold;
}



/* CSS Document */
.buscar-bold {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600
}

.color-item{
	color: #005dad;
}

.fila-contenido{
	margin-bottom: 15px;
}

.fila-contenido1{
	margin-bottom: 9px;
	padding-bottom: 7px;
}

.fila-contenido2{
	border-bottom: solid 1px #333;
	    margin-bottom: 11px;
	    width: 90%;
	    margin-left: 30px;
}

.fila-contenido3{
	border-bottom: solid 1px #333;
	    margin-bottom: 20px;
	    width: 90%;
	    margin-left: 30px;
}

.titulos-product{
  padding-top: 12px;
  font-size: 12px;
  padding-bottom: 5px;
  color: #005dad;

}

.buscar {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.combo-icon2{
	background: url(/so-redesign/docroot/common/static/images/combo.png);
	width: 50px;
	background-repeat: no-repeat;
}

.cont-buscador {
	width: 438px;
    height: auto;
    /* border: 1px solid #CCC; */
    background-color: #fff;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px;
    left: 47.4vw;
    top: 139px;

}


.cont-buscador-bra-uy {
	width: 438px;
    height: auto;
    /* border: 1px solid #CCC; */
    background-color: #fff;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px;
    left: 53.4vw;
    top: 138px;

}
.cont-resultado{
	width:186px;
	height:auto;
	padding:10px;
	float:left;
	position:relative;
}
.cont-productos{
	float:right;
	position:relative;
	border-bottom:1px solid #CCC;
	margin-bottom: 10px;
}
.producto{
	width:130px;
	float:left;
	position:relative;
	height:auto;
	padding:8px;
}
.cont-catAsociadas{
	position:relative;
	width: 100%;
	margin-top: 10px;
	float: left;
	padding-left: 15px;
}
.catAsociadas-2{
	width:130px;
	float:left;
	position:relative;
	height:auto;
	padding:8px;
}
.cont-inspiracion{
	float:right;
	position:relative;
	margin-bottom: 10px;
	padding-left: 21px;
}
.box-inspira{
	width:202px;
	float:left;
	position:relative;
	height:auto;
	padding:8px;
	height:86px;
}
.tit-prod{
	margin-left:9px;
	font-size:18px;
	font-weight:700;
	line-height:24px;
}
.box-herrPrecio{
	height:20px;
	margin-top: 10px;
  margin-bottom: -4px;
}

.alt-combo{
	margin-top: 9px;
	margin-bottom: -4px;
}

.precio-normal {
    font-size: 12px;
	line-height:16px
}
.precio-ahorro {
    font-size: 12px;
	line-height:16px
}
.precio {
	font-size:18px;
	line-height: 22px;
	font-weight:600;
}
.producto .star-rating .fa {
    font-size: 13px;
    color: #333;
	line-height:24px;
}
.tit-categorias {
	font-size:13px;
	line-height: 22px;
	font-weight:600;
}
.box-inspira ul li {
	font-size:12px;
}
.box-inspira ul li .fa {
	font-size: 7px;
    line-height: 12px;
	margin-right: 7px;
}
.cont-catAsociadas ul li {
	font-size: 12px;
}
.cont-catAsociadas ul li .fa {
	font-size: 7px;
    line-height: 12px;
	margin-right: 7px;
}