/* clear fix */
#ebisotope:after {
  	content: '';
	display: block;
  	clear: both;
}



/* Para evitar la transparencia del menú fixed */
#ebisotope_menu {
    /*background-color: rgba(255,255,255,1);*/
	/*border-bottom: 25px solid rgba(255,255,255,.3);*/
	padding-bottom:20px;
	/*background-color:#fff;*/
  background-image:
    linear-gradient(to bottom,white calc(0%), white calc(100% - 20px) , rgba(255,255,255,.7) calc(100% - 20px) , transparent calc(100% ))
}


/* ---- #ebisotope .grid-item ---- */

#ebisotope .grid-item {
  position: relative;
  float: left;
  width: 253px;			/* ANCHO DEL CUADRO PRODUCTO */
  height: 450px;		/* ALTURA */
  margin: 10px;
  padding: 10px;
  background: #fff;
  color: #262524;
}

#ebisotope .grid-item {
	border: 1px solid #ccc;
	text-align: center;
}

#ebisotope .grid-item > * {
  margin: 0;
  padding: 0;
}

#ebisotope .grid-item .name {
  position: absolute;

  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

#ebisotope .grid-item .symbol {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

#ebisotope .grid-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

#ebisotope .grid-item .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 12px;
}







/* CSS DE LOS BOTONES DE SUBCATEGORIAS */
#ebisotope_bt .button {
  display: inline-block;
  padding: 0.25em 0.5em;
  margin: 5px;
  background: #fff;
  border: 1px solid black;
  border-radius: 2px;
  /*background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );*/
  color: #222;
  font-family: sans-serif;
  font-size: 14px;
  /*text-shadow: 0 1px white;*/
  cursor: pointer;
}


#ebisotope_bt button { display:none; }
#ebisotope_bt .button:hover {
  background-color: #8CF;
  /*text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);*/
  color: #222;
}


#ebisotope_bt .button:active,
#ebisotope_bt .button.is-checked {
  background-color: #28F;
}






/* botones de submenus sin seleccionar */
#ebisotope_bt .niv_subcat {
    background-color: white;
    border-radius: 20px;
    border: 1px solid #a5a5a5;
    color: #a5a5a5;
    border-radius: 10px;
    height: 26px;
    line-height: 18px;
}









#ebisotope_bt .button.is-checked {
  color: white;
  /*text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);*/
}

#ebisotope_bt .button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

#ebisotope_bt .button-group {
  margin-bottom: 20px;
}

#ebisotope_bt .button-group:after {
  content: '';
  display: block;
  clear: both;
}

#ebisotope_bt .button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

#ebisotope_bt .button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
#ebisotope_bt .button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }







#ebisotope_menu .elementor-row h2:hover { cursor: pointer; }

#ebisotope_bt .button { display: none; }
#ebisotope_bt { text-align:center; min-height:40px;}



/* CSS DEL CUADRO PRODUCTOS, IMAGEN, TITUTLO, SUBTITULO Y READMORE */

.ebisotope_img {
	
}


.ebisotope_title {
	  width: 230px;
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;	
}


.ebisotope_content {
	  width: 230px;
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
}


.ebisotope_readmore {
	font-size: 12px;
    position: absolute;
    bottom: 10px;
	text-align:center;
	width: 100%;
}



#ebisotope_cat_title {
	text-align:center;
	min-height: 26px;
	font-size: 22px;
	font-weight: bold;
    text-transform: uppercase;
	color: #6dbec2;
	margin-bottom: 10px;
	display: none;
}



#ebisotope_menu a:focus {
    text-decoration: none!important; 
}