/*
Theme Name: INMED
Theme URI: https://www.myg-grafica.com
Version: 1.0
Description: Insumos Médicos
Author: M&G Grafica
Author URI: https://www.myg-grafica.com
*/

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:90px;
	right:40px;
 background-color:#00B259;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#ffffff;
}


.float2:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#ffffff;
}



.my-float{
	margin-top:16px;
}



.float2{
	position:fixed;
	width:60px;
	height:60px;
	bottom:180px;
	right:40px;
 background-color:#00B259;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}



/* estilo de buscador */

#producto-finder-mobil {
    margin-top: 25px;
    position: relative;
}

#form_producto-mobil{
    height: 100vh;
}
#producto-finder-mobil .search-results {
    position: absolute;
    top: 89px;
    left: 0;
    width: 100%;
    /*background: #FF6600;*/
    background: rgb(224,224,224);
background: linear-gradient(180deg, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 100%);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .4);
    z-index: 5;
    height:200px;
    overflow-y: scroll;
    box-sizing: border-box;

}

#producto-finder-mobil .search-results > a {
    display: block;
}

#producto-finder-mobil .search-results .producto-wrapper {
    display: flex;
    padding: 12px;
    border-bottom: 1px solid #ccc;
}

#producto-finder-mobil .search-results .producto-wrapper .image a img{

    margin-right: 15px;
}
#producto-finder-mobil .search-results .producto-wrapper .content{

 padding:5px;
}





#producto-finder {
    margin-top: 25px;
    position: relative;
}

#form_producto{
    height: 100vh;
}
#producto-finder .search-results {
    position: absolute;
    top: 89px;
    left: 0;
    width: 100%;
    /*background: #FF6600;*/
    background: rgb(224,224,224);
background: linear-gradient(180deg, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 100%);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .4);
    z-index: 5;
    height:200px;
    overflow-y: scroll;
    box-sizing: border-box;

}

#producto-finder .search-results > a {
    display: block;
}

#producto-finder .search-results .producto-wrapper {
    display: flex;
    padding: 12px;
    border-bottom: 1px solid #ccc;
}

#producto-finder .search-results .producto-wrapper .image a img{

    margin-right: 15px;
}
#producto-finder .search-results .producto-wrapper .content{

 padding:5px;
}

.texto-reducido{

     display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

