.iconopie{
    color: #92bb46 !important;
}
.botonmenos{
    background-color: #e9eaeb !important;
}
.botonmasmenos{
    width: 50%;
    padding: 2px 0px;
}
.botoninterno{
    height: 100%;
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
}
.botoninterno p{
    margin:0 !important;
}
.botoncomprabuscador{
    background: rgba(150, 191, 17, 0.85) !important;
    border-color: rgba(150, 191, 17, 0.85) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px !important;
    width: 100%;
}
.botonadd{
        padding: 0px !important;
    width: 100%;
    height: 40% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.listadoContainer{
    width: 100%;
    flex-wrap: wrap;
    display: flex;
        padding: 8px;
    height: 36vh;
}
#listadopalabrasinterno:hover{
    background-color:#f6f6f6;
}
.botonescarrito{
    display:flex;
    flex-wrap:wrap;
        height: 60%;
        width: 100%;
}
.listadopalabras{
    width:100% !important;
    flex-wrap:wrap;
        height: 20vh;
    display:flex;
}
.tituloproductos, .tituloTodosResultados{
    height: 6vh;
    background-color: #ededed;
    display: flex;
    align-items: center;
}
.tituloproductos h3, .tituloTodosResultados h3{
        text-align: center;
    width: 100%;
    background-color: #ededed;
    font-size: 20px;
    color: #333;
    font-weight: 400;
    margin: 0 !important;
}
.iconosearch{
    margin-right:5px;
        zoom: 110%;
}
#listadopalabrasinterno{
    width: 50%;
    text-align: left;
    cursor:pointer;
    display: flex;
    height: 4vh;
    align-items: center;
    padding: 5px;
}
#listaBuscador, #listaBuscadorMovil{
	font-size: 13px;
    position: absolute;
    width: 60%;
    left: 20%;
    background-color: white;
    color: #000000;
    border: none;
    flex-wrap: wrap;
    height: 70vh;
    z-index: 999;
    display: none;
    text-align: left;
    padding-left: 5px;
}
#listadoInterno{
    color:#000000;
    padding: 10px; 
    display:flex;
	width:50%; 
	text-align:center;
	height:50% !important;
}
.imagen{
    width:30% !important;
        display: flex;
        border-right: 1px solid grey;
    align-items: center;
}
.descripcion{
    width:52% !important;
    text-align:left;
    padding-left:2%;
}
.descripcion h4{
    font-size: 13px !important;
    margin: 0;
}
.addCarrito{
    width:16% !important;
        display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.marca{
    margin-bottom: 6px;
    color: #7e7e7e;
            
}
.precio{
    color: rgba(150, 191, 17, 0.85) !important;
    font-weight: bold;
}