
.littersbox{
width:100%;
height:70px;
float:left;


}
.littersboximg{
width:70px;
min-height:1px;

float:left;
}
.textfeli{
width:calc(58% - 70px);
float:left;
padding-left: 2%;
 display: flex;
 height:70px;
 flex-direction: column;

  justify-content: center;
}

.femicob{

width:10%;

float:left;
height:70px;
background: url(../images/femaleico.png) pink;
background-position: center center; 
background-repeat: no-repeat;
}
.malicob{
filter: invert(100%);
width:10%;

float:left;
height:70px;
background: url(../images/maleico.png) yellow;
background-position: center center; 
background-repeat: no-repeat;
}

.felisonf{
float:left;

 display: flex;
 height:70px;
 flex-direction: column;
width:10%;
  justify-content: center;
text-align:center;
}

.felisonm{
float:left;

 display: flex;
 height:70px;
 flex-direction: column;
width:10%;
  justify-content: center;
text-align:center;
}
